chore(deps): update dependency https://github.com/immich-app/immich.git to v1.83.0
This MR contains the following updates:
Package | Update | Change |
---|---|---|
https://github.com/immich-app/immich.git | minor |
v1.82.1 -> v1.83.0
|
Release Notes
immich-app/immich (https://github.com/immich-app/immich.git)
v1.83.0
🌟 20_000 🌟 Release
v1.83.0 - Warning
Action Required
Re-run metadata extraction for videos impacted by the
duration
parsing bug (#4480)
Welcome to release v1.83.0
of Immich. Thank you, everybody, for your continued support of Immich, from testing, bug reports, and code contributions to the financial donations. You have my eternal appreciation. I am happy to bring you this 20_000 stars release. The contributors and I love gazing at the stars when we push out code in the middle of the night, so be sure to keep it coming
- Asset stacking
- Shared links on mobile
- New storage template variables
- Custom theme
- Notable mention: MR #4474 has been merged, which is a prerequisite for additional facial recognition features, including unmerging and manually reassigning faces.
Asset Stacking
This release introduces asset stacking. Specifically, we have added the option to manually stack assets, with automatic stacking planned for a future release. When assets are stacked, the children are hidden from the main timeline, and only a single (primary/parent) asset is shown. This is perfect for grouping JPEG and RAW, burst shots, and edited file versions. The stacked content can only be seen from the main timeline on the web and mobile app. In other views, such as album, archive, and favorite, the contents are still shown as not stacked.
Many thanks to @shenlong-tanwen for spearheading this effort and the mobile implementation.
On the web
https://github.com/immich-app/immich/assets/27055614/ca2e8538-7b87-41d5-a2f6-f0a8e976d6a3
On the mobile app
https://github.com/immich-app/immich/assets/27055614/2b194070-7736-4db7-846c-1d540b622aac
Shared Links on Mobile
You can now create a shared link on the mobile app. It is not yet possible to view the shared link content on the mobile app, and we are hoping to add this ability in the near future.
https://github.com/immich-app/immich/assets/27055614/b4b1b3b4-2964-4dd8-86c3-73b7caf6c983
New Storage Template Variables
Two new storage template variables have been added in this release:
{{assetId}}
- The UUID for the asset
{{album}}
- The name of the first album the asset belongs to
[!NOTE] Note that when using the
album
variable, the storage template won’t be applied immediately unless an asset is directly uploaded to an album. Therefore, the Storage Template Migration job may need to be run manually after sorting new assets into albums.
Custom Theme
We have added a new Administration > Setting
called “Theme Settings”, where you can write custom CSS that will get loaded in the web application for all users. This enables administrators to change fonts, colors, and other styles. Thanks @Wingysam for your contribution.
As always, 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: 1FvEp6P6NM8EZEkpGUFAN2LqJ1gxusNxZX
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.
Changelogs
Server
- feat(server): Two updates to dev environment by @ItalyPaleAle in https://github.com/immich-app/immich/pull/4556
- feat(server): add storage template variable
assetId
by @ItalyPaleAle in https://github.com/immich-app/immich/pull/4555 - feat(server): "{album}" in storage template by @Hely0n in https://github.com/immich-app/immich/pull/2973
- feat(server): allow unassigned asset-faces by @martabal in https://github.com/immich-app/immich/pull/4474
- feat(server): manual stack assets by @shenlong-tanwen in https://github.com/immich-app/immich/pull/4198
- fix(server): exif duration with scale by @jrasm91 in https://github.com/immich-app/immich/pull/4541
- fix(server): avoid getting time bucket in the future by @alextran1502 in https://github.com/immich-app/immich/pull/4540
- fix(server): add EXIF info to memory response by @alextran1502 in https://github.com/immich-app/immich/pull/4550
- fix(server): Check album asset membership in bulk by @adamantike in https://github.com/immich-app/immich/pull/4603
- fix(server): dot files by @jrasm91 in https://github.com/immich-app/immich/pull/4625
- fix(server): config update queue by @jrasm91 in https://github.com/immich-app/immich/pull/4661
- refactor(server): e2e tests by @jrasm91 in https://github.com/immich-app/immich/pull/4536
- refactor(server): streamline get config, enable the use of arrays by @danieldietzler in https://github.com/immich-app/immich/pull/4562
- refactor(server): make access core singleton by @danieldietzler in https://github.com/immich-app/immich/pull/4609
- refactor(server): make user core singleton by @danieldietzler in https://github.com/immich-app/immich/pull/4607
- refactor(server): make storage core singleton by @danieldietzler in https://github.com/immich-app/immich/pull/4608
- chore(server): remove unused method by @jrasm91 in https://github.com/immich-app/immich/pull/4627
Web
- feat(web): custom stylesheets by @Wingysam in https://github.com/immich-app/immich/pull/4602
- feat(web): manual stacking asset by @alextran1502 in https://github.com/immich-app/immich/pull/4650
- fix(web,server): web socket auth (for web) by @jrasm91 in https://github.com/immich-app/immich/pull/4632
- fix(web): fix Theme Custom CSS endpoint requiring the user to be logged in as the server admin by @Wingysam in https://github.com/immich-app/immich/pull/4633
- fix(web): Prevents nav loop from person->album->albums by @sellnat77 in https://github.com/immich-app/immich/pull/4522
- fix(web): trash link wrongly wrapped by @BogdanCerovac in https://github.com/immich-app/immich/pull/4586
- fix(web): timeline scrolling by @brighteyed in https://github.com/immich-app/immich/pull/4612
- fix(web): fix #4574 link button + improves accessibility by @BogdanCerovac in https://github.com/immich-app/immich/pull/4575
- fix(web): asset ownership does not update when navigating by @alextran1502 in https://github.com/immich-app/immich/pull/4643
- fix(web): suggest people by @martabal in https://github.com/immich-app/immich/pull/4566
- refactor(server, web)!: store latest immich version available on the server by @martabal in https://github.com/immich-app/immich/pull/3565
- refactor(server, web): standardize theme api response by @Wingysam in https://github.com/immich-app/immich/pull/4664
- refactor(web): Allow dropdown for more general use by @danieldietzler in https://github.com/immich-app/immich/pull/4515
- refactor(web): material icons by @jrasm91 in https://github.com/immich-app/immich/pull/4636
- refactor(web): always use the same bucket size by @jrasm91 in https://github.com/immich-app/immich/pull/4662
Mobile
- feat(mobile): shared-links by @shenlong-tanwen in https://github.com/immich-app/immich/pull/4490
- feat(mobile): clear local storage option by @alextran1502 in https://github.com/immich-app/immich/pull/4635
- fix(mobile): validate response code for downloaded file by @shenlong-tanwen in https://github.com/immich-app/immich/pull/4543
- fix(mobile): unique hero tag for assets from API response by @shenlong-tanwen in https://github.com/immich-app/immich/pull/4600
- fix(mobile): asset deletion state management by @shenlong-tanwen in https://github.com/immich-app/immich/pull/4568
- fix(mobile): incorrect date range in album by @alextran1502 in https://github.com/immich-app/immich/pull/4644
- fix(mobile): stack count reset when navigating to the library by @shenlong-tanwen in https://github.com/immich-app/immich/pull/4647
- refactor(mobile): server info to use data classes instead of DTOs by @shenlong-tanwen in https://github.com/immich-app/immich/pull/4591
- refactor(mobile): stack only through merging from the timeline by @shenlong-tanwen in https://github.com/immich-app/immich/pull/4598
- chore(mobile): show stack indicator for videos by @shenlong-tanwen in https://github.com/immich-app/immich/pull/4671
Others
- docs: Adding italian version of README file and relative links by @fedemic in https://github.com/immich-app/immich/pull/4537
- docs: add logo to homepage by @jrasm91 in https://github.com/immich-app/immich/pull/4549
- docs: README update italian link by @fedemic in https://github.com/immich-app/immich/pull/4551
- docs: alternative text that reflects the text in the image by @BogdanCerovac in https://github.com/immich-app/immich/pull/4577
- docs: Semantic fixes and improvements for the main documentation page by @BogdanCerovac in https://github.com/immich-app/immich/pull/4576
- docs: milestones by @jrasm91 in https://github.com/immich-app/immich/pull/4593
- docs: dates and responsive design in milestone page by @martabal in https://github.com/immich-app/immich/pull/4606
- docs: TrueNAS install guide (community) by @DjP-iX in https://github.com/immich-app/immich/pull/4615
- docs: clarify that the server must be run in development mode to generate openapi specs by @Wingysam in https://github.com/immich-app/immich/pull/4634
- docs: update jobs screenshot by @danieldietzler in https://github.com/immich-app/immich/pull/4660
- development: Remove unnecessary env values from proxy container by @bo0tzz in https://github.com/immich-app/immich/pull/4398
- development: run dev-down on unclean dev-new exit by @Wingysam in https://github.com/immich-app/immich/pull/4665
New Contributors
- @fedemic made their first contribution in https://github.com/immich-app/immich/pull/4537
- @ItalyPaleAle made their first contribution in https://github.com/immich-app/immich/pull/4556
- @BogdanCerovac made their first contribution in https://github.com/immich-app/immich/pull/4577
- @adamantike made their first contribution in https://github.com/immich-app/immich/pull/4603
- @Hely0n made their first contribution in https://github.com/immich-app/immich/pull/2973
- @Wingysam made their first contribution in https://github.com/immich-app/immich/pull/4602
- @DjP-iX made their first contribution in https://github.com/immich-app/immich/pull/4615
Full Changelog: https://github.com/immich-app/immich/compare/v1.82.1...1.83.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot. The local configuration can be found in the SI Renovate Bot repository.