Skip to content

Releases: Rayquaza01/note-taker

1.2.7

18 Dec 22:33
Compare
Choose a tag to compare

v1.2.7 Changes

1.2.6

18 Dec 02:28
Compare
Choose a tag to compare

v1.2.6 Changes

  • Updated psl to v1.1.31
  • Various behind the scenes changes to the note loading process
  • Removed Material Design Icons font. Now uses SVG directly
  • Fixed export not working correctly sometimes (#14)
  • Most text is now handled using i18n. See CONTRIBUTING if you want to help with translations.
  • Remade sync and added sync button to notes page. Very basic currently, please report any issues with it.
  • Due to unforseen issues, most previous versions were removed from addons.mozilla.org. Please see https://github.com/Rayquaza01/note-taker/releases if you need to use an old version.
  • Basically the same as 1.2.5, just removed a folder from _locales that was causing it to be uninstallable

1.2.5

17 Dec 23:13
Compare
Choose a tag to compare

Broken. See 1.2.6.

1.2.4

16 Sep 19:56
Compare
Choose a tag to compare

v1.2.4 Changes

  • Tabs are bolded when there is a note associated with them
  • Fixed bug where sidebar would get stuck on general notes
  • Opening a page through the menu list also opens the note

1.2.3

08 Sep 22:32
Compare
Choose a tag to compare

v1.2.3 Changes

  • Various backend changes
  • Support for RTL text direction (#10)
    • Enable in options
  • Keyboard shortcut to open sidebar and browser action (#11)
    • Popup default: Alt+Shift+M
    • Sidebar default: Alt+Shift+N
    • See Shortcut Values on MDN to see possible shortcut values

1.2.2

24 Jul 21:41
Compare
Choose a tag to compare

Changelog for v1.2.2

  • Textbox on options page containing current notes and options (#5)
  • Fixed bug where badges would appear when there is no note
  • Open in new button next to note list in popup to open the site associated with the note

1.2.1

12 Jul 17:20
Compare
Choose a tag to compare

Changelog for v1.2.1

  • Switching tabs respects default display and the current Note Mode selector
  • Unnessecary scrollbars removed (Up to FF61)
  • See #5

1.2.0

29 Jun 02:43
Compare
Choose a tag to compare

Changelog for v1.2.0

  • Added padding option for text box (default 5px) (#4)
  • Notes can now have multiple pages (tabs) (enable in settings) (#5)
  • Dropdown for switching between modes, not a toggle button (#6)
  • Button to backup/restore notes on Sync (#8)
  • Smaller font size for bottom bar
  • URL parameters are considered in URL notes on a whitelist basis (q and v by default)

1.1.2

29 Oct 17:44
Compare
Choose a tag to compare

Changelog for v1.1.2

  • Added badge notifications. See this page for information on how to configure the badges.
  • Fixed note toggle button when in Private Browsing with site notes disabled by default.
  • Toolbar icon now adapts to the currently activated browser theme (Firefox 56+)

v1.1.1

13 Oct 19:53
Compare
Choose a tag to compare

New in 1.1.1

  • Sidebar notes now change according to the currently active site as you switch tabs and navigate to different pages. (#2)
  • The notes list updates as notes are added and removed. Only relevant to sidebar and tab notes.
  • Changed toolbar icon color to the same color as native toolbar icons (#5A5B5C)