v3.0.0
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)