🔖 Release Version 1.0.3

This commit is contained in:
Eric Doughty-Papassideris
2024-07-17 17:08:03 +02:00
parent 222a6d1059
commit 3a8c0e4ca5
5 changed files with 27 additions and 5 deletions
+3
View File
@@ -1,6 +1,9 @@
name: Build
on:
push:
branches:
- release/*
pull_request:
branches: [main]
paths:
+1
View File
@@ -5,6 +5,7 @@ on:
branches:
- main
- feature-**
- release/*
jobs:
setup:
+18
View File
@@ -1,3 +1,21 @@
# Twake Drive v1.0.3
## Features
- Infinite scrolling in files list view
- Sort files chronologically
- Added Left and Right buttons in the preview gallery
## Fixes and Improvements
- Folders with large numbers of files now work
- OIDC logout
- Dark mode related fixes
- Rework of share and permissions dialog
- Removed Cassandra support
- A large number of minor fixes
- Translation of user notifications
# Twake Drive v1.0.2
## Features
+3 -3
View File
@@ -1,7 +1,7 @@
export default {
current: /* @VERSION_DETAIL */ "1.0.2",
current: /* @VERSION_DETAIL */ "1.0.3",
minimal: {
web: /* @MIN_VERSION_WEB */ "1.0.1",
mobile: /* @MIN_VERSION_MOBILE */ "1.0.0",
web: /* @MIN_VERSION_WEB */ "1.0.3",
mobile: /* @MIN_VERSION_MOBILE */ "1.0.3",
},
};
@@ -1,5 +1,5 @@
export default {
version: /* @VERSION */ '1.0.2',
version_detail: /* @VERSION_DETAIL */ '1.0.2',
version: /* @VERSION */ '1.0.3',
version_detail: /* @VERSION_DETAIL */ '1.0.3',
version_name: /* @VERSION_NAME */ 'Ghost-Dog',
};