Skip to content

Releases: photoview/photoview

2.3.13 - Internal restrucuring and improvements

26 Jul 18:26
446ef9a
Compare
Choose a tag to compare

Added

Improved

  • #668 Add EXIF image description to sidebar (@jmc265)
  • Fix slow query in getting media of a face by using another join (@Goppai)
  • Improve how scanner tasks are structured internally
  • Update API and UI dependencies

Fixed

  • #664 Fix switching page causes setting to crash (@Phlogi)
  • #656 Fix slow query in getting media of a face by using another join (@Phlogi)
  • #648 Fix Postgres initialization error (@stavros-k)

2.3.12 - Dark Mode and Improvements

11 Feb 12:06
0b9d04e
Compare
Choose a tag to compare

Added

  • #645 #156 Add dark mode which can be configured under User Preferences

Improved

  • #643 #641 Improve date detection of media when using exiftool
  • #644 If possible expand root album to its children when visiting /albums

Fixed

  • #594 Fix positioning of arrows in fullscreen
  • 5ffc1a5 Make websocket connection more stable
  • #646 Fix Dockerfile build trying to run Husky scripts
  • a43f29e Fix album path in sidebar showing up in reversed order

2.3.11 - Fix initial setup page

06 Feb 10:15
91d63eb
Compare
Choose a tag to compare

Previous release v2.3.10 introduced a bug causing the initial setup page to render a blank page, this small update fixes that.

2.3.10 - Blured image previews

05 Feb 00:38
b593f61
Compare
Choose a tag to compare

This release introduces a bug causing the initial setup page to not work, please use v2.3.11 instead

This release is needed to use the newly released iOS app, available on AppStore.

Added

  • #640 #587 Generate blured image previews using the Blurhash algorithm while thumbnails are loading. See screenshot below.

Improved

  • #577 Add back browser favicon (@t-moennich)
  • General refactoring and dependency updates

Fixed

  • #586 #198 Fix a bug where the database would not cleanup old media files when scanning.
    This would happen when two users shared the same root path.

Screenshot

2.3.9 - Sidebar improvements

21 Oct 20:00
72cb02d
Compare
Choose a tag to compare

Added

  • #554 Add people, location and album path to media sidebar

Improved

  • #537 Improve French translation (@Zazou49)
  • #552 Add healthcheck to Dockerfile (@elvece)

Fixed

  • #547 Fix bug caused when trying to delete a sharetoken using Postgres as the database
  • #553 Fix a problem with exif database migrations
  • c7865a9 Fixed a bug causing the new timeline API introduced in v2.3.7 to break when using Postgres or Sqlite as the database backend

2.3.8 - Fix bug with previous release

27 Sep 10:35
428c4fd
Compare
Choose a tag to compare

In previous release v2.3.7 the new timeline filter would crash the UI if no images had been scanned yet, this has now been fixed.

2.3.7 - Improved Timeline

26 Sep 19:34
344d554
Compare
Choose a tag to compare

Added

  • #526 #89 Add button to change album cover images (@PJ-Watson)
  • #530 The timeline has been rewritten to show all images instead of only a select few from each day.
    A new dropdown has also been added at the top of the timeline, that lets the user select a particular year to show images from.
    This also fixes the following bugs related to the old timeline: #338 #302 #280 #230
  • #532 An entire album can now be downloaded from the sidebar as a single .zip file.

Improved

  • #491 Improvements to the French translation (@Zazou49)
  • #498 Face recognition buttons are now translatable (@Zazou49)
  • #506 The sidebar will now no longer open when the user exits from full screen present mode.

Fixed

  • 5eb4bf8 Fix bug where search would be case sensitive when using PostgreSQL
  • #302 Fix bug that caused pagination to stop working until the browser was refreshed

2.3.6 - Bug fixes and improvements

31 Aug 10:33
4af3d11
Compare
Choose a tag to compare

Added

  • #488 Add environment variables to disable optional features
    Face recognition, video encoding and RAW processing can now be disabled with environment variables

Improved

  • #388 Improve performance when querying the database to determine if the user owns a requested album

Fixed

  • #477 Correctly display counterpart JPEGs for RAWs (@tgrondier)
  • #415 Fix small bug when creating a user without specifying a path
  • #452 Fix release version showing undefined under Settings
  • #483 Fix bug where the periodic scanner could not be updated from the UI
  • Make asending the default sort direction, this fixes albums being displayed in reverse alphabetical order
  • d92747c Fix bug where only the first 200 images of a shared album would load
  • #324 Fix lazy-loading of thumbnails when native lazy-loading is not supported by the browser. This caused thumbnails to not load in Safari on iOS

Translations

  • #457 Add translation for Traditional Chinese (@wswongat)
  • #471 Add translation for Simplified Chinese (@seanzhang98)
  • #470 Add translation for Portuguese (@BrnPer)
  • #487 Add missing translation strings for the France translation (@Zazou49)

2.3.5 - Redesigned UI

22 Jul 16:24
66dc882
Compare
Choose a tag to compare

Added

  • #382 The UI has been redesigned
    • Custom components are usedSemanticUI is no longer used.
    • Sidebar can now be pinned/unpinned
  • #427 Add support for .mkv videos (@hupfdule)
  • #432 Follow symlinked directories (@hupfdule)
  • #412 Add russian translation (@andreimk)

Improved

Screen Shot 2021-07-22 at 17 42 47

2.3.4 - Fix maps view

27 May 09:46
90963f2
Compare
Choose a tag to compare

Fixes

  • Fixes a bug caused by changes to the build process that caused the necessary CSS styles for mapbox to not load, making the Places page unusable.
  • #380 Make sidemenu text smaller and add horizontal padding to prevent translated texts from overflowing.