🔖Release Version 1.0.1

This commit is contained in:
Anton SHEPILOV
2024-03-14 15:22:46 +01:00
committed by Anton Shepilov
parent 1e797942e9
commit d350f8ad38
3 changed files with 21 additions and 5 deletions
+16
View File
@@ -1,3 +1,19 @@
# Twake Drive v1.0.1
## Features
- New Version Semantics
- Usage quota settings
- PostgreSQL support as a metadata database
- OpenSearch support as a search database
- New API to check file storage consistency
- UX improvements
- Remove the switcher from breadcrumbs
## BugFixes
- Fix preview of the files on mobile and web
- Malformed URL when you share a file
# Twake Drive v2023.Q3.012
## Features
+3 -3
View File
@@ -1,7 +1,7 @@
export default {
current: /* @VERSION_DETAIL */ "2023.Q1.1223",
current: /* @VERSION_DETAIL */ "1.0.1",
minimal: {
web: /* @MIN_VERSION_WEB */ "2022.Q2.975",
mobile: /* @MIN_VERSION_MOBILE */ "2022.Q2.975",
web: /* @MIN_VERSION_WEB */ "1.0.0",
mobile: /* @MIN_VERSION_MOBILE */ "1.0.0",
},
};
@@ -1,5 +1,5 @@
export default {
version: /* @VERSION */ '2023.Q3.012',
version_detail: /* @VERSION_DETAIL */ '2023.Q3.012',
version: /* @VERSION */ '1.0.1',
version_detail: /* @VERSION_DETAIL */ '1.0.1',
version_name: /* @VERSION_NAME */ 'Ghost-Dog',
};