• 0.1.3 ed8ff1dd66

    Version 0.1.3 Pre-Release

    jordanwalster released this 2025-05-03 02:12:54 +01:00 | 0 commits to master since this release

    Added

    • Upload button for uploading via web dashboard.

    Changed

    • Column dropdown is now a button that switches between options.
    • Some old icons have been switched to FontAwesome icons.
    • Sidebar remaining open flag is now set by a cookie instead of a session token.

    Fixed

    • Page refresh loop when changing column count.
    • Scrollbar failing to show after page content changes.
    • Bug where images with capitalised file extensions do not appear in the grid.
    • Unable to use multi select actions on images with spaces in their names.

    Removed

    • TAGS_ENABLED, SEARCH_ENABLED and TRASH_ENABLED environment variables, these are now permanently enabled.
    Downloads
  • 0.1.2 c0bb3430bb

    Version 0.1.2 Pre-Release

    jordanwalster released this 2025-04-29 02:21:07 +01:00 | 2 commits to master since this release

    Added

    • Image compression worker function, decreasing page load times.

    Warning

    This introduces a breaking change that requires the latest version of the photon-worker container image.

    Downloads
  • 0.1.1 3b894ca471

    Version 0.1.1 Pre-Release

    jordanwalster released this 2025-04-28 02:20:38 +01:00 | 16 commits to master since this release

    Fixed

    • Columns not updating when selected in dropdown.
    • Icons missing from context menu on search page.

    Changed

    • Version numbers are now taken from container image.
    Downloads
  • 0.1.0 77e48ed460

    Version 0.1.0 Pre-Release

    jordanwalster released this 2025-04-28 00:03:06 +01:00 | 17 commits to master since this release

    Fixed

    • Sharing URL Scheme set to https regardless of setting in environment variables.
    • Search not clearing the first two characters after emptying search field.
    • Error handing for existing tag names.
    • Double click bug on modals.
    • Permanently deleting images did not remove from db
    • Pagination on tagged pages showed in the corner.

    Changed

    • Upgraded to PHP 8.
    • Database engine now using MySQL.
    • Mandatory setting for admin url removed.

    Added

    • Search by image content using OCR via worker container.
    • Button for applying actions to multiple images at a time.
    • Automatic migration tool for SQLite to MySQL
    • Tag not found page for nonexistent tags.
    • Custom time zone environment variable.
    • Form validation using JS for frontend.
    • Messaging for no OCR table.
    • Icons on context menu.
    Downloads
  • 0.0.9 e03e13567e

    Version 0.0.9 Pre-Release

    jordanwalster released this 2025-04-21 01:39:19 +01:00 | 24 commits to master since this release

    Fixed

    • Sharing URL Scheme set to https regardless of setting in environment variables.
    • Search not clearing the first two characters after emptying search field.
    • Error handing for existing tag names.
    • Double click bug on modals.
    • Permanently deleting images did not remove from db
    • Pagination on tagged pages showed in the corner.

    Changed

    • Upgraded to PHP 8.
    • Database engine now using MySQL.
    • Mandatory setting for admin url removed.

    Added

    • Search by image content using OCR via worker container.
    • Button for applying actions to multiple images at a time.
    • Automatic migration tool for SQLite to MySQL
    • Tag not found page for nonexistent tags.
    • Custom time zone environment variable.
    • Form validation using JS for frontend.
    • Messaging for no OCR table.
    • Icons on context menu.
    Downloads