Releases: Casvt/MIND
V1.4.1
V1.4.0
What's Changed
Added
- Added admin panel (#1) (See Note)
- 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
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
andlinux/arm64
, on top of the already existinglinux/amd64
(#37)
Full Changelog: V1.3.2...V1.3.3
V1.3.2
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
V1.3.0
What's Changed
Added
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
V1.2.0
V1.1.0
V1.0.1
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