Skip to content

Commit c82ac3b

Browse files
author
Fabian Müller
committed
Release v5.0.0-alpha.1
1 parent 9e2a828 commit c82ac3b

2 files changed

Lines changed: 28 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Summary
1414
* Bugfix - Update capabilites and other info after connect: [#10978](https://github.com/owncloud/client/issues/10978)
1515
* Bugfix - Account activity and crash after an account was removed: [#10990](https://github.com/owncloud/client/issues/10990)
1616
* Bugfix - Crash during application shutdown: [#11016](https://github.com/owncloud/client/issues/11016)
17+
* Bugfix - Hide hidden folders again in the selective sync view: [#11047](https://github.com/owncloud/client/issues/11047)
1718
* Change - Remove support for sidebar entries for non-vfs setups on Windows: [#10788](https://github.com/owncloud/client/issues/10788)
1819
* Change - Remove support for client side system proxy credentials: [#10866](https://github.com/owncloud/client/pull/10866)
1920
* Change - Modernize systray menu: [#10939](https://github.com/owncloud/client/issues/10939)
@@ -23,7 +24,9 @@ Summary
2324
* Enhancement - Enable crash reporter in commandline client: [#8991](https://github.com/owncloud/client/issues/8991)
2425
* Enhancement - Make "Show files versions..." context menu action available: [#10197](https://github.com/owncloud/client/issues/10197)
2526
* Enhancement - Log http request when it is send: [#10313](https://github.com/owncloud/client/issues/10313)
27+
* Enhancement - Allow selective sync of spaces in folder wizard: [#10596](https://github.com/owncloud/client/issues/10596)
2628
* Enhancement - Send a language header in all http requests: [#10619](https://github.com/owncloud/client/issues/10619)
29+
* Enhancement - Help user fix problems on the last setup wizard page: [#10680](https://github.com/owncloud/client/issues/10680)
2730
* Enhancement - Display a progress spinner during the initial setup: [#10751](https://github.com/owncloud/client/issues/10751)
2831
* Enhancement - Reduce how often file changes are handled: [#10825](https://github.com/owncloud/client/pull/10825)
2932
* Enhancement - Persist filter settings for Not Synced tab: [#10928](https://github.com/owncloud/client/pull/10928)
@@ -71,6 +74,10 @@ Details
7174

7275
https://github.com/owncloud/client/issues/11016
7376

77+
* Bugfix - Hide hidden folders again in the selective sync view: [#11047](https://github.com/owncloud/client/issues/11047)
78+
79+
https://github.com/owncloud/client/issues/11047
80+
7481
* Change - Remove support for sidebar entries for non-vfs setups on Windows: [#10788](https://github.com/owncloud/client/issues/10788)
7582

7683
For vfs setups, this is handled by Windows itself.
@@ -133,6 +140,17 @@ Details
133140

134141
https://github.com/owncloud/client/issues/10313
135142

143+
* Enhancement - Allow selective sync of spaces in folder wizard: [#10596](https://github.com/owncloud/client/issues/10596)
144+
145+
When manually configuring the synchronization of spaces, we now show the selective sync page
146+
again to allow users to selectively disable the synchronization of remote directories.
147+
148+
This prevents the unnecessary synchronization of files until the user can use the account
149+
settings dialog to configure selective sync.
150+
151+
https://github.com/owncloud/client/issues/10596
152+
https://github.com/owncloud/client/pull/11044
153+
136154
* Enhancement - Send a language header in all http requests: [#10619](https://github.com/owncloud/client/issues/10619)
137155

138156
All http requests to the server will now contain the language for the client. This can be used by
@@ -141,6 +159,15 @@ Details
141159
https://github.com/owncloud/client/issues/10619
142160
https://github.com/owncloud/client/pull/11020
143161

162+
* Enhancement - Help user fix problems on the last setup wizard page: [#10680](https://github.com/owncloud/client/issues/10680)
163+
164+
When there are problems within the advanced configuration on the last setup wizard page, we no
165+
longer just show an error message but also "unhide" those settings to give the user a chance of
166+
fixing the problem.
167+
168+
https://github.com/owncloud/client/issues/10680
169+
https://github.com/owncloud/client/pull/11029
170+
144171
* Enhancement - Display a progress spinner during the initial setup: [#10751](https://github.com/owncloud/client/issues/10751)
145172

146173
We now display a progress spinner after the setup wizard, until the client is done setting the

VERSION.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set( MIRALL_VERSION_YEAR 2023 )
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 "alpha.1") #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)