Releases: rehan-a10/my_notes
Releases · rehan-a10/my_notes
Release list
My Notes v4.0.1
Fixed:
- Fixed bug where adding a checkbox/image would add it in the wrong place
- Red on delete buttons now has more contrast in dark mode (image to show difference, difference in greyscale). Helps with readability/accessibility
Likely the last update
My Notes v4.0.0
New:
- Title visible in appbar after scrolling
- Save/restore feature in (new) settings page (will require files permission)
- Alert dialog for all errors now
Improved:
- Added tooltip for options menu in note editor
- All appbar titles are bold now
- All type declarations are explicit now
- Added icon in local image attachments, when no local images have been saved
- Added final keyword to all appropriate variables
Fixed:
- Issue #5
- Image alt text can contain normal brackets () and square brackets [] now
- Bug where focus would be set to bottom-most textfield when tapping in-between checkboxes
- Bug where you would need to exit and reopen local image attachments after deleting last image, in order for it to update
My Notes v3.4.0
New:
- Can zoom into images on local image attachments
- Title gets pushed into appbar after scrolling, in note editor
Improved:
- Loading home screen cards should have the same shape as normal home screen cards (note cards) now. I.e. Loading home screen looks same as normal home screen
My Notes v3.3.1
Improved:
- Images will automatically update from the old format to the new format (from 'assets/' to 'local_images/'). Will need to individually open each note with a local image to update them
Fixed:
- Bug where if you updated rendered text, then tapped button to view raw it wouldn't update
My Notes v3.3.0
DO NOT USE THIS SPECIFIC VERSION IF YOU'RE UPGRADING FROM A VERSION OLDER THAN v3.2.2. For example: v3.0.0 -> v3.3.0 ❌, v3.2.2 -> v3.3.0 ✅, v3.0.0 -> v3.3.1 ✅
New:
- Added alt text button for images
My Notes v3.2.2
Improved:
- Make use of dispose() in note_editor and home to prevent memory leaks
- Local images are written in the description as
instead of(follows with folder structure now)
Fixed:
- Bug where if you updated raw text, then toggled rendered it wouldn't update
My Notes v3.2.1
Fixed:
- Bug where keyboard would cover bottom of description in note editor
My Notes v3.2.0
New:
- Adaptive app icon
- Displays proper app name ('My Notes' instead of 'my_notes')
Improved:
- Renamed local images folder from 'assets' to 'local_images'
Fixed:
- Removed gap between keyboard and docked action bar, in note editor (image illustrating difference)
- Fixed 'ghost cursor' bug (video demo of bug)
My Notes v3.1.0
New:
- Toast when deleting/removing
- Tap image in local images page to expand and see the full image
Improved:
- Delete is for deleting files, remove is for removing from description
- Delete checkbox button renamed to remove checkbox
- Delete network image button renamed to remove network image
- Added remove local image button in note editor, which removes local image from description without deleting the file
- Alert dialog when pressing delete local image button in note editor
- Use toast instead of snackbar for swapping notes & copying
- Moved all imported function statements, from note_editor.dart, into their respective widgets
- All files should now have consistent comments, and labels saying what each class is for at top of each file
Fixed:
- Can tap anywhere on note editor screen to focus on bottom-most text
- Can add non-text widgets when viewing raw
My Notes v3.0.0
New:
- Alt text support for images
- Tooltips for all buttons
Improved:
- Frosted appbar in note editor
- Delete buttons say exactly what they delete (e.g. "delete note" instead of "delete")
- Time in note editor is centered
- Turned renderer() in note editor into its own class
Fixed:
- Bottom padding removed in home screen (image illustrating difference)