From 633fde273f6204c86ea0157fde2753544389bb94 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sun, 19 Jan 2025 16:27:37 -0500 Subject: [PATCH 1/2] Update ema, for idiomorph --- emanote/emanote.cabal | 2 +- flake.lock | 7 ++++--- flake.nix | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/emanote/emanote.cabal b/emanote/emanote.cabal index 73d794d73..4bbc11235 100644 --- a/emanote/emanote.cabal +++ b/emanote/emanote.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: emanote -version: 1.3.19.0 +version: 1.3.20.0 license: AGPL-3.0-only copyright: 2022 Sridhar Ratnakumar maintainer: srid@srid.ca diff --git a/flake.lock b/flake.lock index 251502ea3..9277a9931 100644 --- a/flake.lock +++ b/flake.lock @@ -35,15 +35,16 @@ "ema": { "flake": false, "locked": { - "lastModified": 1724260267, - "narHash": "sha256-pxTlvpK0l7pek43FIz6KYAazK0BWbnuBJSFrcShVoWE=", + "lastModified": 1737321961, + "narHash": "sha256-+iLtdzwVv0wyTdFfk4XFJAZPmA9Of7stYbo2sTBzN7M=", "owner": "srid", "repo": "ema", - "rev": "16e2752267cd49027e281409daa25b6ecba68fd3", + "rev": "74b619f9865748a690fc7cf1b865fec801daaa97", "type": "github" }, "original": { "owner": "srid", + "ref": "idiomorph", "repo": "ema", "type": "github" } diff --git a/flake.nix b/flake.nix index ee2eba70b..e6307fff2 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,7 @@ flake-root.url = "github:srid/flake-root"; nixos-unified.url = "github:srid/nixos-unified"; - ema.url = "github:srid/ema"; + ema.url = "github:srid/ema/idiomorph"; ema.flake = false; heist-extra.url = "github:srid/heist-extra"; From 5373150b1032cab69b7ab9b32956e94dc483a4f0 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sun, 19 Jan 2025 17:59:44 -0500 Subject: [PATCH 2/2] changelog --- emanote/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emanote/CHANGELOG.md b/emanote/CHANGELOG.md index 347f85424..18112ed4e 100644 --- a/emanote/CHANGELOG.md +++ b/emanote/CHANGELOG.md @@ -31,6 +31,8 @@ - Stork search fixes - Fix empty stork index generation when using more than 1 layer ([\#493](https://github.com/srid/emanote/issues/493)) - Stork search index is now uses note path from their associated layer ([\#495](https://github.com/srid/emanote/pull/495)) +- Performance + - Browser-side performance improvement using `idiomorph` ([\#567](https://github.com/srid/emanote/pull/567)) - UI - prevent the external link icon from wrapping ([\#528](https://github.com/srid/emanote/pull/528)) - Update ema, new use newer morphdom (2.7.2)