ImageGenius Changes:
rebase to alpine edge
immich Changes:
v1.99.0
New logo
The new logo is now rolled out on all platforms, including the web, mobile, and documentation pages. If you are a content creator, you can grab the logo vector and raster files in the repository's design
folder.
Highlights
Welcome to release v1.99.0
of Immich. This release adds the new logo, fixes many bugs, and improves the application. Some of the highlights include:
- [WEB] Sort photos and videos to display direction in an album.
- On-disk cache on the mobile app to provide a better viewing experience.
- There is a new endpoint for OpenTelemetry metrics to monitor performance.
- Optimized queries for large libraries.
- Add upload progress and speed indicator.
- XMP sidecar file is now recognized with both
photo.ext.xmp
andphoto.xmp
extensions. - Drag to select - Now press your thumb to drag and select in the selection mode.
- Improve user feedback in the mobile app's backup and album selection screen.
- Various improvements for the library scanning process.
Asset's display direction in the album
We added an option to change the order of the assets in the album so you can view the assets from older to newest and vice versa.
album.view.order.mp4
Mobile asset caching
Improving cache for remote thumbnails and the images, they now stay on disk so that they can load faster and give a better experience while used offline. You should feel a faster loading experience across the app.
Performance monitoring with OpenTelemetry integration
Immich provides a variety of performance metrics to allow for local monitoring and insights. This integration is primarily in the form of Prometheus metrics. However, exporting traces is also possible due to OpenTelemetry instrumentation. Please visit the documentation to learn how to enable this feature
Note
This opt-in feature allows you to monitor Immich's performance. This data isn't sent anywhere beyond what you've configured.
File size progress and upload speed indicator
We added an indicator to show the file's size that has been uploaded and the upload speed under the progress bar in the backup screen.
Simulator.Screen.Recording.-.iPhone.15.Pro.Max.-.2024-03-14.at.18.08.37.mp4
Drag to select
You can now drag to select in the mobile app when in selection mode; this will help make selecting in bulk easier.
drag_to_select.mp4
And lastly, I want to express my gratitude to @immich-app/contributor who make this behemoth of a release happen 🎉
And as always, bugs are fixed, and many other improvements also come with this release.
Please consider supporting the project.
Support
If you find the project helpful, you can support Immich via the following channels.
- Monthly donation via GitHub Sponsors
- One-time donation via GitHub Sponsors
- Librepay
- buymeacoffee
- Bitcoin: 3QVAb9dCHutquVejeNXitPqZX26Yg5kxb7
It is a great way to let me know that you want me to continue developing and working on this project for years to come.
What's Changed
🗄️ Server
- fix(server): face search results not always sorted by @mertalev in immich-app/immich#7839
- fix(server): serve static directory only if it exists by @benmccann in immich-app/immich#7857
- feat(server): Add OAuth auto-redirect enable/disable CLI commands by @ddshd in immich-app/immich#7841
- feat(server): OpenTelemetry integration by @mertalev in immich-app/immich#7356
- feat(server): YAML config file support by @bo0tzz in immich-app/immich#7894
- feat(server): Update XMP sidecar search to look for both photo.ext.xmp and photo.xmp by @kokulshan in immich-app/immich#7813
- feat(server): lower library scan memory usage by @mertalev in immich-app/immich#7939
- perf(server): optimize
getByIds
query by @mertalev in immich-app/immich#7918 - fix(server): queue library asset refresh in batches by @etnoy in immich-app/immich#7914
- feat(server, web): album orders by @martabal in immich-app/immich#7819
- feat(server): added support for SVG files by @declan8010 in immich-app/immich#7960
- refactor: global validation pipe by @jrasm91 in immich-app/immich#7985
- feat(web): add millisecond options to storage template settings by @sevtdy in immich-app/immich#7942
- fix(server): prevent feedback loop during library scan by @mertalev in immich-app/immich#7944
- feat(server): use nestjs events to validate config by @danieldietzler in immich-app/immich#7986
- feat(server): memory includes partners assets on timeline by @alextran1502 in immich-app/immich#7993
- refactor(server): library service by @jrasm91 in immich-app/immich#8050
- chore(server): change
save
->update
in asset repository by @mertalev in immich-app/immich#8055 - fix(server): "view all" for cities only showing 12 cities by @mertalev in immich-app/immich#8035
- fix(server): use extension in originalFileName for libraries by @etnoy in immich-app/immich#8083
- test: temporarily disable flaky audit e2e test until #7436 is fixed by @zackpollard in immich-app/immich#8089
📱 Mobile
- fix(mobile): Fixes immersive mode not ending for memory lane by @martyfuhry in immich-app/immich#7767
- fix(mobile): Fixes local thumbnail image provider key by @martyfuhry in immich-app/immich#7766
- Fix trash permanent delete dialog by @NicholasFlamy in immich-app/immich#7805
- refactor(mobile): app settings by @shenlong-tanwen in immich-app/immich#7749
- feat(mobile): add labels to app bar buttons by @ben-basten in immich-app/immich#7865
- chore(mobile): Removes analysis options for openapi directory by @martyfuhry in immich-app/immich#7309
- feat(mobile): update logo by @alextran1502 in immich-app/immich#7919
- fix(mobile): make elements scrollable to avoid overflow in landscale by @thielepaul in immich-app/immich#7933
- feat(mobile): Adds file upload progress stats by @othyn in immich-app/immich#7760
- feat(mobile): Remote thumbnails and images use an on-disk image cache by @martyfuhry in immich-app/immich#7929
- Make mobile app a "media management app" to get rid of android prompt by @Aegeontis in immich-app/immich#7851
- refactor(mobile): backup album selection by @alextran1502 in immich-app/immich#8053
- fix(mobile): do not show hidden people by @waclaw66 in immich-app/immich#8072
- feat(mobile): drag to select assets by @shenlong-tanwen in immich-app/immich#8004
- chore(mobile): svg logo by @alextran1502 in immich-app/immich#8074
- fix(mobile): missing "Add name" translation by @waclaw66 in immich-app/immich#8087
🖥️ Web
- feat(web): empty external library placeholder by @jrasm91 in immich-app/immich#7848
- feat(web): add preference for thumbnail playback on hover by @samholton in immich-app/immich#7831
- fix(web): small fixes for empty placeholder by @michelheusschen in immich-app/immich#7859
- fix: Hide play bar when there's only one image in memory by @declan8010 in immich-app/immich#7764
- fix(web): asset upload progress by @michelheusschen in immich-app/immich#7882
- fix(web): asset viewer navigation buttons by @michelheusschen in immich-app/immich#7888
- refactor(web): sidebar menu links by @michelheusschen in immich-app/immich#7891
- feat(web): Implemented device last seen date and time with user locale support by @declan8010 in immich-app/immich#7863
- feat(web): dark color-scheme css for dark mode by @ZTzTopia in immich-app/immich#7812
- fix(web): prevent combobox options from disappearing by @michelheusschen in immich-app/immich#7733
- fix(web): correctly use button and link elements by @michelheusschen in immich-app/immich#7907
- fix(web): Remove excess spacing on #asset-grid and search bar by @natedawg in immich-app/immich#7910
- fix(web): Enhance Notification Handling for Duplicate Assets by @declan8010 in immich-app/immich#7858
- fix(web): url state of nested accordions by @danieldietzler in immich-app/immich#7928
- feat(web): update logo by @alextran1502 in immich-app/immich#7798
- fix(web): FullScreenContainer logo by @alextran1502 in immich-app/immich#7938
- chore(web): Sharing -> Partner Sharing by @aviv926 in immich-app/immich#7952
- refactor(web): albums list (1) by @martabal in immich-app/immich#7660
- feat(web): preload assets in photo-viewer by @samholton in immich-app/immich#7920
- feat(web): randomize password on reest by @samholton in immich-app/immich#7943
- fix(web): keyboard shortcut handling by @michelheusschen in immich-app/immich#7946
- fix(web): improve focus and shortcuts by @michelheusschen in immich-app/immich#7983
- fix(web): minor album card issues by @michelheusschen in immich-app/immich#7975
- chore(web): remove unused AssetSelectionViewer by @michelheusschen in immich-app/immich#7981
- perf(web): batch asset store changes by @michelheusschen in immich-app/immich#7974
- fix(web): logo invisible on share page by @michelheusschen in immich-app/immich#7990
- refactor(web): list navigation with keyboard by @michelheusschen in immich-app/immich#7987
- fix(web): updating asset store after remove by @michelheusschen in immich-app/immich#7999
- fix(web): repair page typo by @danieldietzler in immich-app/immich#8051
- fix(web): load panorama in shared link by @alextran1502 in immich-app/immich#8060
- feat(web): combobox accessibility improvements by @ben-basten in immich-app/immich#8007
- fix(web): prevent drag-n-drop upload overlay from showing when not dragging files by @Ethan13310 in immich-app/immich#8082
- chore(web): add asset store unit tests by @michelheusschen in immich-app/immich#8077
- fix(web): show search page errors and use feature flag by @michelheusschen in immich-app/immich#8088
- fix(web): missing margin on people page by @Ethan13310 in immich-app/immich#8081
- fix(web): shift-select by @alextran1502 in immich-app/immich#8093
- fix(web): shift-select again by @alextran1502 in immich-app/immich#8098
- fix(web): Share button visible when viewing album has only shared link by @alextran1502 in immich-app/immich#8100
🧠 Machine Learning
- fix(server): ml gunicorn listen on ipv4 and ipv6 by default by @growse in immich-app/immich#7930
- chore(deps): update onnxruntime-openvino by @mertalev in immich-app/immich#7854
- feat(ml): add cache_dir option to OpenVINO EP by @dvdblg in immich-app/immich#8018
⚡ CLI
- chore(cli): clarify use of concurrency option by @mertalev in immich-app/immich#7840
- chore(cli): Version 2.1.0 by @bo0tzz in immich-app/immich#7893
- refactor(cli): simplify by @jrasm91 in immich-app/immich#7962
📓 Documentation
- chore: update readme with new logo and add design materials by @alextran1502 in immich-app/immich#7852
- fix: immich logo links by @jrasm91 in immich-app/immich#7856
- docs: Add guide for album sync python script by @markeeisner in immich-app/immich#7736
- Update external-library.md by @GrandNewbien in immich-app/immich#7850
- docs: backup-and-restore.md: fix broken link by @SlavikCA in immich-app/immich#7806
- docs: config-file.md update config to current (v1.98) state by @SlavikCA in immich-app/immich#7808
- fix(blog/docs): Fix Milestone linking for "multi select" and "View Exif" fix(docs): Update "zoodyy" to "yfrey" by @declan8010 in immich-app/immich#7926
- docs: Update backup script example by @mmomjian in immich-app/immich#7734
- feat(doc): new logo and screenshots by @alextran1502 in immich-app/immich#7961
- fix(doc): logo size on small screen by @alextran1502 in immich-app/immich#7992
- feat(doc) Updated feature-panel.png with the new logo by @declan8010 in immich-app/immich#7995
- chore(docs): update readme by @alextran1502 in immich-app/immich#8021
- fix(docs): add microservices to IMMICH_CONFIG_FILE env var documentation by @tylerbrockett in immich-app/immich#8017
- feat(docs): User management new options by @aviv926 in immich-app/immich#8029
- fix(docs): update authelia OIDC link by @JW-CH in immich-app/immich#8070
- fix(docs) minor security warning raised by Borg by @thariq-shanavas in immich-app/immich#8075
- docs(server): add documentation for prometheus metrics by @mertalev in immich-app/immich#8084
🔨 Maintenance
- chore(deps): update open-api by @renovate in immich-app/immich#7867
- chore(deps): update @immich/cli by @renovate in immich-app/immich#7866
- chore(deps): update dependency typescript to v5.4.2 by @renovate in immich-app/immich#7861
- chore(deps): update dependency @types/node to v20.11.25 by @renovate in immich-app/immich#7860
- fix(deps): update docs by @renovate in immich-app/immich#7870
- chore(deps): update server by @renovate in immich-app/immich#7869
- fix(deps): update machine-learning by @renovate in immich-app/immich#7871
- chore(deps): update base-image to v20240312 (major) by @renovate in immich-app/immich#7892
- chore(deps): bump softprops/action-gh-release from 1 to 2 by @dependabot in immich-app/immich#7844
- fix(deps): update server by @renovate in immich-app/immich#7880
- chore(deps): update grafana/grafana docker tag to v10.4.0 by @renovate in immich-app/immich#7875
- chore: publish sdk on release by @jrasm91 in immich-app/immich#7895
- fix(deps): update web by @renovate in immich-app/immich#7872
- fix(deps): update server by @renovate in immich-app/immich#7898
- chore(deps): bump docker/build-push-action from 5.2.0 to 5.3.0 by @dependabot in immich-app/immich#7947
- chore(deps): bump docker/setup-buildx-action from 3.1.0 to 3.2.0 by @dependabot in immich-app/immich#7948
- chore(ci): Clean up docker buildx workaround by @bo0tzz in immich-app/immich#7949
- chore(cli): clean up files by @jrasm91 in immich-app/immich#7955
- chore: remove unused dep by @jrasm91 in immich-app/immich#7957
- chore(cli): use lockfile v3 by @jrasm91 in immich-app/immich#7958
- refactor: library e2e by @jrasm91 in immich-app/immich#7969
- chore(server): introduce proper job status by @danieldietzler in immich-app/immich#7932
- chore(deps): pin prom/prometheus docker tag to bc1794e by @renovate in immich-app/immich#7874
- fix(deps): update exiftool by @renovate in immich-app/immich#7879
- chore(deps): update machine-learning by @renovate in immich-app/immich#7890
- chore(deps): update typescript-eslint monorepo to v7.2.0 by @renovate in immich-app/immich#8008
- chore: Simplify install script by @bo0tzz in immich-app/immich#8048
- chore(deps): update dependency @types/node to v20.11.27 by @renovate in immich-app/immich#8012
- chore: add prometheus.yml to release artifact by @alextran1502 in immich-app/immich#8096
New Contributors
- @GrandNewbien made their first contribution in immich-app/immich#7850
- @ZTzTopia made their first contribution in immich-app/immich#7812
- @natedawg made their first contribution in immich-app/immich#7910
- @growse made their first contribution in immich-app/immich#7930
- @kokulshan made their first contribution in immich-app/immich#7813
- @thielepaul made their first contribution in immich-app/immich#7933
- @othyn made their first contribution in immich-app/immich#7760
- @Aegeontis made their first contribution in immich-app/immich#7851
- @sevtdy made their first contribution in immich-app/immich#7942
- @dvdblg made their first contribution in immich-app/immich#8018
- @tylerbrockett made their first contribution in immich-app/immich#8017
Full Changelog: immich-app/immich@v1.98.2...v1.99.0