chore: bump version to 1.1.0

This commit is contained in:
2026-05-04 03:47:00 +01:00
parent 4392f19827
commit af92f6ee6f
2 changed files with 31 additions and 1 deletions
+5 -1
View File
@@ -2,8 +2,12 @@
![Photon Logo](/logo.png) ![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) ![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. A modern, self-hosted PHP screenshot and media management dashboard with powerful organization features, sharing capabilities, and a clean web interface.
+26
View File
@@ -2,6 +2,32 @@
All notable changes to this project will be documented in this file. 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 ## [v1.0.3] - 2026-05-02
### Added ### Added