Skip to content

Releases: bpatrik/pigallery2

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.

1.8.0

30 Dec 20:48

Choose a tag to compare

  • background task runnig support, with the following supported task: #92
    • converting/transcoding videos #66 #71
    • generating thumbnails
    • generating converted photos
    • cleaning up temp folder
    • indexing db
  • multi arch docker support #108 #62
  • adding docker-compose support #46
  • on-demand photo down scaling support (huge photoes (like 5mb+) can be down scaled to full hd for faster load) #50
  • added support to ignore folders #87
  • added support to skip language build time #67
  • small bug fixes
  • design improvements
  • new translations: fr #83 , ro #102
  • Warning: Breaking changes:
    • in config. It is recommended to delete config.json file and reconfigure the app from scratch.
    • docker exposes different volumes

1.7.0

21 Jul 15:50

Choose a tag to compare

Changelog:

  • improving map
    • layer support
    • adding controls
  • adding face support
    • reading XMP face region and showing faces over photos
    • added Faces tab to show all indexed faces
  • adding randomized photo sorting
  • adding French translation (special thanks to wikijm)
  • fixing security issues
  • bug fixes