🔖 Release Version 1.0.3
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
name: Build
|
name: Build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- release/*
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
paths:
|
paths:
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- feature-**
|
- feature-**
|
||||||
|
- release/*
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
setup:
|
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
|
# Twake Drive v1.0.2
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
export default {
|
export default {
|
||||||
current: /* @VERSION_DETAIL */ "1.0.2",
|
current: /* @VERSION_DETAIL */ "1.0.3",
|
||||||
minimal: {
|
minimal: {
|
||||||
web: /* @MIN_VERSION_WEB */ "1.0.1",
|
web: /* @MIN_VERSION_WEB */ "1.0.3",
|
||||||
mobile: /* @MIN_VERSION_MOBILE */ "1.0.0",
|
mobile: /* @MIN_VERSION_MOBILE */ "1.0.3",
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
export default {
|
export default {
|
||||||
version: /* @VERSION */ '1.0.2',
|
version: /* @VERSION */ '1.0.3',
|
||||||
version_detail: /* @VERSION_DETAIL */ '1.0.2',
|
version_detail: /* @VERSION_DETAIL */ '1.0.3',
|
||||||
version_name: /* @VERSION_NAME */ 'Ghost-Dog',
|
version_name: /* @VERSION_NAME */ 'Ghost-Dog',
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user