Skip to content

Releases: bpatrik/pigallery2

3.5.2

24 Jan 20:20

Choose a tag to compare

Breaking changes:

  • Breaking change in search. It effect multiple part of the app, easiest way is to delete the DB and the config to fix it. see: #1104
    • It breaks the config around search queries
    • Breaks saved searches most likely
    • Breaks sharing and random photos
  • Breaking change in extensions around buttons on photos. The data traveling back to the server has a different structure now, see latest dev kit.

Main new features:

Further changes

  • Map photos now clickable and opens the photo in full view
  • Sorting was added to faces tab #513
  • minor bug fixes

New Contributors

Full Changelog: 3.1.0...3.5.2

3.1.0

07 Dec 09:29

Choose a tag to compare

Breaking Change

There is a breaking change in config.json. See #801 (comment)
Upgrading to 3.1.0 requires reindexing your library.

Features

Smart Photo Frame (partial) — #1060

A new Smart Photo Frame mode is now available (works well on tablets with kiosk browsers like https://www.fully-kiosk.com/).

Sub-features:

  • Auto-reload webpage when config changes or the server restarts — #1078
  • Backend polling for new files (disabled by default) — #1062
  • Lightroom settings and autoplay now available as query parameters — #1061
  • Added a photo frame link creator popup — #1060

You can find it here:
kép

Bug Fixes

New Contributors

Full Changelog:
3.0.1...3.1.0

3.0.1

02 Nov 20:23

Choose a tag to compare

Bug fixes

  • fix when folder name is a file extension #1053
  • fix album cover job when no users are used #1052

What's Changed

New Contributors

Full Changelog: 3.0.0...3.0.1

3.0.0

27 Oct 23:28

Choose a tag to compare

NOTE: after update you might need to reset your users! Login with admin, admin and set them up.
You will also need to adjust the config or alternative delete it and start setting up the app from scratch.

What's Changed

Main changes

Other improvements

New Contributors

Full Changelog: 2.0.0...3.0.0

V2.0.0

12 Oct 21:27

Choose a tag to compare

UI/UX update

Main changes:

  • dark mode
  • sticky top bar
  • in line blog support
  • new icons (used with buttons)
  • new icon / page logo
  • top pick sending (sends mail about photos take on the same week but previous years)
  • improving sharing UI
  • refactored settings
  • colored and grouped map path. (with path bending for flights or long distances)
  • data patter search ( search query like: last-7-days:every-year)
  • Folder sorting (if enabled in settings) now also uses oldest photo of that folder (preciously only last modified data was used) #751

Breaking changes

  • you will need to reset the DB
  • you will need to recreate the config file
  • Default thumbnail generation algorithm changed -> all thumbnails/photos will be regenerated #745

Other changes

New Contributors

Full Changelog: 1.9.5...2.0.0

v1.9.5

13 Jan 13:37

Choose a tag to compare

What's Changed

The main theme of this release is:

  1. Performance improvements to support faster gallery loading and searching (or same speed but bigger galleries :) )
  2. Better configuration

Main features:

  • [BREAKING CHANGE] App wont show webp thumbnails in old safari (macbook from 2015 or earlier). Chrome and firefox should work. See #603.
  • [BREAKING CHANGE] full config rewrite. You will need to create your config from scratch
    • UI now feature complete: show all configs that are in the config.json #569
  • Added GPX compression #504
  • Significant performance improvements #437
  • Change from JPG to more efficient WEBP for thumbnails and resized photo by @sam365724 in #558
  • Added next photo preloading in lightbox (slideshow) for smoother UX #134
  • Improved slidewshow controls. Kudos to @crypt-o-warrior #394, #570
  • [BREAKING CHANGE] Removed memory DB support #572

Further changes:

  • Use UTC for displaying image timestamps by @mcdamo in #480
  • Typo: replace "an other" with "another" by @jacroe in #485
  • Moving xml2js from dev to runtime dependency
  • Upgrade ffprobe-static to support darwin arm64 by @lijunle in #526
  • encoding of question mark character for media path - fixes issue #498 by @AndGem in #521
  • Added one useful resource about installing node.js by @Vish1161 in #529
  • Fix problem with display of Exposure Value by @Sean-T-Moore in #536
  • Update the metadata on test image to match current implementation by @addianto in #543
  • Update thumbnail.settings.component.ts by @mrtnbr in #552
  • Fixed link markdown by @sporkus in #562
  • A few brazilian portuguese translations - To Be Continued by @marcossatoshi in #583
  • Dutch translation. by @mrtnbr

New Contributors

Full Changelog: 1.9.3...1.9.5

List of closed bugs in the 1.9.5 milestone

v1.9.3

12 Mar 20:41

Choose a tag to compare

New Main features

  • Creating saved search as Albums #45, #316
  • Adding local filter support #287, #425
  • Adding markdown support

Smaller improvements, bug fixes

New Contributors

Full Changelog: 1.9.0...1.9.3

1.9.0

28 May 20:43
2e15def

Choose a tag to compare

Multiple performance updates

  • Angular and translation update #255
    • reduced client code app size from 4.5MB to 3.3MB
    • significantly improved release build time
  • Map can now handle 1000+ photos #256
  • Improved search performance #298
  • Improved search behavior #309
    • search returns with directories too (by default switched off in config) #304
  • Downloading zipped directory, kudos to @mcdamo #52
  • non expiring sharing links #260
  • polish translation, kudos to @gklebus #283

Multiple bug fixes

  • IOS map and zoom issue #144
  • job time zone issue fixed #273

see all resolved issues at https://github.com/bpatrik/pigallery2/milestone/4

1.8.5

10 Apr 09:45
f76db93

Choose a tag to compare

Changes:

  • Implementing advanced search #58
    • supports bool queries (and, or expressions) #128,
    • example: person:"Alvin the Squirrel" and person:"Balu the bear" and 5-km-from:"Arizona"
  • Added rating support (also searchable) #69
  • Directory preview from sub directories too #31
  • Sorting improvements #223
  • Faces now show also when zoomed in photo preview (ligthbox)
  • Fixed incorrect photo aspect ration #212
  • Hot fixed IOS map issue #155
  • Improving photo metadata loader te better handle edge cases #245

1.8.2

31 Dec 14:22

Choose a tag to compare

  • security improvements
  • bug fixes
  • improving config Warning: updating to the new version might loose some of the configs.