ImageGenius Changes:
rebase to alpine edge
immich Changes:
v1.105.0
Caution
Changes in glob path external library
Library import paths no longer support wildcards (* notation/globs). If your library was previously using this, please update affected paths to point to directories instead.
Note: exclusion paths remain unchanged and still support glob syntax.
Highlights
Welcome to release v1.105.0
of Immich. WOW, 2 releases in 2 days! Immich's full-time core team has taken effect. Slightly kidding there, but we have a lot of bug fixes since the last release that we would like to push out to avoid you all encountering annoying bugs when using the software. Some highlights can be found below:
- The mobile app now uses a more efficient sync algorithm.
- Fixed assets status not showing correctly when deleting assets from the server when opening the mobile app.
What's Changed
⚠️ Breaking Changes
- fix(server): support special characters in library paths by @sushain97 in immich-app/immich#9385
🗄️ Server
- fix(server): regenerate (extract) motion videos by @jrasm91 in immich-app/immich#9438
- chore(server): remove unused column by @jrasm91 in immich-app/immich#9431
- fix(server): addAssets and removeAssets handle duplicate assetIds by @eric-barch in immich-app/immich#9436
- refactor(server): logger by @jrasm91 in immich-app/immich#9472
- feat(server): run microservices in worker thread by @zackpollard in immich-app/immich#9426
- fix(server): new full sync return stacked assets individually by @fyfrey in immich-app/immich#9189
- fix(server): sync issue when delete remotes assets by @alextran1502 in immich-app/immich#9479
📱 Mobile
- feat(mobile): use efficient sync by @fyfrey in immich-app/immich#8842
🖥️ Web
- fix(web): show w x h correctly when media is rotated by @jrasm91 in immich-app/immich#9435
- feat(web): combine auth settings by @jrasm91 in immich-app/immich#9427
- Fix typo in error page title by @donebydavid in immich-app/immich#9451
- fix(web): decrease asset viewer navigation area size by @Snowknight26 in immich-app/immich#9455
- fix(web): admin settings number input validation by @michelheusschen in immich-app/immich#9470
📓 Documentation
- fix install.sh add random password for .env by @xiagw in immich-app/immich#9282
- docs: remove mention of delete being disabled for external assets by @benmccann in immich-app/immich#9465
- docs(server,ml): update nvidia toolkit link by @mertalev in immich-app/immich#9477
- Added Swedish translation of README. by @klahr in immich-app/immich#9464
🔨 Maintenance
- chore(deps): update node.js to 291e84d by @renovate in immich-app/immich#9449
- fix(deps): update typescript-projects by @renovate in immich-app/immich#9454
- chore(deps): update node.js to 53108f6 by @renovate in immich-app/immich#9450
- chore(deps): update base-image to v20240514 (major) by @renovate in immich-app/immich#9469
- fix(deps): update machine-learning by @renovate in immich-app/immich#9304
- chore(deps): update machine-learning by @renovate in immich-app/immich#9478
- chore(deps-dev): bump werkzeug from 3.0.1 to 3.0.3 in /machine-learning by @dependabot in immich-app/immich#9480
- chore(deps): bump tqdm from 4.66.1 to 4.66.3 in /machine-learning by @dependabot in immich-app/immich#9481
- fix(deps): update dependency @zoom-image/svelte to v0.2.11 by @renovate in immich-app/immich#9482
New Contributors
- @donebydavid made their first contribution in immich-app/immich#9451
- @eric-barch made their first contribution in immich-app/immich#9436
- @xiagw made their first contribution in immich-app/immich#9282
- @klahr made their first contribution in immich-app/immich#9464
Full Changelog: immich-app/immich@v1.104.0...v1.105.0