Releases: yy4382/s3-image-port
Releases · yy4382/s3-image-port
v1.8.5
🐛 Bug Fixes
- Now handles empty bucket correctly (thanks @xiangshu233 in #90)
Full Changelog: v1.8.4...v1.8.5
v1.8.4
[1.8.4] - 2024-12-03
🐛 Bug Fixes
- Image may be accidentally transformed to png (thanks @bingren-yd in #87)
Full Changelog: v1.8.3...v1.8.4
v1.8.3
Changelog
All notable changes to this project will be documented in this file.
[1.8.3] - 2024-11-19
🐛 Bug Fixes
- Clear cache when profile changes
- ImageFiltered not updating due to default date range
Build
- (deps) Bump @eslint/plugin-kit from 0.2.2 to 0.2.3
v1.8.2
[1.8.2] - 2024-11-15
Build
- (fix) Docker build on distroless images failures
Full Changelog: v1.8.1...v1.8.2
v1.8.1
[1.8.1] - 2024-11-15
Warning
Due to an error, no docker image is available in this version
🚀 Features
- Add Profiles, snapshots of settings
🐛 Bug Fixes
- Calendar error on close
- Update border color for profile settings in dark mode
- (i18n) Missing zh-CN on profiles page
🚜 Refactor
- Filter dayRange select
⚙️ Miscellaneous Tasks
- Update navigation path to profiles in settings
Build
- (docker) Use python http.server for docker serve
Full Changelog: v1.8.0...v1.8.1
v1.8.0
What's Changed
- feat: select all displayed photos with one click by @yy4382 in #83
- Now, click on the "tick" button on the floating panel will select all currently-displayed images (those on current page). If any image is already selected, the button keeps the old behaviour that de-selects all images.
- feat: persist filter by @yy4382 in #84
- Now filters will be persisted in URL search params and localstorge. Every time page loads, it will reads filters from these two places.
- URL search params has higher priority, so that users can use browser's bookmarks to save their filters.
Full Changelog: v1.7.5...v1.8.0
v1.7.5
[1.7.5] - 2024-09-26
🚀 Features
- Enhances photo toolbar and layout by @yy4382
- Supports setting import/export by clipboard by @yy4382
- Supports path style s3 access by @yy4382 in #80
🐛 Bug Fixes
- fixes mobile settings page layout by @yy4382
🚜 Refactor
- Modifies process for loading photos and checking their MIME, reducing the chance of failure by @yy4382
- Dependencies update and prune by @yy4382
A11y
- Add more ally support for Header, footer, and three main pages by @BlockLune in #81
Full Changelog: v1.7.4...v1.7.5
v1.7.4
🐛 Bug Fixes
- Select state not synced issue
Build
- Only keep static package
Full Changelog: v1.7.3...v1.7.4