From cb10405346ad3a87ba4d5fc0bfb6edb879f74220 Mon Sep 17 00:00:00 2001 From: Jordan Walster Date: Thu, 30 Apr 2026 01:45:13 +0100 Subject: [PATCH] chore: version bump --- README.md | 2 +- changelog.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d27fc6..5ae2fd1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![Photon Logo](/logo.png) -![Version](https://img.shields.io/badge/version-v1.0.0-blue) +![Version](https://img.shields.io/badge/version-v1.0.1-success) ![Docker](https://img.shields.io/badge/docker-grey?logo=docker) 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 69bed3c..e9134cc 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,22 @@ All notable changes to this project will be documented in this file. +## [v1.0.1] - 2026-04-30 + +### Added +- Clear search function on page type switch. + +### Changed +- Image caching now has a time limit and processing is limited to 50 items at a time to prevent resource exhaustion. +- Colours in actions dropdown more muted. + +### Fixed +- Missing protocol on copy to clipboard. +- Space handling on next page when using folders. +- Database doesn't update structure when attempting to make an image private. +- Attempted database update when images don't yet exist in the table. +- Restore & Permanently delete selected buttons not working. + ## [v1.0.0] - 2026-04-30 > [!CAUTION]