v2.0.0 - Lot of new features
Version 2.0.0 of Immich Swipe is out! 馃巿
This version introduces a LOT of new features, fixes and overall enhancements of the UI and what's behind. Here's a list of the major ones:
- New app logo to reduce confusion with the official Immich app (please do not judge it 馃榿)
- New actions available in the swipe screen : Add to favorites, Archive, and Add to locker
Those actions can be individually enable or disable in the app settings.
Note: Those new options require new permissions to work ! So if you plan to use them, please add the following permissions to your API key:
asset.statisticsasset.update
-
A new Collections feature is here. Collections are kind of like "virtual albums", in the sense that they are not real Immich albums, but juste collections of assets based on specific criterias. They are treated just like albums in Immich Swipe.
For now, the only collection accessible is the SKIPs collection, making it possible to see all your skipped asset in a single collection and review them even if their due date has not come.
But in a near future, more collections are planned :- All assets
- All assets that are not in any album
- All assets from a certain time period (month, year, maybe custom)
- A custom number of assets in library (50, 200, etc...) to make short but efficient cleaning sessions.
- any good idea that you may come with... You tell me!
-
Global usage stats screen allow you to see how many assets you'va handled, and the repartitions of the actions (delete, keep, archive...). Stats are always nice to have, even when useless.
-
Multi-account support
You can now disconnect, and connect with as many different users as you like: all you swipe decisions will remain. -
Database options (
DELETE,IMPORT,EXPORT), globally or by user -
Support for HTTP connections, as well as connections to direct IP addresses
This allow users to connect without a domain name, locally or with tailscale for example. -
Option to exclude assets that already have been archived (externally to Immich Swipe) in albums
For some, archived asset are already considered sorted, so you might not want to see them in Immich Swipe. If you decide to include them, those assets will be marked to let you know they are archives. -
In-app logs accessible in the parameters to make debugging easier.
-
Albums can now be searched by name or description
-
Assets that have been sorted now disappear from timeline in swipe screen, making the experience much cleaner and fluid.
-
Review screen has been reworked to show all decisions (delete, keep, skip, archive, locker) and remaining assets size is now estimated based on already sorted assets of the album instead of showing a wrong value.
-
Spanish translation by @ruflas (thanks!)
-
... a lot more general enhancements, fixes and performance changes...
The database scheme has evolved since the last release, but I added migration scripts in order to keep former swipe decisions. During my tests it worked perfectly, so hopefully it works for you too! The app will ask for re-connection after the migration, this is normal behavior.
Please let me know what you think of that new release ! I love to get some feedback.
馃巿
What's Changed
New Contributors
Full Changelog: v1.0.1...v2.0.0