Skip to content

Releases: freginold/Note

v3.4.4-

07 Dec 13:51
edf845b
Compare
Choose a tag to compare
  • load pinned note on start if one exists
  • adjusted space between statusBar and inputDiv for Win10
  • updated pin/unpin icons
  • condense var declarations; add missing semi-colons

v3.4-

07 Nov 22:21
5ca37ec
Compare
Choose a tag to compare
  • added basic markup-style formatting options (bold, italic, code)
  • added focus to input box after a note is pinned
  • added simple splash screen on launch and on note delete
  • removed version/license animation

v3.3-

12 Jun 12:25
Compare
Choose a tag to compare
  • added ability to "pin" a note
  • added check to cancel editing if renaming is chosen while editing
  • adjusted note buttons' margins and padding

v3.2.4-

04 May 19:52
Compare
Choose a tag to compare
  • added ESC button as an option to cancel editing an item
  • fixed typo in CSS
  • added rename note on double click
  • added button icons

v3.2.3-

03 Mar 20:55
Compare
Choose a tag to compare
  • changed new note div from relative to absolute to remove vertical shifting on note display
  • added "collapse all" & "expand all" buttons to options screen
  • centered new note input box
  • removed redundant CSS settings
  • correct punctuation typos on options screen

v3.2.2:

17 Feb 14:59
Compare
Choose a tag to compare
  • escaped HTML characters to prevent code from potentially being executed from status bar, using OWASP Prevention Rule #1
  • applied default CSS settings to HTML instead of body to remove occasional jitter (did not resolve issue)
  • animated version and license info

v3.2.1

10 Feb 14:44
Compare
Choose a tag to compare
  • fixed underline displayed on Delete and Rename button text
  • made options collapsible and expandable
  • reorganized option screen buttons and added more headers
  • added navy blue background color

v3.2-

26 Jan 11:57
Compare
Choose a tag to compare
  • added option to reset configuration back to default settings
  • added spacer element between some option buttons
  • added check and X icons to edit buttons
  • now shows available colors on options screen, instead of just listing them
  • increased size of options screen headings and space between options sections

v3.1.3-

16 Dec 13:51
Compare
Choose a tag to compare
  • improved overflow check to prevent words from being broken across lines, except in rare cases with long words
  • when a new item is added to the bottom of a note, focus shifts to the bottom of the note, rather than the top
  • removed unused JS variables and functions
  • corrected scroll position on undelete

v3.1.2-

09 Dec 20:46
Compare
Choose a tag to compare
  • fixed issue with not centering correctly when a non-default size
  • removed coordinates display, replaced it with a screen position reset button (to center window)
  • added new background colors: orange, forest green, brown
  • made edit text box responsive (issue #7)
  • improved input text box responsiveness
  • added highlight on hover to all non-disabled buttons