File tree 3 files changed +20
-6
lines changed
frontend/src/app/environment
3 files changed +20
-6
lines changed Original file line number Diff line number Diff line change
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
+
1
15
# Twake Drive v1.0.6
2
16
3
17
## Features
Original file line number Diff line number Diff line change 1
1
export default {
2
- current : /* @VERSION_DETAIL */ "1.0.6 " ,
2
+ current : /* @VERSION_DETAIL */ "1.0.7-rc1 " ,
3
3
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 " ,
6
6
} ,
7
7
} ;
Original file line number Diff line number Diff line change 1
1
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 ' ,
4
4
version_name : /* @VERSION_NAME */ 'Ghost-Dog' ,
5
- } ;
5
+ } ;
You can’t perform that action at this time.
0 commit comments