Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## [0.7.0](https://github.com/Darkkal/web-gallery/compare/v0.6.0...v0.7.0) (2026-07-23)


### Features

* **lightbox:** add user click handler to navigate to gallery with user filter ([ee9433c](https://github.com/Darkkal/web-gallery/commit/ee9433c0eb62aa94cf174418f43dc6bbe0544d9d))
* **lightbox:** implement fit modes, zoom controls, and mouse/touch drag panning ([c155043](https://github.com/Darkkal/web-gallery/commit/c155043756f8981df6106757a7c9944b509199bc))
* **lightbox:** implement multi-touch pinch-to-zoom with midpoint anchoring ([c155043](https://github.com/Darkkal/web-gallery/commit/c155043756f8981df6106757a7c9944b509199bc))
* **lightbox:** implement show/hide controls framework with persistent toggle and auto-hide ([c155043](https://github.com/Darkkal/web-gallery/commit/c155043756f8981df6106757a7c9944b509199bc))
* **lightbox:** pass auto-hide settings to page client components ([c155043](https://github.com/Darkkal/web-gallery/commit/c155043756f8981df6106757a7c9944b509199bc))
* **lightbox:** pass fit mode and zoom bounds settings to page components ([c155043](https://github.com/Darkkal/web-gallery/commit/c155043756f8981df6106757a7c9944b509199bc))
* **lightbox:** replace circular nav buttons with full-height navigation zones ([c155043](https://github.com/Darkkal/web-gallery/commit/c155043756f8981df6106757a7c9944b509199bc))
* **scrape:** add getScrapeLog server action for reading run logs ([cfc3b8e](https://github.com/Darkkal/web-gallery/commit/cfc3b8eb227a29e5cafd36a31513ae28bd5727f9))
* **scrape:** create LogViewerModal component with text wrap and auto scroll toggles ([cfc3b8e](https://github.com/Darkkal/web-gallery/commit/cfc3b8eb227a29e5cafd36a31513ae28bd5727f9))
* **scrape:** integrate log viewer modal into scrape history table ([cfc3b8e](https://github.com/Darkkal/web-gallery/commit/cfc3b8eb227a29e5cafd36a31513ae28bd5727f9))
* **settings:** add lightbox section and validation to settings UI ([c155043](https://github.com/Darkkal/web-gallery/commit/c155043756f8981df6106757a7c9944b509199bc))
* **settings:** add lightbox settings types and default configuration ([c155043](https://github.com/Darkkal/web-gallery/commit/c155043756f8981df6106757a7c9944b509199bc))
* **timeline:** make post author avatar and username clickable to navigate to gallery user search ([8602c06](https://github.com/Darkkal/web-gallery/commit/8602c0636c7a82326dfc558849a887c13c57d901))


### Bug Fixes

* **gallery:** display first media item as post thumbnail in multi-image posts ([cdbd8c1](https://github.com/Darkkal/web-gallery/commit/cdbd8c1c849e4e3473558e2018277e18abc2349f))
* **search:** handle colons and unicode in fts search queries ([84a542e](https://github.com/Darkkal/web-gallery/commit/84a542e7b3b5347cae0e7679b7606068e0540d0b))
* **tags:** maintain loaded tag count and scroll position when editing tags ([34d483c](https://github.com/Darkkal/web-gallery/commit/34d483c92b75a77195892670f17ea321e4e9c2b6))
* **tags:** prepend tag prefix to search links on tag pages ([7313745](https://github.com/Darkkal/web-gallery/commit/7313745980b66050c06b67acb4595703bb86b986))

## [0.6.0](https://github.com/Darkkal/web-gallery/compare/v0.5.0...v0.6.0) (2026-07-15)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web-gallery",
"version": "0.6.0",
"version": "0.7.0",
"private": true,
"bin": "server.js",
"scripts": {
Expand Down