Releases: eight04/image-picka
Releases · eight04/image-picka
v0.18.3
v0.18.2
0.18.1 (Sep 23, 2024)
- Fix: no-referrer images has lower priority when there are duplicated images.
- Fix: donnot escape dot, space, and percentage by default on Firefox 131+.
v0.18.0
0.18.0 (Aug 13, 2024)
- Fix: compare image information before removing duplicates.
- Fix: run the extension on
blob:
anddata:
pages. - Fix: do not parse empty srcset.
- Add: an option to escape dot, space, and percentage in the filename.
- Locale: update fr, nl translation.
v0.17.0
0.17.0 (Oct 6, 2023)
Fix: srcset parsing issue.
Add: open image via middle click during batch download.
Add: fetch delay option.
v0.16.1
0.16.1 (Feb 20, 2023)
- Locale: update fr translation.
- Fix: dateString is broken in single download.
v0.16.0
0.16.0 (Nov 26, 2022)
- Locale: update es_419, nl, zh_CN translation.
- Fix: parse more image extensions.
- Fix: try to find the maximum image in picture element.
- Fix: button animation is never canceled.
- Fix: release memory immediately after download.
- Fix: open tab next to current in Chrome.
- Add: option to clear download history.
- Add: show progress on the title, down't hide the progress bar if there is an error.
- Add: preview filename.
v0.15.1
0.15.1 (Dec 1, 2021)
- Fix: recognize webp images.
- Change: only load 3 images simultaneously in batch download.
- Locale: update nl translation.
v0.15.0
0.15.0 (Nov 6, 2021)
- Add: support referrer when not downloading from cache. (Firefox 70+ only)
- Add: ability to retry on failure.
- Change: always use the espression compiler.
- Locale: update ru, nl translation.
v0.14.0
0.14.0 (Feb 25, 2021)
- Fix: unable to execute batch download command in a popup.
- Add:
pageName
variable. - Add:
alt
variable. - Add: support referrer when downloading images.
- Change: switch expression compiler to espression, support regex.
- Locale: add nl translation.
v0.13.1
0.13.1 (Jul 27, 2020)
- Fix: use real image URL as thumbnail. Only use blob URL if the browser can't load the real image.
- Locale: Update es_419, fr, ru translation.