Releases: immich-app/immich
v1.126.1
v1.126.1
Hotfixes
- Fixes a compatibility issue with the mobile app
Announcement
FOSDEM
Howdy, everybody! We just came back from FOSDEM and had a great time in Brussels.
Thanks to everyone who came to see us! We received lots of feedback from the community, and your encouragement warmed our hearts.
MERCH!
Merch options video
![](https://private-user-images.githubusercontent.com/27055614/411651616-c986d977-4b16-40c9-9447-00f5ba560ea4.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk4NzM4NDYsIm5iZiI6MTczOTg3MzU0NiwicGF0aCI6Ii8yNzA1NTYxNC80MTE2NTE2MTYtYzk4NmQ5NzctNGIxNi00MGM5LTk0NDctMDBmNWJhNTYwZWE0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE4VDEwMTIyNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTVjOThkNGU4Mzk5NDQxY2YyMmQwZmZjY2JmNWMxNzZmODZmYmM5ZDA4OGIxMDFhZWRkNGQ3NzIyZTkyYTE1YzYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.UzpfUuE-6xSPcjtKu-kL-Qt1ojGJrasqJfZMFBhXH7A)
In case you missed our live stream, Immich now has a merch store where you can get cool swag, such as t-shirts, sweaters, stickers, magnets, and mugs… in the Immich theme. You can visit the store at https://immich.store
You can also re-watch the live stream and our talk from FOSDEM at:
Highlights
Welcome to the release v1.126.0
of Immich. This release continues our bug clean-up operation from the Kysely migration (Kysely is our new database abstraction layer). Some nice features and enhancement also make their way in. Please find some of the highlights below:
- Search improvement on asset’s description and tags
- Revamp places UI on the web
- Mark people as favorite
- Shared link UI improvement
- Cursed knowledge candidate: fixes a bug where the database timezone causes the timezone to be interpreted as an invalid date in Javascript.
Search improvement - Tag and description search
You can now search by tag (web) and description (web + mobile). We plan to add a more powerful search in the near future increasingly, so stay tuned!
Revamp UI for places on the web.
In the detail location view, you can now toggle the grouping to group them by country. It is a nice way to see where you have been through the camera lens :)
Mark people as favorite
You can now mark people as favorites so that the person will be showing first on the list
Shared link UI improvement
The album’s sharing popup now includes information on what shared links have been created. In the shared link view, you can now filter for all/individual share/album share. You can also toggle an option in the Account Setting > Features section to place a quick access button on the shared link page to the sidebar.
Support Immich
If you find the project helpful, you can support Immich by purchasing a product key at https://buy.immich.app or purchase our merchandise at https://immich.store
Cheers! 🍻
What's Changed
🚀 Features
- feat: add searching by tags by @dav-wolff in #15395
- feat(web): revamp places by @kvalev in #12219
🌟 Enhancements
- feat(server): synology exclusion patterns by @etnoy in #15773
- feat(mobile): Add filter to people_picker.dart by @jforseth210 in #15771
- feat: search by description by @alextran1502 in #15818
- feat(mobile): Use
NavigationRail
when the screen is in landscape mode by @ferraridamiano in #15885 - feat(web): merge suggestion modal: focus on Yes button by default. by @afv in #15827
- fix(mobile): improved the visibility of backup cloud icon on lighter images by @meesam4687 in #15886
- feat: Mark people as favorite by @arnolicious in #14866
- feat(api): set person color by @jrasm91 in #15937
- feat(web): shared link filters by @jrasm91 in #15948
- feat: view album shared links by @jrasm91 in #15943
🐛 Bug fixes
- fix(web): shared link date range by @jrasm91 in #15802
- fix(mobile): search page issues by @alextran1502 in #15804
- fix(mobile): retain the edited title when album updates by @immangat in #15806
- feat(web): Updated Onboarding page by @OkayStark in #15880
- fix(server): memory lane assets order by @alextran1502 in #15882
- fix(mobile): #15182 Video memories no longer play by @Tyris in #15210
- fix(server): queue missing metadata by @etnoy in #15864
- fix(server): for individual shares not showing thumbnails by @Lukasdotcom in #15895
- fix(web): prevent accidental modal closures on mouseup outside by @afv in #15900
- fix: call hexOrBufferToBase64 for stripMetadata thumbhash by @bo0tzz in #15917
- fix(server): always get UTC dates from postgres by @jrasm91 in #15920
- fix(server): validate oauth profile has a sub by @jrasm91 in #15967
📚 Documentation
- docs: update server arch by @jrasm91 in #15775
- docs: TrueNAS: add danger message to external libraries by @NicholasFlamy in #15857
- fix(docs): query DB by ID by @mmomjian in #15863
- fix: bash install.sh script for mac os by @jtkmckenna in #15874
- docs: add-current-path-to-version-switcher by @NicholasFlamy in #15860
- chore(docs): update setup.md to include FVM dependency by @ridvan-cln in #15927
- fix(docs): show version selection dropdown on mobile by @NicholasFlamy in #15894
- docs: soften wording for openvino igpu by @mertalev in #15941
🌐 Translations
- chore: update of the Thai translation by @bankjirapan in #15758
New Contributors
- @bankjirapan made their first contribution in #15758
- @preeperkiller made their first contribution in #15791
- @tribut made their first contribution in #15800
- @immangat made their first contribution in #15806
- @OkayStark made their first contribution in #15880
- @meesam4687 made their first contribution in #15886
- @jtkmckenna made their first contribution in #15874
- @defooster made their first contribution in #15913
- @ridvan-cln made their first contribution in #15927
- @kvalev made their first contribution in #12219
Full Changelog: v1.125.7...v1.126.1
v1.126.0
v1.126.0
Announcement
FOSDEM
Howdy, everybody! We just came back from FOSDEM and had a great time in Brussels.
Thanks to everyone who came to see us! We received lots of feedback from the community, and your encouragement warmed our hearts.
MERCH!
Merch options video
![](https://private-user-images.githubusercontent.com/27055614/411651616-c986d977-4b16-40c9-9447-00f5ba560ea4.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk4NzM4NDYsIm5iZiI6MTczOTg3MzU0NiwicGF0aCI6Ii8yNzA1NTYxNC80MTE2NTE2MTYtYzk4NmQ5NzctNGIxNi00MGM5LTk0NDctMDBmNWJhNTYwZWE0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE4VDEwMTIyNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTVjOThkNGU4Mzk5NDQxY2YyMmQwZmZjY2JmNWMxNzZmODZmYmM5ZDA4OGIxMDFhZWRkNGQ3NzIyZTkyYTE1YzYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.UzpfUuE-6xSPcjtKu-kL-Qt1ojGJrasqJfZMFBhXH7A)
In case you missed our live stream, Immich now has a merch store where you can get cool swag, such as t-shirts, sweaters, stickers, magnets, and mugs… in the Immich theme. You can visit the store at https://immich.store
You can also re-watch the live stream and our talk from FOSDEM at:
Highlights
Welcome to the release v1.126.0
of Immich. This release continues our bug clean-up operation from the Kysely migration (Kysely is our new database abstraction layer). Some nice features and enhancement also make their way in. Please find some of the highlights below:
- Search improvement on asset’s description and tags
- Revamp places UI on the web
- Mark people as favorite
- Shared link UI improvement
- Cursed knowledge candidate: fixes a bug where the database timezone causes the timezone to be interpreted as an invalid date in Javascript.
Search improvement - Tag and description search
You can now search by tag (web) and description (web + mobile). We plan to add a more powerful search in the near future increasingly, so stay tuned!
Revamp UI for places on the web.
In the detail location view, you can now toggle the grouping to group them by country. It is a nice way to see where you have been through the camera lens :)
Mark people as favorite
You can now mark people as favorites so that the person will be showing first on the list
Shared link UI improvement
The album’s sharing popup now includes information on what shared links have been created. In the shared link view, you can now filter for all/individual share/album share. You can also toggle an option in the Account Setting > Features section to place a quick access button on the shared link page to the sidebar.
Support Immich
If you find the project helpful, you can support Immich by purchasing a product key at https://buy.immich.app or purchase our merchandise at https://immich.store
Cheers! 🍻
What's Changed
🚀 Features
- feat: add searching by tags by @dav-wolff in #15395
- feat(web): revamp places by @kvalev in #12219
🌟 Enhancements
- feat(server): synology exclusion patterns by @etnoy in #15773
- feat(mobile): Add filter to people_picker.dart by @jforseth210 in #15771
- feat: search by description by @alextran1502 in #15818
- feat(mobile): Use
NavigationRail
when the screen is in landscape mode by @ferraridamiano in #15885 - feat(web): merge suggestion modal: focus on Yes button by default. by @afv in #15827
- fix(mobile): improved the visibility of backup cloud icon on lighter images by @meesam4687 in #15886
- feat: Mark people as favorite by @arnolicious in #14866
- feat(api): set person color by @jrasm91 in #15937
- feat(web): shared link filters by @jrasm91 in #15948
- feat: view album shared links by @jrasm91 in #15943
🐛 Bug fixes
- fix(web): shared link date range by @jrasm91 in #15802
- fix(mobile): search page issues by @alextran1502 in #15804
- fix(mobile): retain the edited title when album updates by @immangat in #15806
- feat(web): Updated Onboarding page by @OkayStark in #15880
- fix(server): memory lane assets order by @alextran1502 in #15882
- fix(mobile): #15182 Video memories no longer play by @Tyris in #15210
- fix(server): queue missing metadata by @etnoy in #15864
- fix(server): for individual shares not showing thumbnails by @Lukasdotcom in #15895
- fix(web): prevent accidental modal closures on mouseup outside by @afv in #15900
- fix: call hexOrBufferToBase64 for stripMetadata thumbhash by @bo0tzz in #15917
- fix(server): always get UTC dates from postgres by @jrasm91 in #15920
- fix(server): validate oauth profile has a sub by @jrasm91 in #15967
📚 Documentation
- docs: update server arch by @jrasm91 in #15775
- docs: TrueNAS: add danger message to external libraries by @NicholasFlamy in #15857
- fix(docs): query DB by ID by @mmomjian in #15863
- fix: bash install.sh script for mac os by @jtkmckenna in #15874
- docs: add-current-path-to-version-switcher by @NicholasFlamy in #15860
- chore(docs): update setup.md to include FVM dependency by @ridvan-cln in #15927
- fix(docs): show version selection dropdown on mobile by @NicholasFlamy in #15894
- docs: soften wording for openvino igpu by @mertalev in #15941
🌐 Translations
- chore: update of the Thai translation by @bankjirapan in #15758
New Contributors
- @bankjirapan made their first contribution in #15758
- @preeperkiller made their first contribution in #15791
- @tribut made their first contribution in #15800
- @immangat made their first contribution in #15806
- @OkayStark made their first contribution in #15880
- @meesam4687 made their first contribution in #15886
- @jtkmckenna made their first contribution in #15874
- @defooster made their first contribution in #15913
- @ridvan-cln made their first contribution in #15927
- @kvalev made their first contribution in #12219
Full Changelog: v1.125.7...v1.126.0
v1.125.7
What's Changed
🌟 Enhancements
- fix(server): Allow negative rating (for rejected images) by @chkuendig in #15699
- feat: resolution selection and default preview playback for 360° panorama videos by @pastleo in #15747
- feat: add support for JPEG 2000 by @ayykamp in #15710
- fix(server): Update vaapi-wsl to include dxg by @Mraedis in #15759
🐛 Bug fixes
- fix(web): do not throw error when hash fails by @RiggiG in #15740
- fix(web): cancel people merge selection: do not show "Change name successfully" notification by @afv in #15744
- fix: show local dates for range in album summary by @C-Otto in #15654
- fix(server): restore user by @jrasm91 in #15763
- fix(web): update recent album after edit by @antoniosarro in #15762
🌐 Translations
- chore: update of the Ukrainian translation by @OriginalSimon in #15751
New Contributors
- @chkuendig made their first contribution in #15699
- @RiggiG made their first contribution in #15740
- @pastleo made their first contribution in #15747
- @miguelangel-nubla made their first contribution in #15738
- @afv made their first contribution in #15744
- @OriginalSimon made their first contribution in #15751
- @bencochran made their first contribution in #15381
- @antoniosarro made their first contribution in #15762
Full Changelog: v1.125.6...v1.125.7
v1.125.6
v1.125.6
- Fixed a bug where thumbnail generation job queue all person faces at midnight
What's Changed
🐛 Bug fixes
Full Changelog: v1.125.5...v1.125.6
v1.125.5
v1.125.5
We were about to release v1.125.4
, then we found and fixed some more bugs, v1.125.5
it is!
- Fixed a bug where the album page cannot be accessed if any album with its assets is in the trash.
- Fixed a bug where deduplication detection doesn't return any result
- Fixed a bug where the date picker component caused a rendering error if the app language was not in English
What's Changed
🐛 Bug fixes
- fix(web): sort folders by @C-Otto in #15691
- fix(server): cannot render album page when all assets of an album are in trash by @alextran1502 in #15690
- fix(server): duplicate detection by @alextran1502 in #15727
- fix(mobile): locale option causes the datetime filter error out by @alextran1502 in #15704
Full Changelog: v1.125.3...v1.125.5
v1.125.3
v1.125.3
This release continues the bug-squashing effort from migration to Kysely.
- Fixed an issue where changing the machine learning model doesn't change the vector size requirement
- Fixed an issue where the bulk location edit triggered an error
- Fixed an issue where the album cannot be loaded in the mobile app if any of the assets in the album are in the trash
- Fixed an issue where searchRandom endpoint doesn't return randomize items
- Fixed some issues regarding the timezone topic
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
- chore(server): print stack in case of worker error by @etnoy in #15632
- fix: increase upload timeout by @jdicioccio in #15588
- fix(mobile): improve timezone picker by @gaganyadav80 in #15615
🐛 Bug fixes
- fix(server): changing vector dim size by @mertalev in #15630
- fix(server): bulk update location by @alextran1502 in #15642
- fix(server): do not reset fileCreatedDate by @C-Otto in #15650
- fix(server): do not count deleted assets for album summary by @C-Otto in #15668
- fix(server): avoid duplicate rows in album queries by @mertalev in #15670
- fix(web): neon overflow on mobile screen by @alextran1502 in #15676
- fix(server): /search/random API returns same assets every call by @sudbrack in #15682
New Contributors
- @jdicioccio made their first contribution in #15588
- @idkwhyiusethisname made their first contribution in #15637
- @gaganyadav80 made their first contribution in #15615
- @ferraridamiano made their first contribution in #15683
- @sudbrack made their first contribution in #15682
Full Changelog: v1.125.2...v1.125.3
v1.125.2
v1.125.2
This release addresses the following issues, most of which originate from our migration to Kysely.
- Fixed a bug where the timeline shows a placeholder in some sections
- Fixed a bug where using server URL with
sslmode
doesn't get parsed correctly - Fixed a bug where LivePhotos doesn't generate thumbnails
- Fixed a bug where no EXIF data is returned for the deduplication view
- Fixed a bug where albums with archived assets don't show up on the mobile app
- Fixed a bug where hard refresh only refreshed assets and not albums
- Fixed a bug where the
updatedAt
column doesn't update on some assets and album actions - Fixed a bug where
searchRandom
doesn't return the correct data format
Thank you for reporting the bugs you have found! We added a treat to the login page as a thank you 😄
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
- feat(web): neon light behinds auth forms by @alextran1502 in #15570
🐛 Bug fixes
- fix(mobile): translation (no /api, experimental features) by @mmomjian in #15600
- fix(server):
getTimeBuckets
not handling boolean filters correctly by @mertalev in #15567 - fix(web): auth page padding by @jrasm91 in #15569
- fix(server): set
updatedAt
on updates by @mertalev in #15573 - fix(server): Fix for sorting faces during merging by @Lukasdotcom in #15571
- fix(server):
searchRandom
response by @mertalev in #15580 - fix: login page by @jrasm91 in #15613
- fix(mobile): full refresh doesn't get albums by @alextran1502 in #15560
- fix(server): link live photos by @alextran1502 in #15612
- fix: demo login page by @jrasm91 in #15616
- fix(server): no exif metadata in the deduplication utility by @mertalev in #15585
- fix(mobile): deletion of single assets by @Saschl in #15597
- fix(server): failed to get albums with archived assets by @alextran1502 in #15611
- fix(server): migration mentions public schema by @alextran1502 in #15622
- fix(mobile): failed to load ga/gl locale by @alextran1502 in #15623
- fix(server):
sslmode
not working by @mertalev in #15587
Full Changelog: v1.125.1...v1.125.2
v1.125.1
v1.125.1
There was a hiccup with the release pipeline for v1.125.0
so we have to change the version
Important
If you are running remote machine learning, please make sure the remote service pulls the latest version.
Highlights
Welcome to release v1.125.1
of Immich. The release improves how the server queries the database, using a type-safe query builder, Kysely
, instead of relying on the magic of TypeORM
. Many queries have been given a speed boost to be much faster; some got several times faster. You should see a quicker app experience overall. It has been the work for the last couple of months and a foundation we have been building for many changes in the coming months to the data model of the whole app, which is needed to enable some long-awaited features. Kudos to the entire team for completing it. Alongside that improvement, this release also brings new features, enhancements, and bug fixes. Please see some of the highlights below:
- Node.js security update
- Share-to mechanism on the mobile app
- Enable slideshow everywhere on the web app.
- Fixed a bug where the Android app cannot get newly taken photos from the gallery. However, this fix requires us to roll back another mechanism that allows the app to choose empty albums as targets for backup.
- Fixed a bug where playing particular video codecs would crash the Android mobile app.
Node.js security update
This release includes a Node.js security update. While we don’t believe any of these vulnerabilities affect Immich, we still recommend updating soon to avoid any risk.
Share-to Immich
You can now directly share media from other apps to Immich without saving them to the phone’s local gallery first.
Important
For uploading photos from the gallery, it is still recommeded to use the built-in backup feature since the share-to mechanism that can cause mismatching upload status. Additionally, iOS defaults to sharing an exported JPEG image instead of the original for formats like HEIC. You can change this by tapping “Options” near the top of the iOS sharing menu and selecting “Current” instead of “Automatic”.
ScreenRecording_01-10-2025.13-05-53_1-1.mov
Slideshow everywhere
You can now toggle the slideshow mode from all the views on the web app.
Lens information
This release includes the lens information in the detail panel for our photographer users, making it easier to know which of your favorite lenses was used to capture the photo.
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
🚨 Breaking Changes
- chore(server)!: default max bitrate unit to kbps by @mertalev in #15264
- feat: better spec urls by @jrasm91 in #15487
🚀 Features
- feat: Upgrade devcontainer setup by @Zer0x00 in #14419
- feat(web): immich-ui components by @jrasm91 in #14263
- feat(mobile): share to mechanism by @alextran1502 in #15229
- feat: Allow multiple ML models to be preloaded by @1-tempest in #15418
🌟 Enhancements
- refactor(server): use kysely by @mertalev in #12857
- feat: #15237 toggle password visibility on shared albums by @imakida in #15238
- feat(web): Slideshow is enabled everywhere. It no longer needs assetStore. by @matitalatina in #15077
- feat: Add additional env variables for Machine Learning by @1-tempest in #15326
- feat(web): Context menu scrolls on small devices by @matitalatina in #15367
- feat: Add additional env variables to ML container by @1-tempest in #15398
- feat: Add rule on robots.txt to allow robots access og tags by @r1235613 in #15470
- feat(web): Show lens model in the asset viewer detail panel by @bxtdvd in #15460
🐛 Bug fixes
- fix(mobile): 15072 Fix issue with boolean filters filtering out results when they shouldn't by @Tyris in #15208
- fix(web): escape key to clear selection and go to previous page (#15142) by @jinxuan-owyong in #15219
- fix(mobile): don't crash android app when video player throws exception by @mertalev in #15236
- fix(web): mismatched deviceAssetId when uploading images by @jinxuan-owyong in #15130
- fix(cli): handle folders with single quotes by @desmondgc in #15283
- fix(web): end selection after click when choosing thumbnail, and notify by @imakida in #15373
- fix(web): map settings by @jrasm91 in #15375
- fix(mobile): 14983 Images upload to shared album with common name by @Tyris in #15127
- fix(web): Update asset count when deleting assets from person page by @imakida in #15416
- fix(web): scrolling memory timeline reset position by @alextran1502 in #15429
- fix(mobile): Cannot type date format on Samsung phone by @alextran1502 in #15430
- fix(deps): use node-addon-api v8 by @dotlambda in #15438
- fix(server): searching for multiple people yields false positives by @dav-wolff in #15447
- fix(mobile): cannot get new photos on Android by @alextran1502 in #15461
- fix: incorrect event configuration by @jrasm91 in #15530
📚 Documentation
- chore(docs): clarify experimental network features by @mmomjian in #15228
- docs: clarify filesystem backup paths by @bo0tzz in #15243
- fix(docs): Fix link label to refer to correct location on page by @austin-dudzik in #15279
- fix(docs): fix admonition in mobile section by @Dr-Electron in #15291
- fix(docs): database name for restore commands by @mmomjian in #15276
- fix(docs): Update unraid.md to use correct image url by @swils23 in #15427
- fix: grammar on docs homepage by @aaronjrodrigues in #15455
- fix: broken link on monitoring page by @jsloyer in #15478
- feat(docs): CIFS/Samba in-Docker example by @mmomjian in #15502
🌐 Translations
- chore(web): update translations by @weblate in #15145
- chore(web): update translations by @weblate in #15335
New Contributors
- @jinxuan-owyong made their first contribution in #15219
- @fholzer made their first contribution in #15266
- @desmondgc made their first contribution in #15283
- @austin-dudzik made their first contribution in #15279
- @Dr-Electron made their first contribution in #15291
- @Zer0x00 made their first contribution in #14419
- @yonran made their first contribution in #12794
- @1-tempest made their first contribution in #15326
- @swils23 made their first contribution in #15427
- @dav-wolff made their first contribution in #15447
- @r1235613 made their first contribution in #15470
- @jsloyer made their first contribution in #15478
- @bxtdvd made their first contribution in #15460
Full Changelog: v1.124.2...v1.125.0
v1.124.2
v1.124.2
Two releases in a day, we know you missed those new release announcement pop-up from us 😁
This release addresses the following bugs:
- Fixed a bug where various jobs don't run on new external library assets.
- Fixed a bug where multi-selection in the folder view is not cleared when changing folders
What's Changed
🐛 Bug fixes
- fix(server): generate thumbnails for external assets by @etnoy in #15183
- fix(web): Reset asset selection when refreshing and changing folder by @arnolicious in #15178
Full Changelog: v1.124.1...v1.124.2
v1.124.1
v1.124.1
This release addresses the following bugs.
- Fixed a bug where email notification cannot be completed
- Fixed a bug where the asset path is hard to be highlighted and copied
What's Changed
🐛 Bug fixes
- fix: invert asset path link nesting by @bo0tzz in #15163
- fix(server): email cannot render with pretty flag by @alextran1502 in #15157
🌐 Translations
- chore(docs): update and polish Russian README by @Leatryx in #15164
- chore(docs): Translated README to Ukrainian by @YarosMallorca in #15167
Full Changelog: v1.124.0...v1.124.1