Skip to content

Releases: gyng/save-in

v3.7.3

04 May 09:04
Compare
Choose a tag to compare
  • Firefox settings no longer disabled on the options page when in Firefox (#214)

v3.7.1

12 Feb 06:39
Compare
Choose a tag to compare
  • Fix invalid default menu configuration
  • Now notifies by default for successful downloads
  • Fix light mode icon for last used menu item being white
  • Refactor context menu creation, might help with #200

v3.7.0

10 Feb 18:21
Compare
Choose a tag to compare

This update might require a change in your muscle memories. Previously all submenus of the same depth would have their shortcut keys increment even if they had different parents. That's now been fixed. Thanks, @mfaizsyahmi!

If you want to use your old buggy shortcut again, use the new (key: <VALUE>) comment (eg, menu // (key: 1)), which will override the automatically-assigned shortcut with 1.

  • Reset accessKey count on every submenu. (#198, #199). Thanks @mfaizsyahmi!
  • Add new meta comment to override accessKey
  • Use white icon for previous entry in dark mode (#184)
  • Add basic history to options page (#159)

It's been difficult getting motivation to work on save-in, especially with the poor code quality, stalled TypeScript changes, and impending v3 manifest changes. Sorry if I've disappointed anyone! I still have grand dreams of rewriting this extension to make it maintainable, but my energy is being and has been sucked up by $DAY_JOB!

v3.6.0

19 Mar 09:28
Compare
Choose a tag to compare

v3.5.3

13 Jun 15:13
Compare
Choose a tag to compare
  • Add "fetch via Fetch API" option for some incompatible sites (eg, Instagram) (#166)
  • Upgrade webextension-polyfill to 0.8.0

v3.5.1

21 Dec 11:40
Compare
Choose a tag to compare
  • Fix text not visible in dark mode (#112)
  • Fix Click-to-save not working for middle and right mouse buttons (#116)
  • Fix dashes in aliases breaking download paths (#124)
  • Fix separators in submenus not being treated as special directories (#117)
  • Update sv localisation (#119, @Sopor)
  • Refactor legacyDownloadInfo out from code
  • Fix some potential bugs with filename and source URL routing
  • Update vendored mozilla/webextension-polyfill to 0.5

Many thanks to all contributors, and apologies for the slow update.

v3.5.1-a1

21 May 18:31
Compare
Choose a tag to compare
  • Refactor legacyDownloadInfo out from code

v3.5.0

20 May 08:46
Compare
Choose a tag to compare

v3.4.1

27 Apr 07:00
Compare
Choose a tag to compare
  • Fix Referer header not set in Chrome >= 72 (#66)
  • Check if download originates from save-in before renaming download (Chrome, #109)
  • Add favicon to options page (#108)

v3.4.0

02 Feb 07:56
Compare
Choose a tag to compare
  • Add option to always prefer links when downloading from pages that match a regex list of URLs (#100)
  • Add notification option for when a link is downloaded instead of the source
  • Add option to close tabs marked for saving (FF, #68)