ImageGenius Changes:
move to use seperate baseimage
immich Changes:
v1.120.0 - 50.000 Stars Release
Welcome to release v1.120.0
of Immich. We've reached 50.000 stars on GitHub. Thank you for your love, support, and contributions to the project.
This release introduces a new built-in automatic database dump feature as well as bug fixes and enhancements. Some of the highlights include:
- Built-in automatic database backups
- Timeline location indicator on scrolling
- The web is now on Svelte 5
- Faster CPU transcoding for HDR videos
- Notable fix: Slow server start-up time on some systems
Built-in automatic database backups
This release introduces a mechanism that automatically creates a database dump and is enabled by default. It will run at 2 AM server time and keep the last 14 backups, all of which are configurable. You can find the settings in Administration > Settings > Backup Settings
The database zip files are placed at <UPLOAD_LOCATION>/backups
.
Below is an example of a database backup size for a library with 80_000 assets.
Currently, restores must be done manually, and instructions can be found in the documentation
Timeline location indicator on scrolling
The timeline on the web will now show the Month/Year information while scrolling to better indicate the viewport context.
Screen.Recording.2024-11-06.at.08.46.53.mov
Faster CPU transcoding for HDR videos
Immich now uses a faster tone-mapping implementation developed by the Jellyfin team to map colors from HDR to SDR. During testing, overall transcoding speed improved by as much as 69% for a 4K target resolution. The exact improvement will depend on hardware, source video, and transcoding settings.
Note
Note for third-party Immich distributions: as this filter only exists in jellyfin-ffmpeg, please ensure you use this build instead of a standard FFmpeg build.
Support Immich
If you find the project helpful, you can support Immich by purchasing a product key at https://buy.immich.app.
Cheers! 🍻
What's Changed
🚀 Features
- feat(web): scrubber label and animation by @alextran1502 in immich-app/immich#13815
- feat: built-in automatic database backups by @zackpollard in immich-app/immich#13773
🌟 Enhancements
- feat: mount checks on a folder level by @zackpollard in immich-app/immich#13801
- feat(web): library settings crontab link includes existing expression by @zackpollard in immich-app/immich#13807
- feat(web): disable opening image and library sub-items by default by @ITestInProd in immich-app/immich#13729
- fix(mobile): Reapply thumbnail image improvements and fix issue #13804 by @dvbthien in immich-app/immich#13835
- feat(server): use tonemapx for software tone-mapping by @mertalev in immich-app/immich#13785
- feat: render asset path by @cfitzw in immich-app/immich#13873
- chore(mobile): upgrade gradle by @alextran1502 in immich-app/immich#13901
🐛 Bug fixes
- fix(server): handle N/A duration response from ffprobe by @jrasm91 in immich-app/immich#13803
- fix: shutdown api process when another worker exits unexpectedly by @zackpollard in immich-app/immich#13802
- fix(mobile): Revert thumbnail image ui improvements (#13655) by @alextran1502 in immich-app/immich#13806
- fix(server): keep system config transformations by @jrasm91 in immich-app/immich#13796
- fix(mobile): thumbnail not filled area on tablet by @alextran1502 in immich-app/immich#13808
- fix(mobile): search page by @alextran1502 in immich-app/immich#13833
- fix(mobile): not throwing error when cannot parse orientation value by @alextran1502 in immich-app/immich#13853
- fix(mobile): do not removed not backup asset when selecting the correspond options by @yashrajjain726 in immich-app/immich#13256
- fix(server): wrong image dimensions for RAW files (RAF, CR2) (also fixes face preview) by @C-Otto in immich-app/immich#13377
- fix: healthcheck if custom host is set by @danieldietzler in immich-app/immich#13887
- fix: remove duplicateIds on unique assets by @Pranay-Pandey in immich-app/immich#13752
📚 Documentation
- chore(docs): update german readme to latest version by @MickLesk in immich-app/immich#13824
- chore(docs): Add Immich Public Proxy to the Community Projects list by @alangrainger in immich-app/immich#13836
- docs: fail2ban community project by @mmomjian in immich-app/immich#13943
🌐 Translations
- chore(web): update translations by @weblate in immich-app/immich#13688
- chore(web): update translations by @weblate in immich-app/immich#13810
New Contributors
- @ITestInProd made their first contribution in immich-app/immich#13729
- @alangrainger made their first contribution in immich-app/immich#13836
Full Changelog: immich-app/immich@v1.119.1...v1.120.0