2 Commits

Author SHA1 Message Date
jordanwalster 30e018d583 chore: bump version to 1.0.2 2026-05-01 03:36:14 +01:00
jordanwalster eb858a88cc chore: version bump 2026-04-30 03:44:00 +01:00
2 changed files with 33 additions and 2 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
![Photon Logo](/logo.png) ![Photon Logo](/logo.png)
![Version](https://img.shields.io/badge/version-v1.0.0-blue) ![Version](https://img.shields.io/badge/version-v1.0.2-success)
![Docker](https://img.shields.io/badge/docker-grey?logo=docker) ![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. A modern, self-hosted PHP screenshot and media management dashboard with powerful organization features, sharing capabilities, and a clean web interface.
@@ -100,7 +100,7 @@ photon-dashboard/
├── examples/ ├── examples/
│ ├── compose-default.yml # Default example for basic usage. │ ├── compose-default.yml # Default example for basic usage.
│ ├── compose-traefik.yml # Traefik example for custom domain routing. │ ├── compose-traefik.yml # Traefik example for custom domain routing.
│ └── .env # Environment configuration │ └── .env.example # Environment configuration
└── changelog.md # Version history └── changelog.md # Version history
``` ```
+31
View File
@@ -2,6 +2,37 @@
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.0.2] - 2026-05-01
### Added
- Counter when force generating thumbnails.
- Context menu for folders in the sidebar (rename and delete actions).
- Confirm permanently delete popups.
- Restore database backup tool to recover OCR and tags.
### Fixed
- Database export includes numeric array indices as column names, corrupting the backup.
- OCR results not showing within folder context.
- OCR results not showing for images in folders from within a tag context.
## [v1.0.1] - 2026-04-30
### Added
- Clear search function on page type switch.
- Remove tags and Move Folder options to Actions dropdown when searching.
### 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.
- Space handling when using search in 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 ## [v1.0.0] - 2026-04-30
> [!CAUTION] > [!CAUTION]