Skip to content

Commit 1acb76d

Browse files
committed
🔖 Release Version v1.0.7-rc1
1 parent 42ab4ec commit 1acb76d

File tree

3 files changed

+20
-6
lines changed

3 files changed

+20
-6
lines changed

‎changelog.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# Twake Drive v1.0.7
2+
3+
## Features
4+
5+
- Big folder upload with new upload modal
6+
- Added root folder for all uploads, document creation, and cleanup after
7+
- Add testing identifier to new upload modal
8+
9+
## Fixes and Improvements
10+
11+
- Print memory usage periodically in the backend
12+
- Rollup final script file to add dependencies after
13+
- Made performance test runnable
14+
115
# Twake Drive v1.0.6
216

317
## Features
+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export default {
2-
current: /* @VERSION_DETAIL */ "1.0.6",
2+
current: /* @VERSION_DETAIL */ "1.0.7-rc1",
33
minimal: {
4-
web: /* @MIN_VERSION_WEB */ "1.0.6",
5-
mobile: /* @MIN_VERSION_MOBILE */ "1.0.6",
4+
web: /* @MIN_VERSION_WEB */ "1.0.7-rc1",
5+
mobile: /* @MIN_VERSION_MOBILE */ "1.0.7-rc1",
66
},
77
};
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export default {
2-
version: /* @VERSION */ '1.0.6',
3-
version_detail: /* @VERSION_DETAIL */ '1.0.6',
2+
version: /* @VERSION */ '1.0.7-rc1',
3+
version_detail: /* @VERSION_DETAIL */ '1.0.7-rc1',
44
version_name: /* @VERSION_NAME */ 'Ghost-Dog',
5-
};
5+
};

0 commit comments

Comments
 (0)