From 6f1188f4871c5b21ff3d4a31fc7719fd52d1ce28 Mon Sep 17 00:00:00 2001 From: MontaGhanmy Date: Fri, 18 Oct 2024 11:11:15 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=C2=A0Release=20Version=201.0.5-rc1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.md | 21 +++++++++++++++++++ tdrive/backend/node/src/version.ts | 6 +++--- .../frontend/src/app/environment/version.ts | 4 ++-- 3 files changed, 26 insertions(+), 5 deletions(-) diff --git a/changelog.md b/changelog.md index 9f40b881..ff87b803 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 b047764c..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-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", }, }; diff --git a/tdrive/frontend/src/app/environment/version.ts b/tdrive/frontend/src/app/environment/version.ts index f98e2a81..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-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', }; \ No newline at end of file