Casvt Noted Versions Save

A simple self hosted reminder application that can send push notifications to your device. Set the reminder and forget about it!

V1.4.0

2 months ago

What's Changed

Added

  • Added admin panel (#1) (See Note)
    • Authentication settings (#27, #39)
    • Logging settings and ability to download debug logs
    • Hosting settings to UI (See Note 2)
    • User Management
    • Exporting and importing database (#2)
    • Restart and shutdown buttons
  • Added PWA support for web-UI
  • Added option to delete all reminders using a notification service when deleting the service

Changed

  • Refined UI
  • Updated dependency versions
  • Fixed various bugs

Note

An admin panel is added this release, which has powerful features. It's advised to log into the panel and change the default password. The default username is admin and default password is admin. If there already was a user registered with the username admin, then it has been renamed to admin_old. See the (updated!) docs for more info.

Note 2

Up to now, hosting changes were made using the variables in the main file. Now, the hosting settings can be changed from the admin panel and the variables are ignored. When you upgrade to this version, MIND will automatically copy over the values of the variables. Next release, these variables will be removed.

Full Changelog: https://github.com/Casvt/MIND/compare/V1.3.3...V1.4.0

V1.3.3

9 months ago

What's Changed

Added

  • Added a URL builder (#3)
  • Added option in settings for default notification service (#56)
  • Added test button when adding notification service
  • Added support for recurring reminders based on week days (e.g. "every Monday, Thursday and Friday") (#55)
  • Docker image for the platforms linux/arm/v7 and linux/arm64, on top of the already existing linux/amd64 (#37)

Full Changelog: https://github.com/Casvt/MIND/compare/V1.3.2...V1.3.3

V1.3.2

10 months ago

What's Changed

Added

  • Added search to static reminders and templates
  • Added sorting of library
  • Added link buttons in the settings
  • Added logo
  • Added (automatically generated) API docs to wiki
  • Implemented WAL journal mode for database, improving concurrency and write speed
  • Added locale option in settings, allowing you to change date and time format of the reminders in library view
  • Added logging (#46)

Changed

  • Moved from wiki to GitHub pages (see https://casvt.github.io/MIND/)
  • Input validation of API significantly improved
  • Temporary tables get removed from database after migration

Full Changelog: https://github.com/Casvt/MIND/compare/V1.3.1...V1.3.2

V1.3.1

11 months ago

What's Changed

Changed

  • Fixed database migration from v1.2.1 to v1.3.0 (#51)
  • UI stays logged in for one hour after tab close too (#39)

Full Changelog: https://github.com/Casvt/MIND/compare/V1.3.0...V1.3.1

V1.3.0

11 months ago

What's Changed

Added

  • Ability to set multiple notification services for a reminder (#6)
  • Added static reminders (#9)

Changed

  • Fixed accessing the home page when not logged in (#47)
  • Optimised database commands
  • Refactored front-end (looks the same but is internally better)
  • Replaced reminder handler with a better design (shutdown times significantly reduced, ability to handle termination, less computing power demanding, sends reminders of more precise: on the second instead of 5s margin)

Full Changelog: https://github.com/Casvt/MIND/compare/V1.2.1...V1.3.0

V1.2.1

1 year ago

What's Changed

Added

  • Ability to set url prefix (#38)

Changed

  • Reminders with an interval in the days or larger wouldn't work (#40)

Full Changelog: https://github.com/Casvt/MIND/compare/V1.2.0...V1.2.1

V1.2.0

1 year ago

What's Changed

Changed

  • Rebranded from "Noted" to "MIND"

Full Changelog: https://github.com/Casvt/MIND/compare/V1.1.0...V1.2.0

V1.1.0

1 year ago

What's Changed

Added

  • Test button when adding reminder (#29)
  • Add color to reminder (#28)

Full Changelog: https://github.com/Casvt/Noted/compare/V1.0.1...V1.1.0

V1.0.1

1 year ago

What's Changed

Changed

  • Location of database file moved to separate folder so that docker volume wouldn't break container
  • Made Noted handle timestamps in UTC format so that cross-timezone clients are supported better.

Full Changelog: https://github.com/Casvt/Noted/compare/V1.0.0...V1.0.1

V1.0.0

1 year ago

The first release of Noted!