Skip to content

Releases: gamosoft/NoteDiscovery

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

v0.11.0 - PWA support

01 Jan 14:37

Choose a tag to compare

What's Changed

  • This new release adds the possibility to install it as a standalone PWA (0f674eb)
    When you load the app you will have this option now:
image

This allows you to open it like any other app in a separate window:
image

And even pin it to the taskbar for faster access:
image

You should also be able to add it to your home screen on your Android or iOS device for a mobile-ish experience ☺️

To manage your installed apps you can just use chrome://apps in your browser (or equivalent).

Docker Images

This release is available as a Docker image:

docker pull ghcr.io/gamosoft/NoteDiscovery:0.11.0

Full Changelog: v0.10.4...v0.11.0

v0.10.4

29 Dec 10:30

Choose a tag to compare

What's Changed

  • Improve German localization (#128)
  • Added British English localization (#129)
  • Added note name in browser title (#127)

Docker Images

This release is available as a Docker image:

docker pull ghcr.io/gamosoft/NoteDiscovery:0.10.4

Full Changelog: v0.10.3...v0.10.4

v0.10.3 - Dashboard Icon added!

21 Dec 11:59

Choose a tag to compare

What's Changed

Docker Images

This release is available as a Docker image:

docker pull ghcr.io/gamosoft/NoteDiscovery:0.10.3

Full Changelog: v0.10.2...v0.10.3

v0.10.2

19 Dec 15:04

Choose a tag to compare

What's Changed

  • If a note doesn't exist, clicking a wikilink prompts the user to create it (124f210) #116

Docker Images

This release is available as a Docker image:

docker pull ghcr.io/gamosoft/NoteDiscovery:0.10.2

Full Changelog: v0.10.1...v0.10.2

v0.10.1 - Formatting toolbar

18 Dec 13:26

Choose a tag to compare

What's Changed

  • Added missing translations
  • Debounce undo/redo so it's not on every keystroke (less annoying 😉)
  • Added basic formatting toolbar with common things
  • Addressed issue #115

Docker Images

This release is available as a Docker image:

docker pull ghcr.io/gamosoft/NoteDiscovery:0.10.1

Full Changelog: v0.10.0...v0.10.1

v0.10.0

17 Dec 09:41

Choose a tag to compare

What's Changed

  • Outline/Table of Contents as suggested in #103
  • Feat: added Chinese language file thanks @1gcat !
  • Adds new template placeholders: #100
    • {{year}}
    • {{month}}
    • {{day}}
  • Support for Unicode characters #98 #109
  • Added section linking #69 for internal links between notes

Docker Images

This release is available as a Docker image:

docker pull ghcr.io/gamosoft/NoteDiscovery:0.10.0

Full Changelog: v0.9.0...v0.10.0

v0.9.0 - Internationalization Support!

16 Dec 13:44

Choose a tag to compare

What's Changed

  • The main feature here is the support for different languages, all configurable via JSON files.
  • Added a couple of minor fixes
  • Deprecated: Removed the tagline from configuration file, since now can be localized as well

Disclaimer: I've used automated translation tools to generate all the language files, so feel free to open PRs or tell me if something has a more appropriate term. 😉

Docker Images

This release is available as a Docker image:

docker pull ghcr.io/gamosoft/NoteDiscovery:0.9.0

Full Changelog: v0.8.2...v0.9.0

v0.8.2

15 Dec 11:23

Choose a tag to compare

What's Changed

  • Features/shortcuts (d5ea6f7)
  • Attempt to fix cursor position for UNO/REDO (1cc2766)
  • Improved error messages for move/rename operations (now shows specific reason for failure)
  • Added tooltip showing full path when hovering over favorites
  • Consistent favorites update handling across all operations (move, rename, delete for both notes and folders)

Docker Images

This release is available as a Docker image:

docker pull ghcr.io/gamosoft/NoteDiscovery:0.8.2

Full Changelog: v0.8.1...v0.8.2

v0.8.1

14 Dec 11:24

Choose a tag to compare

What's Changed

  • Features/fix syntax overlay #94

Docker Images

This release is available as a Docker image:

docker pull ghcr.io/gamosoft/NoteDiscovery:0.8.1

Full Changelog: v0.8.0...v0.8.1