Skip to content

Commit 812478e

Browse files
committed
v3.0.0-rc2
1 parent 4877500 commit 812478e

File tree

2 files changed

+48
-1
lines changed

2 files changed

+48
-1
lines changed

CHANGELOG.md

+47
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Summary
1111
* Bugfix - Don't unset implicit log flush: [#9515](https://github.com/owncloud/client/pull/9515)
1212
* Bugfix - We fixed a crash: [#10017](https://github.com/owncloud/client/pull/10017)
1313
* Bugfix - Sync status changes are now directly displayed: [#10101](https://github.com/owncloud/client/issues/10101)
14+
* Bugfix - Windows VFS fixed some failing downloads: [#49](https://github.com/owncloud/client-desktop-vfs-win/pull/49)
1415
* Bugfix - Don't trigger ignore list when files are locked on the server: [#5382](https://github.com/owncloud/enterprise/issues/5382)
1516
* Bugfix - Properly resume upload with a partial local discovery: [#5382](https://github.com/owncloud/enterprise/issues/5382)
1617
* Bugfix - Add request time and other missing data to .owncloudsync.log: [#7348](https://github.com/owncloud/client/issues/7348)
@@ -23,6 +24,10 @@ Summary
2324
* Bugfix - Fix adding bookmarks on Gtk+ 3 based desktops: [#9752](https://github.com/owncloud/client/pull/9752)
2425
* Bugfix - Stop the activity spinner when the request failed: [#9798](https://github.com/owncloud/client/issues/9798)
2526
* Bugfix - Changes during upload of a file could still trigger the ignore list: [#9924](https://github.com/owncloud/client/issues/9924)
27+
* Change - Windows: Update the folder icon on every start: [#10184](https://github.com/owncloud/client/issues/10184)
28+
* Change - Don't guess remote folder in owncloudcmd: [#10193](https://github.com/owncloud/client/issues/10193)
29+
* Change - When connected to oCIS, open the browser instead of the sharing dialog: [#10206](https://github.com/owncloud/client/issues/10206)
30+
* Change - Owncloudcmd OCIS support: [#10239](https://github.com/owncloud/client/pull/10239)
2631
* Change - Make sharedialog preview be more resilient: [#8938](https://github.com/owncloud/client/issues/8938)
2732
* Change - We no longer persist cookies: [#9495](https://github.com/owncloud/client/issues/9495)
2833
* Change - We removed support for ownCloud servers < 10.0: [#9578](https://github.com/owncloud/client/issues/9578)
@@ -37,6 +42,7 @@ Summary
3742
* Enhancement - Allow creation of sync roots with long paths: [#10135](https://github.com/owncloud/client/pull/10135/)
3843
* Enhancement - Windows add longPath awareness: [#10136](https://github.com/owncloud/client/pull/10136)
3944
* Enhancement - Estimate duration of network requests in httplogger: [#10142](https://github.com/owncloud/client/pull/10142)
45+
* Enhancement - Tweak logging format: [#10310](https://github.com/owncloud/client/pull/10310)
4046
* Enhancement - Display `Show ownCloud` instead of `Settings` in systray: [#8234](https://github.com/owncloud/client/issues/8234)
4147
* Enhancement - Built-in AppImage self-updater: [#8923](https://github.com/owncloud/client/issues/8923)
4248
* Enhancement - Don't query private links if disabled on the server: [#8998](https://github.com/owncloud/client/issues/8998)
@@ -74,6 +80,12 @@ Details
7480

7581
https://github.com/owncloud/client/issues/10101
7682

83+
* Bugfix - Windows VFS fixed some failing downloads: [#49](https://github.com/owncloud/client-desktop-vfs-win/pull/49)
84+
85+
We fixed an api issue where some downloads in the Explorer caused infite download restarts.
86+
87+
https://github.com/owncloud/client-desktop-vfs-win/pull/49
88+
7789
* Bugfix - Don't trigger ignore list when files are locked on the server: [#5382](https://github.com/owncloud/enterprise/issues/5382)
7890

7991
https://github.com/owncloud/enterprise/issues/5382
@@ -148,6 +160,35 @@ Details
148160

149161
https://github.com/owncloud/client/issues/9924
150162

163+
* Change - Windows: Update the folder icon on every start: [#10184](https://github.com/owncloud/client/issues/10184)
164+
165+
The ownCloud installation path might have changed, causing the desktop.ini to point at the
166+
wrong path. We now update the icon location on every application start.
167+
168+
https://github.com/owncloud/client/issues/10184
169+
170+
* Change - Don't guess remote folder in owncloudcmd: [#10193](https://github.com/owncloud/client/issues/10193)
171+
172+
The commandline client was modified to explicitly accept remote folder, the remote folder
173+
must no longer be encoded in the server url.
174+
175+
https://github.com/owncloud/client/issues/10193
176+
177+
* Change - When connected to oCIS, open the browser instead of the sharing dialog: [#10206](https://github.com/owncloud/client/issues/10206)
178+
179+
When connected to oCIS, we now open the browser and navigate to the file the user wanted to share
180+
instead of opening the legacy sharing dialog.
181+
182+
https://github.com/owncloud/client/issues/10206
183+
184+
* Change - Owncloudcmd OCIS support: [#10239](https://github.com/owncloud/client/pull/10239)
185+
186+
When using ocis and spaces with the cmd client the additional parameter `--server` is
187+
required. `--server` spcifies the url to the server, while the positional parameter
188+
'server_url' specifies the webdav url.
189+
190+
https://github.com/owncloud/client/pull/10239
191+
151192
* Change - Make sharedialog preview be more resilient: [#8938](https://github.com/owncloud/client/issues/8938)
152193

153194
We no longer enforce png thumbnails. We no longer replace the file icon if the thumbnail is
@@ -234,6 +275,12 @@ Details
234275

235276
https://github.com/owncloud/client/pull/10142
236277

278+
* Enhancement - Tweak logging format: [#10310](https://github.com/owncloud/client/pull/10310)
279+
280+
The logging format is now better parseable for 3rdparty apps that ease debugging.
281+
282+
https://github.com/owncloud/client/pull/10310
283+
237284
* Enhancement - Display `Show ownCloud` instead of `Settings` in systray: [#8234](https://github.com/owncloud/client/issues/8234)
238285

239286
We changed the menu entry to align its name with is function.

VERSION.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set( MIRALL_VERSION_YEAR 2022 )
55
set( MIRALL_SOVERSION 0 )
66

77
if ( NOT DEFINED MIRALL_VERSION_SUFFIX )
8-
set( MIRALL_VERSION_SUFFIX "git") #e.g. beta1, beta2, rc1
8+
set( MIRALL_VERSION_SUFFIX "rc2") #e.g. beta1, beta2, rc1
99
endif( NOT DEFINED MIRALL_VERSION_SUFFIX )
1010

1111
if( NOT DEFINED MIRALL_VERSION_BUILD )

0 commit comments

Comments
 (0)