Releases: MGAndroidProjects/Todoify-Releases
Releases · MGAndroidProjects/Todoify-Releases
Hotfix Release 1.0.9 - Production
Hotfix update changelog v1.0.9:
- fixed missing delete todo function
Release 1.0.8 - Production
Changelog 1.0.8:
- Don't close the note widget on the add/update
- Added backup and restore (see note 1)
- Added a file picker for picking locally saved database files. (Ensure the file must end with
.realm
) - Added app restart dialog after db restores
- Added the event start date time in the scheduled task page if the user wants to add/update an event to the calendar.
- Added user avatar feature (with user profile screen)
- Fixed dialog not getting closed on todo add/update
- Minor code refractor
- Added line-through text animation when completing a task
Note:
- The database file can only be opened in the Realm Studio app provided by the MongoDB team or imported into todoify.
Release 1.0.6 - Production
Changelog v1.0.6:
- fixed expansion panel not working when adding/updating a scheduled task
- minor UI fix in the drawer
- update dependencies
Please add your translations to crowdin if you haven't done so yet:
https://crowdin.com/project/todoify
Release 1.0.5 - Production
Changelog v1.0.5:
- Added font chooser using Google fonts
- Set isDynamicColor to true during onboarding on SDKs above 30.
- Use an alternative way of keeping the note editor above the keyboard
- Made links in todos/scheduled task clickable
- Animate alert dialogs when opening
Release 1.0.4
Changelog:
- Upgrade flutter to 3.13
- Retain the app in the background when using a back gesture/button
- display notes in staggered view instead of fixed height in the grid view
- added note selected effect when deleting
- added multi-row toolbar option
- added share note feature as plain text
Release 1.0.2 - Production
Changelog 1.0.2:
- Moved setting reminders option after a task is created
- Moved note toolbar at the bottom (will display above the keyboard when you are typing)
- Added icon animations on permissions and scheduled task items
- Added app shortcuts
- Use a tinted splash icon instead of tinted icon background
- Open links in notes externally through supported apps always
Note: Due to a bug in the shortcuts plugin, the dialogs will open twice when adding items through a shortcut if only the app is not in the background.
Release 1.0.1
Changelog for v1.0.1:
- Add the ability to remember the last opened page
- Fix the small notification icon
Release 1.0.0
Initial public Stable release v1.0.0:
Please see the readme for features.