Changelog of @hackage/emanote 1.2.0.0

Revision history for emanote

1.2.0.0 (2023-08-24)

  • Bug fixes
    • Make Stork recognize orgmode notes (#413)
  • Features
    • Audio embedding (#418)
    • Source code embedding (#444)
    • Atom feed (#451)
    • Add option to show folders first in the sidebar #399
  • UI
    • Remove inline styling of H2 elements
  • Misc
    • Update Ema to simplify the live server websocket observation logic
    • Use GHC 9.4 & Pandoc 3

1.0.2.0 (2023-01-29)

  • 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 (2022-12-04)

  • 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 (2022-11-03)

Initial release.