Skip to content

Commit 4b63841

Browse files
authored
πŸŽ‰ Release 2.0.0-rc.1 (#235)
1 parent ba392c8 commit 4b63841

File tree

2 files changed

+40
-3
lines changed

2 files changed

+40
-3
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Changelog
2+
3+
## [2.0.0](https://github.com/opencloud-eu/desktop/releases/tag/v2.0.0) - 2025-06-06
4+
5+
### ❀️ Thanks to all contributors! ❀️
6+
7+
@TheOneRing, @anon-pradip, @individual-it, @michaelstingl, @prashant-gurung899
8+
9+
### πŸ’₯ Breaking changes
10+
11+
- Since Qt 6.8 network headers are normalized to lowercase [[#308](https://github.com/opencloud-eu/desktop/pull/308)]
12+
- Remove Theme::linkSharing and Theme::userGroupSharing [[#279](https://github.com/opencloud-eu/desktop/pull/279)]
13+
- Remove unsupported solid avatar color branding [[#280](https://github.com/opencloud-eu/desktop/pull/280)]
14+
- Remove Theme::wizardUrlPostfix [[#278](https://github.com/opencloud-eu/desktop/pull/278)]
15+
- Read preconfigured server urls [[#275](https://github.com/opencloud-eu/desktop/pull/275)]
16+
- Require global settings to always be located in /etc/ [[#268](https://github.com/opencloud-eu/desktop/pull/268)]
17+
- Move default exclude file to a resource [[#266](https://github.com/opencloud-eu/desktop/pull/266)]
18+
19+
### πŸ› Bug Fixes
20+
21+
- Fix reuse of existing Space folders [[#311](https://github.com/opencloud-eu/desktop/pull/311)]
22+
- Retry oauth refresh if wellknown request failed [[#310](https://github.com/opencloud-eu/desktop/pull/310)]
23+
- Update KDSingleApplication to 1.2.0 [[#293](https://github.com/opencloud-eu/desktop/pull/293)]
24+
- Fix casing of Spaces [[#272](https://github.com/opencloud-eu/desktop/pull/272)]
25+
- Restart the client if the server url changed [[#254](https://github.com/opencloud-eu/desktop/pull/254)]
26+
- Directly schedule sync once the etag changed [[#253](https://github.com/opencloud-eu/desktop/pull/253)]
27+
- Update quota exeeded message [[#248](https://github.com/opencloud-eu/desktop/pull/248)]
28+
- Fix sync location with manual setup [[#243](https://github.com/opencloud-eu/desktop/pull/243)]
29+
- Properly handle `server_error` response from IDP [[#231](https://github.com/opencloud-eu/desktop/pull/231)]
30+
31+
### πŸ“ˆ Enhancement
32+
33+
- Remove settings update from connection validator, update settings only oce per hour [[#301](https://github.com/opencloud-eu/desktop/pull/301)]
34+
- Handle return key for the url wizard page [[#300](https://github.com/opencloud-eu/desktop/pull/300)]
35+
- Show profile images in Desktop Client [[#297](https://github.com/opencloud-eu/desktop/pull/297)]
36+
- Enable native tooltips for the accounts on Qt >= 6.8.3 [[#255](https://github.com/opencloud-eu/desktop/pull/255)]
37+
- Update dependencies to Qt 6.8.3 and OpenSSL 3.4.1 [[#252](https://github.com/opencloud-eu/desktop/pull/252)]

β€ŽVERSION.cmakeβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
set( MIRALL_VERSION_MAJOR 1 )
2-
set( MIRALL_VERSION_MINOR 1 )
1+
set( MIRALL_VERSION_MAJOR 2 )
2+
set( MIRALL_VERSION_MINOR 0 )
33
set( MIRALL_VERSION_PATCH 0 )
44
set( MIRALL_VERSION_YEAR 2025 )
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 "rc.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)