All Versions
6
Latest Version
Avg Release Cycle
21 days
Latest Release
1032 days ago
Changelog History
Changelog History
-
v1.1.3 Changes
November 28, 2020 -
v1.1.2 Changes
November 13, 2020➕ Added
- #99 Options for sorting media by,
date shot
,date imported
,title
andkind
- 👍 940e48f Add support for http compression for the API
🛠 Fixes
- 1386c8d Fix error messages when visiting share without being logged in
👌 Improvements
- 🔨 Alot of general refactoring
- ✅ #110 Setup UI unit testing with jest
- ⚡️ Dependencies has been updated
- #99 Options for sorting media by,
-
v1.1.1 Changes
September 30, 2020Added
- #90 Added "Places" to the sidebar, which when clicked will show a map with all geo-tagged photos.
⚡️ To enable this feature a mapbox token is needed, make sure to set it as the environment variableMAPBOX_TOKEN
. See the updated docker-compose.example.yml, for a docker configuration - #76 Toggle switch has been added, to the Photos and Album pages, to show only favorited media. (thanks to @stz184)
- 4fe0608 Add cache header for photo resources
🛠 Fixed
- 🔨 General refactoring for UI files
- #90 Added "Places" to the sidebar, which when clicked will show a map with all geo-tagged photos.
-
v1.1.0 Changes
September 25, 2020➕ Added
- #79 Periodic scanner: the scanner can be set to run periodically at a fixed time-interval that can be configured from the settings page
- 🔄 #80 Change max concurrent workers: an option has been added to the settings page to change the max amount of jobs the scanner can run at once. Was previously fixed to 3.
🛠 Fixed
-
v1.0.1 Changes
August 18, 2020➕ Added
- 💻 #7 Improvements to the web ui on mobiles
- Move the side menu to the bottom of the screen on smaller screens.
- Right sidebar will only show up on mobile when an image is selected, afterwards it can be dismissed again.
🛠 Fixed
- 🛠 Fix various layout issues on smaller screens
- Hide blue outline from buttons in presentation view
- 💻 #7 Improvements to the web ui on mobiles
-
v1.0.0 Changes
August 15, 2020🚀 This marks the first stable release for Photoview.
🚀 This introduces a proper release versioning for the docker images.
⬆️ All database migrations have been merged with this release, to simplify development and improve compatibility and stability in the future. But this also means that it will not be possible to upgrade from previous versions without wiping the database.
🚀 The
viktorstrate/photoview:latest
docker image will from now on reflect the latest stable release to improve stability.👍 Photoview now supports ARM based systems, though only arm64 supports RAW photos and videos, as these features depend on external software.