All Versions
6
Latest Version
Avg Release Cycle
21 days
Latest Release
1239 days ago

Changelog History

  • v1.1.3 Changes

    November 28, 2020

    โž• Added

    • โšก๏ธ #135 Update JPEGs on sidecar file change (@seam345)

    ๐Ÿ›  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)
  • v1.1.2 Changes

    November 13, 2020

    โž• Added

    • #99 Options for sorting media by, date shot, date imported, title and kind
    • ๐Ÿ‘ 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
  • v1.1.1 Changes

    September 30, 2020

    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
  • 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

    • ๐Ÿ— #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
  • 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
  • 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.