🔖 Release Version 1.0.3
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
name: Build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- release/*
|
||||
pull_request:
|
||||
branches: [main]
|
||||
paths:
|
||||
|
||||
@@ -5,6 +5,7 @@ on:
|
||||
branches:
|
||||
- main
|
||||
- feature-**
|
||||
- release/*
|
||||
|
||||
jobs:
|
||||
setup:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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',
|
||||
};
|
||||
Reference in New Issue
Block a user