Skip to content

Commit

Permalink
đŸ”–Release Version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shepilov committed Mar 14, 2024
1 parent 1e79794 commit 12ce820
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 6 deletions.
20 changes: 20 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# 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
- Improved translations
- Be able to use SMTP transport without TLS
- Do not display deleted items in the shared with me section

## BugFixes
- Fix preview of the files on mobile and web
- Malformed URL when you share a file
- ...

# Twake Drive v2023.Q3.012

## Features
Expand Down
6 changes: 3 additions & 3 deletions tdrive/backend/node/src/version.ts
Original file line number Diff line number Diff line change
@@ -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",
},
};
6 changes: 3 additions & 3 deletions tdrive/frontend/src/app/environment/version.ts
Original file line number Diff line number Diff line change
@@ -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',
};
};

0 comments on commit 12ce820

Please sign in to comment.