Skip to content

Releases: Casvt/MIND

V1.4.1

23 Nov 15:24
Compare
Choose a tag to compare

What's Changed

Changed

  • Fixed testing a service (#63)
  • Fixed converting index to weekday (#64)
  • Updated Apprise (#85)

Full Changelog: V1.4.0...V1.4.1

V1.4.0

15 Mar 13:12
a77a84a
Compare
Choose a tag to compare

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: V1.3.3...V1.4.0

V1.3.3

31 Jul 20:06
94c48f4
Compare
Choose a tag to compare

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: V1.3.2...V1.3.3

V1.3.2

04 Jul 13:41
9b86b56
Compare
Choose a tag to compare

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: V1.3.1...V1.3.2

V1.3.1

08 Jun 11:51
3efb08c
Compare
Choose a tag to compare

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: V1.3.0...V1.3.1

V1.3.0

28 May 09:57
19bd11d
Compare
Choose a tag to compare

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: V1.2.1...V1.3.0

V1.2.1

12 Mar 22:23
29449c1
Compare
Choose a tag to compare

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: V1.2.0...V1.2.1

V1.2.0

11 Feb 17:18
73e8935
Compare
Choose a tag to compare

What's Changed

Changed

  • Rebranded from "Noted" to "MIND"

Full Changelog: V1.1.0...V1.2.0

V1.1.0

28 Jan 18:48
8d29433
Compare
Choose a tag to compare

What's Changed

Added

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

Full Changelog: V1.0.1...V1.1.0

V1.0.1

24 Jan 14:35
d1d39a9
Compare
Choose a tag to compare

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: V1.0.0...V1.0.1