Skip to content

Releases: gyng/save-in

v3.3.0

27 Dec 03:16
Compare
Choose a tag to compare
  • Add downloading of multiple highlighted tabs (FF63, #91)
  • Enable access keys for Firefox >= 63 (#91)
  • Add sv localisation by @Sopor- (#98, #99)

v3.2.0

08 Sep 15:38
Compare
Choose a tag to compare
  • Add option to set Referer header on downloads, disabled by default. Should fix errors while downloading for sites that check this, especially pixiv.net in Chrome. Requires new permissions. (#66)

v3.1.3

05 Aug 14:50
Compare
Choose a tag to compare
  • Fix submenus not tracking parent menu item
  • Fix submenu items having duplicate IDs

v3.1.2

05 Aug 09:17
Compare
Choose a tag to compare
  • Fix export settings not exporting updated settings after changing them (#83)
  • Improve checkmark styling in options page (#84)

v3.1.1

05 Aug 07:04
Compare
Choose a tag to compare
  • Fix neighbouring submenus nesting when they should not

v3.1.0

05 Aug 05:04
Compare
Choose a tag to compare
  • Add nl localisation (Thanks @80486dx, #72)

  • Add menu item aliasing (#64)

    To use this, put an (alias: <display name>) in the comments for that line. For example:

    cats // (alias: actually dogs)
    
  • Add submenu support (#26)

    To use this, add >s at the start of the line. For example:

    submenu
    >mammals
    >>i/cats
    >>i/dogs
    

v3.0.0

26 Jul 14:40
Compare
Choose a tag to compare

This release contains a minor breaking change to the way Chrome handles special characters when routing. There is no longer a need to match against _ when dealing with special characters.

3.0.0

  • Fix Chrome rules matching against _, now matches against special characters instead
  • Add variables view to last download in options
  • Fix routing failing in some cases (regression) (#80)
  • Fix last used access key not working at all (Chrome)

2.7.3

  • Fix accesskeys not appearing in Chrome (regression) (#79)
  • Fix notifications not showing up for alt-clicked images (#78)

2.7.2

  • Replace custom polyfill with mozilla/webextension-polyfill

2.7.1

  • Include credentials when firing HEAD to grab Content-Disposition (Firefox)

v2.7.0

14 Jul 10:46
Compare
Choose a tag to compare

v2.6.2

06 May 13:40
Compare
Choose a tag to compare
  • Remove debug information and last download information from options

v2.6.1

06 May 08:29
Compare
Choose a tag to compare
  • Fix import settings on options page being totally broken