Skip to content

Releases: photoview/photoview

2.0.0 - Major database refactoring

31 Jan 10:20
658e641
Compare
Choose a tag to compare

Migration notice: The database structure has been completely rewritten, this means that it is not possible to migrate from earlier versions without deleting the old database first. Most environment variables has also been renamed. Check out the new docker-compose.example.yml, if you are using Docker.

Added

  • #130 Complete database rewrite adding support for multiple database backends such as Sqlite
  • #67 #157 Support multiple root directories for the same user as well as overlapping and shared paths among multiple users.
  • #131 #169 #173 The scanner will now skip transcoding videos that can be played natively in the browser

Improvements

  • Environment variables has been renamed to start with PHOTOVIEW_ to clearify and avoid potential collisions.

1.1.4 - Duplication detection

27 Dec 21:50
4cd822f
Compare
Choose a tag to compare

Added

  • #148 Photo duplication detection (@stz184)
    If the scanner detects a RAW and a JPEG image with the same name then the scanner will use the JPEG directly instead of generating one from the RAW image.

Fixed

  • 4980a77 Fix bug that caused settings page to render a blank screen in Safari

Improvements

  • Dependencies has been updated

1.1.3 - Sidecar file updates and bugfixes

28 Nov 21:01
8781ab3
Compare
Choose a tag to compare

Added

Fixed

  • d7ed03c Fixes a bug where passwords couldn't be added to shares
  • c7ee506 Fixes a bug where some images couldn't be downloaded from the sidebar

Improvements

  • #112 All React components has been migrated to to functional components (@stz184)

1.1.2 - Sorting options

13 Nov 08:39
Compare
Choose a tag to compare

Added

  • #99 Options for sorting media by, date shot, date imported, title and kind
  • 940e48f Add support for http compression for the API

Fixed

  • 1386c8d Fix error messages when visiting share without being logged in

Improvements

  • A lot of general refactoring
  • #110 Setup UI unit testing with jest
  • Dependencies has been updated

1.1.1 - New geographic map view

30 Sep 13:01
Compare
Choose a tag to compare

Added

  • #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 variable MAPBOX_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

1.1.0 - Better scanner and general improvements

25 Sep 17:46
Compare
Choose a tag to compare

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

  • #88 Fix a configuration error causing ARM builds to not be compiled properly
  • a257dfb Fix layout problems with narrow images
  • 467ec54 Fix bug where reloading the initial setup page would cause an exception, rendering the page white.
  • Update go and npm dependencies

1.0.1 - Mobile update

18 Aug 11:38
Compare
Choose a tag to compare

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

First release 🎉

15 Aug 13:44
b54b042
Compare
Choose a tag to compare

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.