You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Images now have thumbnails just like videos. There lower-quality images help to optimize performance when scrolling through pages like Home, Starred, CollectionView, etc.
Items in Memories can now be viewed in full screen.
Items in Memories can now be selected.
CollectionSelector now has option controlling if items should be deselected when confirm clicked.
Backup and restore methods now log messages to the console.
Thumbnails can now be regenerated for all items in Settings.
Collections can now be marked as readonly. If a Collection has been marked as readonly, it cannot: be renamed, have items added/removed, change if it's a folder or not, appear in CollectionSelector, or be deleted.
When items are selected in Import, their date taken source can now be updated at the same time instead of individually.
Add button to Memories for picking a random date.
Fixes and Improvements
Rename Settings.displayNoDTInAV to displayNoDTInCV.
Fix CollectionView query issues relating to Null Date Taken.
Add POSTGRES_VERSION to Settings, and fix 2 errors caused by out of date postgres version.
Various fixes and improvements to Import page.
Fix bug with LoadMemories where items with a day < 10 weren't loaded.
Text inputs in Settings now have a black background and white text.
Fix issue where very wide panoramas were going outside the left and right sides of the page in full screen.
Fix issue where videos in full screen had annoying focus outline sometimes.
Fix issue where clicking a thumbnail's video icon wouldn't make the item fullscreen.
Fix issue in CollectionView where 'Collection' was used instead of 'Album' in a prompt.
Fix issue in CollectionsMain where newly created collections sometimes weren't appearing.
Removed static keyword from a lot of things that didn't need it.
Make CollectionView's collection name text input 600 px wide.
Add checkbox to CollectionsMain to control if readonly collections are selected.
Backups page now works better. It also no longer compressed backups.
Fix issue with CollectionsMain and CollectionSelector where album covers were overflowing and not being clipped properly.
Collections in CollectionsMain no longer use JS to switch page, allowing CollectionView to open much, much faster.
The oldest/newest date added/taken in Stats in Settings actually work now.