Skip to content

Releases: maoschanz/notes-extension-gnome

Notes 23

07 Aug 14:39
Compare
Choose a tag to compare
  • GNOME 40-41-42 compatibility
  • Use GTK4 for the prefs window
  • redesign the "help" part of that window
  • update translations

Notes 22

20 Nov 14:10
Compare
Choose a tag to compare
  • Better comply with code guidelines
  • Remove the secondary keyboard shortcut in favor of a 3-states cycle option for the main one
  • Update translations

Notes 21

20 Nov 10:01
Compare
Choose a tag to compare
  • Use native GNOME Shell modal dialog windows when asking confirmation to delete a note
  • Lighter notes
  • Keyboard shortcut to switch the layer (background/above-all) of the notes (#65)

Notes 20

20 Feb 02:41
Compare
Choose a tag to compare
  • fix GNOME Shell scrollviews absurd default behavior
  • add castillan translation
  • update turkish and italian translations
  • show rich help labels regarding keyboard shortcuts
  • update the code to avoid a deprecation warning

Notes 19

06 Oct 00:42
Compare
Choose a tag to compare
  • GNOME Shell 3.38 support
  • Object-oriented refactoring of extension.js to better manage the numerous NoteBox objects
  • Far more efficient (in terms of disk-writing perfs) saving, hiding, and deletion
  • Add a setting to customize the default color of the first note
  • Update italian, dutch, chinese (taiwan) and french translations

Notes 18

27 May 22:13
Compare
Choose a tag to compare

added features

  • changing settings updates the extension (for every setting except the auto-focus)
  • croatian translation (#33 )
  • color buttons displayed using the actual RGB they'll apply to the note (#41 )
  • symmetrical buttons layout

removed features

  • no more right-click menu (for the text of a note: "copy/paste/select all") because it was bugged: use ctrl+c/v/a instead

bugs fixed

  • fix some of the bugs introduced by changes in the chrome-tracking "API" (#31 #32 #35 )
  • change default shortcut to Super+Alt+n because Super+n is now used by GS itself for some notification focus thing (#39 )
  • rewrite CSS to survive the annihilation of the classes that the extension was using (#39 )
  • click focus issue within the color menu (#38 )

known issues

  • style and focus issues with scrolled notes (#36 )
  • too much disk access (#43 )

https://extensions.gnome.org/extension/1357/notes/

version 17

29 Aug 18:07
Compare
Choose a tag to compare

custom colors are now handled from the menu instead of from the note

dead code has been removed

help/about is now more complete