From af92f6ee6fe08dbfbb4c1026505a6c0154f99681 Mon Sep 17 00:00:00 2001 From: Jordan Walster Date: Mon, 4 May 2026 03:47:00 +0100 Subject: [PATCH] chore: bump version to 1.1.0 --- README.md | 6 +++++- changelog.md | 26 ++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 47e6695..6c0f722 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,12 @@ ![Photon Logo](/logo.png) -![Version](https://img.shields.io/badge/version-v1.0.3-success) +![Version](https://img.shields.io/badge/version-1.1.0-success) ![Docker](https://img.shields.io/badge/docker-grey?logo=docker) +![PHP](https://img.shields.io/badge/PHP-grey?logo=php) +![JS](https://img.shields.io/badge/JavaScript-grey?logo=javascript) +![Apache2](https://img.shields.io/badge/Apache2-grey?logo=apache) + A modern, self-hosted PHP screenshot and media management dashboard with powerful organization features, sharing capabilities, and a clean web interface. diff --git a/changelog.md b/changelog.md index 9f053be..7516905 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,32 @@ All notable changes to this project will be documented in this file. +## [v1.1.0] - 2026-05-04 + +### Added +- Mobile-first UI with two offcanvas sidebars for page navigation and quick actions. +- Context menu on long-press for images. +- Breakdown for storage in sidebar. +- Ability to scroll sidebar if content starts to overflow. +- Custom scroll bars. +- Redirection to 'All Screenshots' from a deleted folder or tag when currently using that page. + +### Changed +- Disabled cache on shared links to prevent newly private links from being cached on client systems. +- Delete tag/folder context menu buttons no longer trigger modal. +- Sidebar folder icons (both parent and child). +- Grid layout on mobile shows two in a row instead of a single image. +- Extended cache period on thumbnails to ensure rapid page loads. +- Made text in sidebar bold. +- Default page limit set to 24 (Override with `PAGE_LIMIT`). +- Headers are sticky to keep controls visible when scrolling. +- Disabled text selection on pagination bar. + +### Fixed +- File timestamps updating after moving folders or renaming. +- Trash icon not appearing when folder empty. +- Scrolling twice if window height was not tall enough to fit all elements. + ## [v1.0.3] - 2026-05-02 ### Added