Skip to content

Commit

Permalink
Update ema for idiomorph (Possibly improved live server performance) (
Browse files Browse the repository at this point in the history
  • Loading branch information
srid authored Jan 19, 2025
1 parent c0c0066 commit 7168b9a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 2 additions & 0 deletions emanote/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion emanote/emanote.cabal
Original file line number Diff line number Diff line change
@@ -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: [email protected]
Expand Down
7 changes: 4 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 7168b9a

Please sign in to comment.