diff --git a/changelog.md b/changelog.md index ad0074f2..03b05392 100644 --- a/changelog.md +++ b/changelog.md @@ -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 diff --git a/tdrive/backend/node/src/version.ts b/tdrive/backend/node/src/version.ts index e9ae5627..449761a0 100644 --- a/tdrive/backend/node/src/version.ts +++ b/tdrive/backend/node/src/version.ts @@ -1,7 +1,7 @@ export default { - current: /* @VERSION_DETAIL */ "1.0.4-hf3", + current: /* @VERSION_DETAIL */ "1.0.5-rc1", minimal: { - web: /* @MIN_VERSION_WEB */ "1.0.4-hf3", - mobile: /* @MIN_VERSION_MOBILE */ "1.0.4-hf3", + web: /* @MIN_VERSION_WEB */ "1.0.5-rc1", + mobile: /* @MIN_VERSION_MOBILE */ "1.0.5-rc1", }, }; diff --git a/tdrive/frontend/src/app/environment/version.ts b/tdrive/frontend/src/app/environment/version.ts index 4090f98a..a3bc8bca 100644 --- a/tdrive/frontend/src/app/environment/version.ts +++ b/tdrive/frontend/src/app/environment/version.ts @@ -1,5 +1,5 @@ export default { - version: /* @VERSION */ '1.0.4-hf3', - version_detail: /* @VERSION_DETAIL */ '1.0.4-hf3', + version: /* @VERSION */ '1.0.5-rc1', + version_detail: /* @VERSION_DETAIL */ '1.0.5-rc1', version_name: /* @VERSION_NAME */ 'Ghost-Dog', }; \ No newline at end of file