v1.116.0 #12952
Replies: 4 comments 5 replies
-
Big thank you for your effort ❤️ Please add a option to be able to search for pictures of a specific year or month without the full date. Example: August 2022 or August (all years) or just 2022 (all months and days). |
Beta Was this translation helpful? Give feedback.
-
docker-compose relevant part:
Same issue. immich has all read write access, can touch as user and as root to the folder, I'm clueless. Everything else works. |
Beta Was this translation helpful? Give feedback.
-
When will the ability to rotate photos on the web be added? |
Beta Was this translation helpful? Give feedback.
-
Amazing progress as always. I get a feeling though that the main page loads significantly slower now than it used to (on the web) Specifically,
this request takes 500ms, and returns 1.6MB, and it only starts after 900ms from page load. It looks like that request waits for another request to finish first:
This first request takes 550ms. So those two requests take over 1 second. The main page loads almost instantly, but the previews take another ~1.5 seconds. I guess you first calculate the timeline view / distribution, and then fetch the first page / correct page for the timeline? I am wondering if something changed in 1.116, because I feel like it used to be faster. (perhaps my library increased in size, as I scanned a lot of new items). Maybe it's just an illusion that it's slower. Also - have you ever considered something more efficient than json (e.g. protos)? It feels like there is a lot of overhead in json; although I guess it should compress nicely. 1.6MB of json is quite a bit :) In any case, I love immich. I have almost 400k images and videos in it. |
Beta Was this translation helpful? Give feedback.
-
v1.116.0
Highlights
Welcome to release
v1.116.0
of Immich!This release continues to focus on bug fixes, which is quite typical for us, especially after large releases. Highlights for this release include:
.immich
file boot checksstyle.json
directly fromtiles.immich.app
Issues with .immich files on boot in 1.115.0
There were a small number of users who experienced problems with booting Immich after upgrading to 1.115.0. This was due to the new .immich file checks that verify your library folders are still mounted and writable. If, and only if you had problems booting 1.115.0 that persist into 1.116.0 with an error of "Unable to write .immich file, already exists", you can fix this by stopping Immich and removing the .immich files in the UPLOAD_LOCATION subfolders (upload, library, thumbnails, etc). If you experience any further problems, please do contact us on discord or via a github discussion.
Improved external library scanning
The external library scan mechanism has been reduced from four seperate options, to one. There is now a single button "Scan" that will handle all cases. Files that are offline (deleted or missing) now get hidden from the timeline and will show in the trash folder. This will become a dedicated screen in a future release. If the file comes back online, then the assets will re-appear in the main timeline and albums they were in previously. If the asset is offline for longer than the trash duration set in the admin config, the assets will be removed from immich automatically
Timezone improvements
Previously, if the timezone of an asset was unknown, it would apply an arbitrary offset by assuming the time was UTC and adjusting it to the viewer's timezone. Now, a timezone will only be shown if it is known for the asset.
Tag cleanup job
If you have tags with no assets in them, you can remove them by running the "Tag clean up" job
here.
Better person merge workflow
The merge page always uses the same direction to merge people together. The "source" gets merged into the "target". However, sometimes the target is an unnamed person. Now, in these situations, the merge direction is automatically reversed, leading to a better user experience.
Serve
style.json
directly fromtiles.immich.app
Up to this release, the immich server served the
style.json
file. That file includes the styling of the map as well as the font/glyphs/tiles provider. However, this also means that tile server updates were always bound to immich server updates. With this change, we decouple the two by serving the (static)style.json
file from the infrastructure we serve the map tiles. This is also in line with pretty much any other map/tile provider. This change will assist us in bringing map improvements to all users in the future, such as map localisation without having to manage multiple different immich versions.However, note that this does not affect the ability to specify a different
style.json
URL in the admin settings.UI improvement for settings pages
Each setting now has a new design accordion section with a distinguishable icon to help identify it easier as the options get longer. You can also search for the administration settings by their title and subtitle in your native language.
New "random" API
We are deprecating
GET /assets/random
in favor ofPOST /search/random
, which works very similar to the other search endpoints. It includes more relations and filters. In the future, we plan to add an option to search and filter by a specific album ID.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
🌟 Enhancements
🐛 Bug fixes
localDateTime
by @jrasm91 in fix(web): bucket bylocalDateTime
#12612📚 Documentation
🌐 Translations
New Contributors
Full Changelog: https://github.com/immich-app/immich/compare/v1.115.0...
This discussion was created from the release v1.116.0.
Beta Was this translation helpful? Give feedback.
All reactions