Skip to content

Releases: Elnix90/Notes

v1.2.4

09 Dec 20:13

Choose a tag to compare

1.2.4 Build

  • Added github workflows (doesn't work btw)
  • Fixed trnasparency slider that didn't work

v1.2.3

26 Nov 16:10

Choose a tag to compare

1.2.3 Patch

Fixed:

  • Corrected buggy reminders system, now working and performant
  • also enhanced it via some small changes, like you can deletepast reminders in one click anywhere
  • corrected #14
  • corrected #11

v1.2.2

23 Nov 14:53

Choose a tag to compare

1.2.2 Patch

Corrected:

  • Corrected import export that wasn't working since lock screen update (v1.1.0), it just opened a file picker and created an empty file.
  • Corrected and closed issues #11
  • Corrected and closed issues #9
  • Corrected and closed issues #12

v1.2.1

21 Nov 20:43

Choose a tag to compare

1.2.1 Build

What's changed

  • UI tweaks and improvements
  • Added SLider for random note color brightness
  • Fixed a lot of button style, to match the global app's theme

v1.2.0

19 Nov 19:45

Choose a tag to compare

1.2.0 Build: Reminder Updates

What's new & Fixes:

  • Added "has initialized" param for settings on quitting welcome screen
  • Fixed random ID init logic causing tag/reminder issues
  • Fixed overlap in setting title; buttons display correctly
  • Added toolbar name customization
  • Unified color selectors into a super selector handling multiple colors
  • Fix: Disabled reminders now show
  • Fixed wrong reminders deleted and disabled reminders not showing
  • Added max dialog height for better appearance
  • Refactored TimeBubble to accept forced future dates
  • Major reminders and offsets system refactor
  • Upgraded reminder system for precise duration and time setting
  • Added "doNotRemindMeAgain" options for deleting tags and offsets; refactored settings store
  • Added new versions releases notes

v1.1.0

18 Nov 19:08

Choose a tag to compare

1.1.0 Build

What's new;

  • Improved settings
  • Imroved notifications
  • Corrected number of bugs, still some
  • Enforced security, by forcingthe user to authenticate on settings reset that manage dangerous things (lock or plusign auth)
  • Fix app not locking on qui and resume
  • UI tweaks and improvements

v1.0.0

16 Nov 15:13

Choose a tag to compare

Build 1.0.0

What's new:

  • Implemented welcome screen
  • Implemented what's new screen
  • UI tweaks
  • Allowed users to remove all toolbars, even the quick actions and his settings icon inside it. Warns the user if they want to do that. I they still pass the warn, a settings icon sits on the bottom right ofthe screen, that can also be dissmissed. If you pass this last fallguard, you screwed and cannot access settings anymore.
  • Changed app Icon

Full Changelog: v0.11-alpha...v1.0.0

v0.11-alpha

15 Nov 18:48

Choose a tag to compare

Alpha build 0.11

What's new:

  • Added sort feature; you can sort your notes by custom index (not yet implemented), title, completed state and date. Also by ascending or descending
  • Pached notifications bug and implemented fully working notificatons system; you can custom what notifications buttons are shown on the notif, and clicking on notifications now opens the correct note
  • Added custom colors for background and icon for the GlobalActionsIcons, you can now customize the icon color & the background color.
  • Patched visual bug where filters were only actives after reloading page

Known issues

  • reorder mode is still in project and doesn't work

v0.10.1-apha

14 Nov 21:21

Choose a tag to compare

Alpha build 0.10.1

  • corrected random bug where the app crashed on entering color selector for items in a toolbar (very deep), the cause was likely proguard which didn't do its job correctly and mignified wrong things; this is why I disabled mignify on enum classes

v0.9.1-alpha

13 Nov 06:05
7c1f8d6

Choose a tag to compare

Alpha build 0.9.1

What's new:

  • users can now customize all actions related to note cards (the buttons, the swipes actions...) and disable the is they want
  • notifications clicking now redirect towards the note editor page (broken cause not the good editor, it's empty idk why)
  • more powerful time pickers, and reminder system aproximately working cleanly

Known issues:

  • Notifications actions and menu are broken
  • Some Color selector menu (for the items on toolbars) are crashing the app when in assembleRelease, but not in debug, isk why ) ¯_(ツ)_/¯