Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔖 Release Version v1.0.7 #814

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from
16 changes: 16 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# Twake Drive v1.0.7

## Features

- Big folder upload with new upload modal
- Added root folder for all uploads, document creation, and cleanup after
- Add testing identifier to new upload modal

## Fixes and Improvements

- Print memory usage periodically in the backend
- Rollup final script file to add dependencies after
- Made performance test runnable
- Drive items are now properly removed from the search index when deleted
- Faster listing for trash

# Twake Drive v1.0.6

## 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 */ "1.0.6",
current: /* @VERSION_DETAIL */ "1.0.7-rc6",
minimal: {
web: /* @MIN_VERSION_WEB */ "1.0.6",
mobile: /* @MIN_VERSION_MOBILE */ "1.0.6",
web: /* @MIN_VERSION_WEB */ "1.0.7-rc6",
mobile: /* @MIN_VERSION_MOBILE */ "1.0.7-rc6",
},
};
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 */ '1.0.6',
version_detail: /* @VERSION_DETAIL */ '1.0.6',
version: /* @VERSION */ '1.0.7-rc6',
version_detail: /* @VERSION_DETAIL */ '1.0.7-rc6',
version_name: /* @VERSION_NAME */ 'Ghost-Dog',
};
};
Loading