Skip to content

Releases: srid/emanote

1.2.0

24 Aug 20:55
Compare
Choose a tag to compare
  • Nix
    • Reduce Emanote's Nix runtime closure size
  • UI
    • Add source map for Stork #391
    • Workaround for Prism.js and Tailwind CSS both using table class #320
    • Add option to include YAML frontmatter in the Stork index #398
  • 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

1.0.2.0

29 Jan 16:54
Compare
Choose a tag to compare
  • Nix
    • Reduce Emanote's Nix runtime closure size
  • UI
    • Add source map for Stork #391
    • Workaround for Prism.js and Tailwind CSS both using table class #320
    • Add option to include YAML frontmatter in the Stork index #398
  • 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

1.0.0.0

04 Dec 18:17
57a95cd
Compare
Choose a tag to compare
  • UI
    • Index pages are no longer marked as 'experimental'
    • Add external link icon to external links (this behaviour is customizable). #189
    • js.mermaid snippet uses the "module" script tag approach, which is added to end of <body>. See here.
    • Align dates in timeline queries
  • Configuration
    • Add page.bodyHtml option to inject custom HTML at the end of <body> tag.
  • 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 from heist-emanote to using official heist package.
  • Bug fixes
    • #380 & #386: Better handling of .org and .md ambiguties. Default layer's index.md has been removed.

0.8.0.0

03 Nov 14:11
Compare
Choose a tag to compare

Initial release