Pigallery2 Versions Save

A fast directory-first photo gallery website, with rich UI, optimized for running on low resource servers (especially on raspberry pi)

2.0.0

7 months ago

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) https://github.com/bpatrik/pigallery2/issues/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: https://github.com/bpatrik/pigallery2/compare/1.9.5...2.0.0

1.9.5

1 year ago

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 https://github.com/bpatrik/pigallery2/pull/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:

New Contributors

Full Changelog: https://github.com/bpatrik/pigallery2/compare/1.9.3...1.9.5

List of closed bugs in the 1.9.5 milestone

1.9.3

2 years ago

New Main features

Smaller improvements, bug fixes

New Contributors

Full Changelog: https://github.com/bpatrik/pigallery2/compare/1.9.0...1.9.3

1.9.0

2 years ago

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

3 years ago

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

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

1.8.0

4 years ago
  • 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

4 years ago

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

1.5.6

5 years ago
  • adding Russian language (special thanks to vdergachev for the translation)
  • improving database performance
  • bug fixes

1.5.5

5 years ago

Changelog:

  • replacing google maps with OpenStreetMap
  • improved multi threading
  • several minor bug fixed
  • Adding Docker support
  • Added simple statistic