v0.16.0 - Batch edit tags and faster collections
Added
- Add
skip_collection_counts
config option for faster startup in some cases - Batch edit tags by selecting multiple photos with Ctrl/Cmd and clicking "#"
- Loading very large collections (100K .. 10M+ files) now works
Changed
- Optimized initial loading of large collections
- Finally fixed "determinant of affine transformation matrix is zero" error
- Fixed unit in loading spinner
- Fixed the file counter not being updated while rescan was underway
- Search or other scenes using tags auto-update when tags are added or removed
- Search is now enabled even if AI is not enabled (e.g. for tag search)
- Fixed a bug where collections with dirs that are a prefix of other dirs would
in some cases erroneously also list files in these other dirs (e.g. /vacation
would include /vacation2 or /vacation-eu)
Breaking changes
- There is a hard limit of 50000 source directories per loaded view for now.
Please let me know if you encounter this limit as it can be increased.
PRs
- Enable search even if AI is not enabled by @SmilyOrg in #114
- Tag batch editing and selection by @SmilyOrg in #115
- Fix scene load by @SmilyOrg in #116
- Faster large collections by @SmilyOrg in #117
- Fix rescan file counting by @SmilyOrg in #118
- Update changelog and add more docs by @SmilyOrg in #119
Full Changelog: v0.15.2...v0.16.0