Skip to content

Releases: rehan-a10/my_notes

My Notes v4.0.1

Choose a tag to compare

@rehan-a10 rehan-a10 released this 03 Nov 18:31
4092e5f

Fixed:

Likely the last update

My Notes v4.0.0

Choose a tag to compare

@rehan-a10 rehan-a10 released this 01 Nov 17:41
2de0be7

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

Choose a tag to compare

@rehan-a10 rehan-a10 released this 15 Oct 14:17
484b5fa

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

Choose a tag to compare

@rehan-a10 rehan-a10 released this 11 Oct 15:25
124f15a

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

Choose a tag to compare

@rehan-a10 rehan-a10 released this 09 Oct 16:33
ab7f54a

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

Choose a tag to compare

@rehan-a10 rehan-a10 released this 09 Oct 14:52
04162f4

Improved:

  • Make use of dispose() in note_editor and home to prevent memory leaks
  • Local images are written in the description as ![...](local_images/...) instead of ![...](assets/...) (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

Choose a tag to compare

@rehan-a10 rehan-a10 released this 08 Oct 16:59
cd61127

Fixed:

  • Bug where keyboard would cover bottom of description in note editor

My Notes v3.2.0

Choose a tag to compare

@rehan-a10 rehan-a10 released this 08 Oct 16:00
3df7dd6

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:

My Notes v3.1.0

Choose a tag to compare

@rehan-a10 rehan-a10 released this 07 Oct 18:06

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

Choose a tag to compare

@rehan-a10 rehan-a10 released this 01 Oct 19:58

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: