diff --git a/CHANGELOG.md b/CHANGELOG.md index fe68bcc..6c5eaa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index b960584..2cf6526 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "web-gallery", - "version": "0.6.0", + "version": "0.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "web-gallery", - "version": "0.6.0", + "version": "0.7.0", "dependencies": { "@libsql/client": "^0.15.0", "croner": "^10.0.1", diff --git a/package.json b/package.json index 2789b0c..8e2c6d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "web-gallery", - "version": "0.6.0", + "version": "0.7.0", "private": true, "bin": "server.js", "scripts": {