Releases: gyng/save-in
v3.7.3
v3.7.1
v3.7.0
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
v3.5.3
v3.5.1
- 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.