Skip to content

Releases: gyng/save-in

v2.6.0

28 Apr 16:11
Compare
Choose a tag to compare
  • Add option to choose which mouse button to use for click-to-save (#60)
  • Add autocomplete dropdown in options page (#63)

v2.5.4

15 Mar 06:19
Compare
Choose a tag to compare
  • Fix overzealous leading dot sanitisation when rewriting filenames (#61)
  • Fix notifications not being polyfilled for Chrome (#62)
  • Fix potential uninitialised object error in Chrome

v2.5.3

10 Feb 05:47
Compare
Choose a tag to compare
  • Throttle saving tabs from tabstrip, might fix random bugginess when saving (#57)

v2.5.1

03 Feb 10:38
Compare
Choose a tag to compare
  • Attempt at reducing notification spam/bugging out when saving from tabstrip

v2.5.0

03 Feb 10:11
Compare
Choose a tag to compare
  • Option to save tabs from the tabstrip. Choose to save tabs to right, and tabs opened from another tab. Firefox only. (#57)

v2.4.1

28 Jan 11:26
Compare
Choose a tag to compare
  • Fix Freedesktop shortcuts not using the page title for Name and Title (#54)

v2.4.0

28 Jan 09:17
Compare
Choose a tag to compare
  • Major refactor of core components. I've tried to keep behaviour identical to older versions so if there are any unexpected changes please file an issue. The extension has had insane feature creep and code spaghettification, so this taming was necessary.
  • Fix save-to-click toggle key not deactivating after switching tabs (#15)
  • Add option to download things via content script. Disabled by default, Firefox only. (#46)
  • Treat ~ as a normal character in paths (#51)
  • Add option to show or hide last used location. Enabled by default. (#52)
  • Add more fields to Freedesktop shortcuts (#54)
  • Add option to prompt on menu item click when shift is held. Enabled by default. (#55)
  • Options page now validates routes without needing to refresh to get last download

v2.3.0

03 Jan 03:24
Compare
Choose a tag to compare
  • Add comment:, menuindex: matchers
  • Allow comments on menu items

v2.2.1

27 Dec 02:49
Compare
Choose a tag to compare
  • Also stop propagation immediately on click-to-save

v2.2.0

26 Dec 07:09
Compare
Choose a tag to compare
  • Add filesize and mimetype to successful download notification (#48)
  • Add experimental click-to-save feature (#15, #20)