Skip to content

Releases: gamosoft/NoteDiscovery

v0.15.2

22 Jan 10:30

Choose a tag to compare

What's Changed

  • Added support links in Settings pane for those who want to help out - set ALREADY_DONATED=true to hide them 🙏

Thank you very much!

Docker Images

This release is available as a Docker image:

docker pull ghcr.io/gamosoft/NoteDiscovery:0.15.2

Full Changelog: v0.15.1...v0.15.2

v0.15.1 - More media files support

19 Jan 10:42

Choose a tag to compare

What's Changed

🚨 Breaking change: The API endpoints related to images have changed so now they handle other media types.

Please review documentation but basically all image endpoints are now renamed to media...

  • Add MP3/MP4/PDF files to the vault! A lot of people seemed to want this possibility so there it goes.
  • Rendering of media files uses HTML tags. Local PDFs will be previewed, while external will show a link to open (as they render in iframes).
image
  • Ability to move any file anywhere, media files are no longer tied to _attachments folders
  • Added notes title on mouse over
  • Reduced margin for mobile view when in Zen mode
  • Major refactor to try to reduce duplicate code and templates

Docker Images

This release is available as a Docker image:

docker pull ghcr.io/gamosoft/NoteDiscovery:0.15.1

Full Changelog: v0.15.0...v0.15.1

v0.15.0 - More media files support

19 Jan 10:23

Choose a tag to compare

What's Changed

🚨 Breaking change: The API endpoints related to images have changed so now they handle other media types.

Please review documentation but basically all image endpoints are now renamed to media...

  • Add MP3/MP4/PDF files to the vault! A lot of people seemed to want this possibility so there it goes.
  • Rendering of media files uses HTML tags. Local PDFs will be previewed, while external will show a link to open (as they render in iframes).
image
  • Ability to move any file anywhere, media files are no longer tied to _attachments folders
  • Added notes title on mouse over
  • Reduced margin for mobile view when in Zen mode
  • Major refactor to try to reduce duplicate code and templates

Docker Images

This release is available as a Docker image:

docker pull ghcr.io/gamosoft/NoteDiscovery:0.15.0

Full Changelog: v0.14.1...v0.15.0

v0.14.1

18 Jan 09:48

Choose a tag to compare

What's Changed

  • Notes with apostrophe (') in title cannot be previewed or edited ( #150 )

Docker Images

This release is available as a Docker image:

docker pull ghcr.io/gamosoft/NoteDiscovery:0.14.1

Full Changelog: v0.14.0...v0.14.1

v0.14.0 - Quick Search!

16 Jan 11:20

Choose a tag to compare

What's Changed

  • Added Quick Search: if you have a lot of notes (and even if you don't but are just lazy like me 😉) try pressing CTRL+ALT+P and search for the notes. By default shows the most recent ones, but start typing to get them filtered and find the one you wish
image
  • Fixed drag & drop issue of notes/images not being able to target the "right spot" sometimes.
  • Fixed issue when copying an image from the clipboard will not render automatically. Now you won't have to press F5 to see it.
  • Fixed port not being read from config.yaml
  • Added PikaPods support. If you prefer not to self host and want a quick 3rd party solution without the hassle you can try that if you wish. Please note I do get a small commission if you guys sign up for this option and I really appreciate each and every contribution to the project for as small as it can be. 🙏

Docker Images

This release is available as a Docker image:

docker pull ghcr.io/gamosoft/NoteDiscovery:0.14.0

Full Changelog: v0.13.0...v0.14.0

v0.13.0 - Share private notes with link!

15 Jan 11:10

Choose a tag to compare

What's Changed

image
  • Added capability to share public notes when the app is authenticated via public link #114
  • Changed /api endpoint to use fastapi swagger documentation

Docker Images

This release is available as a Docker image:

docker pull ghcr.io/gamosoft/NoteDiscovery:0.13.0

Full Changelog: v0.12.1...v0.13.0

v0.12.1

14 Jan 08:34

Choose a tag to compare

What's Changed

  • Decrease the folder/note card size on mobile #147
  • Added possibility to navigate back to card view while on mobile
  • Added more locales

Docker Images

This release is available as a Docker image:

docker pull ghcr.io/gamosoft/NoteDiscovery:0.12.1

Full Changelog: v0.12.0...v0.12.1

v0.12.0 - Enable plain password authentication

12 Jan 11:26

Choose a tag to compare

What's Changed

  • This new release enables specifying a plain text password for authentication, apart from an encrypted one. It's useful for hosted services and compatible with other images out there.
  • It's the recommended way now to setup the password, as I'm considering deprecating the encrypted support in the future (it IS encrypted in memory though just not in the env/config).
  • Also fixes #142

Docker Images

This release is available as a Docker image:

docker pull ghcr.io/gamosoft/NoteDiscovery:0.12.0

Full Changelog: v0.11.2...v0.12.0

v0.11.2

05 Jan 11:55

Choose a tag to compare

What's Changed

  • Use configurable app name ( #136 )
  • Preserve code blocks ( #135 )
  • Add images as wikilinks so they don't break upon moving notes ( #138 )

Docker Images

This release is available as a Docker image:

docker pull ghcr.io/gamosoft/NoteDiscovery:0.11.2

Full Changelog: v0.11.1...v0.11.2

v0.11.1

02 Jan 16:08

Choose a tag to compare

What's Changed

  • Added colorama to show color on old Windows console (conhost.exe)
  • Fixed small bug in mobile view cropping the last card/folder in card view mode

Docker Images

This release is available as a Docker image:

docker pull ghcr.io/gamosoft/NoteDiscovery:0.11.1

Full Changelog: v0.11.0...v0.11.1