3 Commits

Author SHA1 Message Date
jordanwalster 71cb22236c feat: add workflow for updating readme version 2026-07-31 15:41:50 +02:00
jordanwalster ec244e47f2 chore: bump to version 1.1.2 2026-07-31 13:29:13 +02:00
jordanwalster 78fe83c3dc chore: bump to version 1.1.1 2026-05-05 00:17:47 +01:00
2 changed files with 37 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
name: main
on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
jobs:
generate-json:
runs-on: ubuntu-latest
steps:
# Setup environment
- name: Check out repository
uses: actions/checkout@v4
- name: Update README version
run: |
CURRENT_TAG=$(git describe --tags --abbrev=0)
sed -i "s#version-[0-9]*\.[0-9]*\.[0-9]*-#version-$CURRENT_TAG-#g" README.md
+19
View File
@@ -2,6 +2,25 @@
All notable changes to this project will be documented in this file.
## [v1.1.2] - 2026-07-31
### Added
- Apple Touch Icon for bookmarked pages.
- Private image thumbnail when sent into social chats.
- Additional format for thumbnail extraction to support format `YYYY-MM-DD_HH-MM-SS`.
- Support for creating API keys.
### Fixed
- MP4 files unplayable from share URL.
- Trash multiple selected files failing on folders with spaces.
## [v1.1.1] - 2026-05-04
### Fixed
- Crowded button layout when selecting items on mobile.
- Alignment of grid when display is between 1200px - 992px.
- Generating thumbnails task showing as hanging despite succeeding.
## [v1.1.0] - 2026-05-04
### Added