You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[NXDRIVE-2379](https://jira.nuxeo.com/browse/NXDRIVE-2379): Review how the GUI is repainted to fix a crash
55
55
-[NXDRIVE-2389](https://jira.nuxeo.com/browse/NXDRIVE-2389): Update Qt Quick Controls version for PyQt 5.15
56
-
-[NXDRIVE-2393](https://jira.nuxeo.com/browse/NXDRIVE-2393): Display a proper error message when the nuxeo-drive addon is not installed on the server
56
+
-[NXDRIVE-2393](https://jira.nuxeo.com/browse/NXDRIVE-2393): Display a proper error message when the `nuxeo-drive` addon is not installed on the server
57
57
-[NXDRIVE-2416](https://jira.nuxeo.com/browse/NXDRIVE-2416): Update the Direct Transfer feature description
58
58
59
59
## Packaging / Build
@@ -63,13 +63,13 @@ Release date: `2020-xx-xx`
63
63
-[NXDRIVE-2314](https://jira.nuxeo.com/browse/NXDRIVE-2314): Remove more files from the final package
64
64
-[NXDRIVE-2315](https://jira.nuxeo.com/browse/NXDRIVE-2315): Do not show the progress bar on module installation
65
65
-[NXDRIVE-2330](https://jira.nuxeo.com/browse/NXDRIVE-2230): [Windows] Do not alter boot start state from the installer when auto-updating the app
66
-
-[NXDRIVE-2347](https://jira.nuxeo.com/browse/NXDRIVE-2347): Fix packaging following the sentry-sdk upgrade to 0.19.0
66
+
-[NXDRIVE-2347](https://jira.nuxeo.com/browse/NXDRIVE-2347): Fix packaging following the `sentry-sdk` upgrade to 0.19.0
67
67
-[NXDRIVE-2370](https://jira.nuxeo.com/browse/NXDRIVE-2370): Allow dependabot to check GitHub actions monthly
68
68
-[NXDRIVE-2390](https://jira.nuxeo.com/browse/NXDRIVE-2390): Improve the final package clean-up script
69
69
-[NXDRIVE-2391](https://jira.nuxeo.com/browse/NXDRIVE-2391): [macOS] Add required entitlement for Apple events
70
70
-[NXDRIVE-2395](https://jira.nuxeo.com/browse/NXDRIVE-2395): [Windows] Upgrade `Inno Setup` from 6.0.5 to 6.1.2
71
-
-[NXDRIVE-2396](https://jira.nuxeo.com/browse/NXDRIVE-2396): Switch to the new Dependabot config file
72
-
-[NXDRIVE-2398](https://jira.nuxeo.com/browse/NXDRIVE-2398): Upgrade PyInstaller to 4.1
71
+
-[NXDRIVE-2396](https://jira.nuxeo.com/browse/NXDRIVE-2396): Switch to the new `Dependabot` config file
72
+
-[NXDRIVE-2398](https://jira.nuxeo.com/browse/NXDRIVE-2398): Upgrade `PyInstaller` to 4.1
73
73
-[NXDRIVE-2399](https://jira.nuxeo.com/browse/NXDRIVE-2399): Temporary stop releasing a GNU/Linux version
74
74
-[NXDRIVE-2401](https://jira.nuxeo.com/browse/NXDRIVE-2401): Upgrade the Docker build workflow to the new action version
75
75
-[NXDRIVE-2452](https://jira.nuxeo.com/browse/NXDRIVE-2452): Add release dates in `versions.yml`
@@ -88,7 +88,7 @@ Release date: `2020-xx-xx`
88
88
89
89
## Docs
90
90
91
-
-[NXDRIVE-2318](https://jira.nuxeo.com/browse/NXDRIVE-2318): Sync the documentation between that repository and doc.nuxeo.com
91
+
-[NXDRIVE-2318](https://jira.nuxeo.com/browse/NXDRIVE-2318): Sync the documentation between that repository and [doc.nuxeo.com](https://doc.nuxeo.com/client-apps/nuxeo-drive/)
92
92
93
93
## Minor Changes
94
94
@@ -103,15 +103,15 @@ Release date: `2020-xx-xx`
103
103
- Upgraded `pip` from 20.2.3 to 20.2.4
104
104
- Upgraded `psutil` from 5.6.7 to 5.7.3
105
105
- Upgraded `pycryptodomex` from 3.9.8 to 3.9.9
106
-
- Upgraded `PyInstaller` from commit-41237b1 to 4.1
106
+
- Upgraded `pyinstaller` from commit-41237b1 to 4.1
107
107
- Upgraded `pyobjc-core` from 6.2.2 to 7.0.1
108
108
- Upgraded `pyobjc-framework-cocoa` from 6.2.2 to 7.0.1
109
109
- Upgraded `pyobjc-framework-coreservices` from 6.2.2 to 7.0.1
110
110
- Upgraded `pyobjc-framework-fsevents` from 6.2.2 to 7.0.1
111
111
- Upgraded `pyobjc-framework-scriptingbridge` from 6.2.2 to 7.0.1
112
112
- Upgraded `pyobjc-framework-systemconfiguration` from 6.2.2 to 7.0.1
113
113
- Upgraded `pypac` from 0.13.0 to 0.14.0
114
-
- Upgraded `PyQt5` from 5.15.0 to 5.15.1
114
+
- Upgraded `pyqt5` from 5.15.0 to 5.15.1
115
115
- Upgraded `pywin32` from 228 to 300
116
116
- Upgraded `requests` from 2.24.0 to 2.25.0
117
117
- Upgraded `s3transfer` from 0.3.2 to 0.3.3
@@ -134,12 +134,12 @@ Release date: `2020-xx-xx`
134
134
- Added `blob` argument to `BaseUploader.upload_chunks()`
135
135
- Added `chunked` argument to `BaseUploader.upload_chunks()`
136
136
- Added `transfer` argument to `BaseUploader.upload_chunks()`
137
+
- Removed `mime_type` keyword argument from `BaseUploader.upload()`
137
138
- Removed `file_path` argument from `BaseUploader.upload_chunks()`. Use `transfer.path` instead.
138
139
- Removed `filename` keyword argument from `BaseUploader.upload_chunks()`
139
-
- Removed `mime_type` keyword argument from `BaseUploader.upload()`
140
140
- Removed `mime_type` keyword argument from `BaseUploader.upload_chunks()`
141
-
- Removed `mime_type` keyword argument from `BaseUploader.upload_impl()`
142
141
- Removed `kwargs` keyword arguments from `BaseUploader.upload_chunks()`
142
+
- Removed `mime_type` keyword argument from `BaseUploader.upload_impl()`
143
143
- Added `ConfigurationDAO.force_commit()`
144
144
- Added `DarwinIntegration.startup_enabled()`
145
145
- Changed `DarwinIntegration.register_startup()` return type from `bool` to `None`
@@ -149,21 +149,21 @@ Release date: `2020-xx-xx`
149
149
- Added `Engine.resume_session()`
150
150
- Added `Engine.send_metric()`
151
151
- Removed `Engine.directTranferItemsCount`
152
+
- Added `EngineDAO.change_session_status()`
152
153
- Added `description` keyword argument to `EngineDAO.create_session()`
153
154
- Added `engine_uid` keyword argument to `EngineDAO.create_session()`
154
-
- Added `EngineDAO.change_session_status()`
155
155
- Added `EngineDAO.get_active_sessions_raw()`
156
-
- Added `chunked` keyword argument to `EngineDAO.get_dt_uploads_raw()`
157
-
- Added `EngineDAO.save_dt_upload()`
158
-
- Added `table` keyword argument to `EngineDAO.get_count()`
159
156
- Added `EngineDAO.get_completed_sessions_raw()`
157
+
- Added `table` keyword argument to `EngineDAO.get_count()`
158
+
- Added `chunked` keyword argument to `EngineDAO.get_dt_uploads_raw()`
160
159
- Added `EngineDAO.pause_session()`
160
+
- Added `EngineDAO.save_dt_upload()`
161
161
- Added `EngineDAO.sessionUpdated`
162
162
- Removed `EngineDao.decrease_session_total()`. Use `decrease_session_counts()` instead.
163
163
- Changed `Manager.set_auto_start()` return type from `bool` to `None`
164
164
- Added `Options.disallowed_types_for_dt`
165
-
- Removed `mime_type` keyword argument from `Remote.stream_file()`
166
165
- Added `page_size` keyword argument to `Remote.query()`
166
+
- Removed `mime_type` keyword argument from `Remote.stream_file()`
0 commit comments