Download Latest Version v0.30.1 source code.zip (2.4 MB)
Email in envelope

Get an email when there's a new version of NoteDiscovery

Home / v0.30.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-07-31 1.1 kB
v0.30.0 source code.tar.gz 2026-07-31 2.4 MB
v0.30.0 source code.zip 2026-07-31 2.4 MB
Totals: 3 Items   4.8 MB 2

What's Changed

  • Browser libraries (Tailwind, marked, Mermaid, MathJax, highlight.js and the rest) are now served by NoteDiscovery itself instead of public CDNs, so the app makes no third-party requests and works on isolated or locked-down networks. Shared note pages and print preview use the local copies too; downloadable HTML exports still reference CDNs so they keep working outside your server.
  • No more Ctrl+F5 after an update: scripts are stamped with the release version and pages revalidate, so a normal reload always picks up the new version.
  • Responses are gzip compressed, and unchanged pages now return a small 304 instead of the full document.
  • Fixed Mermaid diagrams intermittently failing to render on first load.
  • Fixed the PikaPods button in Settings loading its image from an external host.

Docker Images

This release is available as a Docker image:

:::bash
docker pull ghcr.io/gamosoft/NoteDiscovery:0.30.0

Full Changelog: https://github.com/gamosoft/NoteDiscovery/compare/v0.29.1...v0.30.0

Source: README.md, updated 2026-07-31