v1.135.2
immich-app/immichv1.135.2Jun 20, 2025by immich-push-o-matic[bot]
AI Summary
A bug fix release addressing database migration issues, timezone counter resets, and people list sorting behavior.
Key Highlights
- Fixed database migration not running correctly on some systems
- Fixed timezone counter resets in the web timeline
- Reverted people sorting to be based on asset count
New Features
- Improved contrast for checkmark indicator
- Fixed container padding
- Bumped Vchord default to 0.4.3
- Fixed time bucket grouping
- Changed admin user features view to use icons instead of toggles
Full Release Notes
# v1.135.2 This release addresses the following issues. - Fixed an issue where the database migration was not running correctly on some systems - Fixed an issue where the timezone causes an issue showing the web timeline in some instances, the counter resets again! <p align="center"> <img src="https://github.com/user-attachments/assets/5f274acc-8d1c-49e3-b25c-1fdfca793d5a" width="300" /> <p/> - Reverted the behavior of sorting people, it is now based on asset count as before ## What's Changed ### 🌟 Enhancements * feat: better contrast for checkmark indicator by @jrasm91 in https://github.com/immich-app/immich/pull/19312 ### 🐛 Bug fixes * fix: container padding by @jrasm91 in https://github.com/immich-app/immich/pull/19316 * fix: people ordering by asset count by @zackpollard in https://github.com/immich-app/immich/pull/19366 * fix: bump vchord default to 0.4.3 by @mertalev in https://github.com/immich-app/immich/pull/19365 * fix(server): migration failing on pg15+ by @mertalev in https://github.com/immich-app/immich/pull/19363 * fix: time bucket grouping by @jrasm91 in https://github.com/immich-app/immich/pull/19329 * fix: use icons instead of toggles for admin user features view by @bwees in https://github.com/immich-app/immich/pull/19369 **Full Changelog**: https://github.com/immich-app/immich/compare/v1.135.1...v1.135.2