3 Commits

Author SHA1 Message Date
3b894ca471 chore: add v0.1.1 2025-04-28 02:20:38 +01:00
77e48ed460 fix: amend date for 0.1.0 2025-04-28 00:00:04 +01:00
586671a52a chore: update docker-compose example 2025-04-27 23:49:49 +01:00
2 changed files with 8 additions and 2 deletions

View File

@@ -2,7 +2,13 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [v0.1.0] - 2025-05-05 ## [v0.1.1] - 2025-04-28
### Fixed
- Columns not updating when selected in dropdown.
- Icons missing from context menu on search page.
## [v0.1.0] - 2025-04-27
### Fixed ### Fixed
- Sharing URL Scheme set to `https` regardless of setting in environment variables. - Sharing URL Scheme set to `https` regardless of setting in environment variables.

View File

@@ -3,7 +3,7 @@ services:
container_name: photon_dashboard container_name: photon_dashboard
image: git.jrdn.dev/jordanwalster/photon-dashboard:latest image: git.jrdn.dev/jordanwalster/photon-dashboard:latest
volumes: volumes:
- ./db:/var/www/html/db - ./db:/var/www/html/db # Only required if migrating from SQLite
- type: bind - type: bind
source: ${DATA_PATH} source: ${DATA_PATH}
target: /var/www/html/data target: /var/www/html/data