Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 71cb22236c | |||
| ec244e47f2 | |||
| 78fe83c3dc |
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user