Releases: gyng/save-in
Releases · gyng/save-in
v1.3.1
v1.3.0
v1.2.0
v1.1.2
- Added <all_urls> permission (to get around CORS when issuing HEAD requests)
- Handle Content-Disposition headers
- Directory variables (
:sourcedomain:
,:pagedomain:
,:pageurl:
,:date:
) - Now always defaults to . as a directory to be saved into (improves first-run experience)
- Options page styling tweaks
v1.1.1-rc0
Changes from v1.1.0-rc.2
- Better Chrome support using
downloads.onDeterminingFilename
- Fixed default options for links not actually being
true
despite being checked in options
v1.1.0-rc.2
Changes from v1.1.0-rc.1
- Handle Unicode (utf8)
Content-Disposition
headers
v1.1.0-rc.1
Changes from rc.0
- Decode encoded URIs when saving
- Use a more compliant
Content-Disposition
regex - Add tests