Skip to content

Releases: gamosoft/NoteDiscovery

v0.2.1

19 Nov 09:27

Choose a tag to compare

What's Changed

  • dependencies pinned to concrete version numbers to avoid issues
  • when dragging a note with a blank/space in the name, link is now created correctly escaping the text
  • deleting a single note inside a folder will no longer remove the folder when empty

Docker Images

This release is available as a Docker image:

docker pull ghcr.io/gamosoft/NoteDiscovery:0.2.1

Full Changelog: v0.2.0...v0.2.1

v0.2.0

18 Nov 09:56

Choose a tag to compare

What's Changed

  • Added Mermaid diagram support (a19af40)
  • Enhanced note/folder drag & drop operation

Docker Images

This release is available as a Docker image:

docker pull ghcr.io/gamosoft/NoteDiscovery:0.2.0

Full Changelog: v0.1.2...v0.2.0

v0.1.2

17 Nov 13:50

Choose a tag to compare

What's Changed

  • Bugfix/note folder existing (861b850)

Docker Images

This release is available as a Docker image:

docker pull ghcr.io/gamosoft/NoteDiscovery:0.1.2

Full Changelog: v0.1.1...v0.1.2

v0.1.1

17 Nov 08:49

Choose a tag to compare

What's Changed

  • Fixed security issue with notes deletion (#19) (d6897d5)

Docker Images

This release is available as a Docker image:

docker pull ghcr.io/gamosoft/NoteDiscovery:0.1.1

Full Changelog: v0.1.0...v0.1.1

v0.1.0

15 Nov 17:49

Choose a tag to compare

What's Changed

  • Features/authentication ()
    • added authentication (- added authentication)
    • possible breaking change. simplified data folder (- possible breaking change. simplified data folder)
    • creation of releases on tag (- creation of releases on tag)
  • 9f9e730 ()
  • Added real mobile-friendly support (25768f6)
  • Added html export function (ebc3160)
  • Next attempt to multi-arch image (1c45550)
  • Added basic mathjax support (6ad1aba)
  • Features/multi platform (7487155)
  • Features/multi platform (fb9f963)
  • Added ARM support (hopefully :-) (88d2e2e)
  • Features/new features (242f4b7)
  • Bugfix/recursive directories (f2a7460)

Possible breaking change

  • The mapped volume now won't use the full path /app/data/notes, it will be mapped to /app/data directly to the folder you specify (no notes subpath anymore), since I'm not using the search_index subfolder either (for now), and was kind of weird, so you may have to move your notes or map the subfolder you wish. Please refer to the docker compose yaml files for reference. 😉

Docker Images

This release is available as a Docker image:

docker pull ghcr.io/gamosoft/NoteDiscovery:0.1.0

Full Changelog: https://github.com/gamosoft/NoteDiscovery/commits/v0.1.0