🔖 Release Version 1.0.5-rc1

This commit is contained in:
MontaGhanmy
2024-10-18 11:11:15 +01:00
parent 094d68ac17
commit 6f1188f487
3 changed files with 26 additions and 5 deletions
+21
View File
@@ -1,3 +1,24 @@
# Twake Drive v1.0.5-rc1
## Features
- Updated the navigation bar/app grid
- Added FileVersion.filename and FileVersion.file_metadata.name to output to backend cli
- Added Shared with me feature flag
- Added offset pagination to db connector
- Added healthchecks to the docker compose services used in CI testing removed scylladb.
- Sorted all locales json keys, as per jq --sort-keys
## Fixes and Improvements
- Fix translation of disk usage to plural tolerant
- Fix Vietnamese code to correct ISO of "vi", added to selector in account settings
- Fix onlyoffice filename corrupted after editing
- Fix UI bugs related to borders in lists
- Fix set rights modal had similar border issues as browser
- Fix file browser vertical borders (and fix react warning)
- Fix only office filename getting overwritten at session end
# Twake Drive v1.0.4
## Features
+3 -3
View File
@@ -1,7 +1,7 @@
export default {
current: /* @VERSION_DETAIL */ "1.0.4-hf1",
current: /* @VERSION_DETAIL */ "1.0.5-rc1",
minimal: {
web: /* @MIN_VERSION_WEB */ "1.0.4-hf1",
mobile: /* @MIN_VERSION_MOBILE */ "1.0.4-hf1",
web: /* @MIN_VERSION_WEB */ "1.0.5-rc1",
mobile: /* @MIN_VERSION_MOBILE */ "1.0.5-rc1",
},
};
@@ -1,5 +1,5 @@
export default {
version: /* @VERSION */ '1.0.4-hf1',
version_detail: /* @VERSION_DETAIL */ '1.0.4-hf1',
version: /* @VERSION */ '1.0.5-rc1',
version_detail: /* @VERSION_DETAIL */ '1.0.5-rc1',
version_name: /* @VERSION_NAME */ 'Ghost-Dog',
};