Releases: srid/emanote
Releases · srid/emanote
1.2.0
- Nix
- Reduce Emanote's Nix runtime closure size
- UI
- Features
- Timeline backlinks recognize flexible daily notes suffixed with arbitrary string #395
- Performance
- Address client-side memory leak due to Stork search in live server #411
- Misc
- Ignore toplevel
flake.{nix,lock}
by default. - Remove deprecated
_emanote-bin/compile-css
script
- Ignore toplevel
1.0.2.0
- Nix
- Reduce Emanote's Nix runtime closure size
- UI
- Features
- Timeline backlinks recognize flexible daily notes suffixed with arbitrary string #395
- Performance
- Address client-side memory leak due to Stork search in live server #411
- Misc
- Ignore toplevel
flake.{nix,lock}
by default. - Remove deprecated
_emanote-bin/compile-css
script
- Ignore toplevel
1.0.0.0
- UI
- Configuration
- Add
page.bodyHtml
option to inject custom HTML at the end of<body>
tag.
- Add
- Packaging
- Move tests to their own cabal component (thereby, also, unexpose them from library exposed modules)
- Wikilink parser is now a separate library: https://github.com/srid/commonmark-wikilink
- Use
heist-extra
0.2.0.0 which switches over fromheist-emanote
to using officialheist
package.
- Bug fixes