|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## [2.0.0](https://github.com/opencloud-eu/desktop/releases/tag/v2.0.0) - 2025-06-06 |
| 3 | +## [3.0.0](https://github.com/opencloud-eu/desktop/releases/tag/v3.0.0) - 2025-11-25 |
| 4 | + |
| 5 | +### ❤️ Thanks to all contributors! ❤️ |
| 6 | + |
| 7 | +@Copilot, @K900, @Svanvith, @TheOneRing, @anon-pradip, @fschade, @individual-it, @jnweiger, @kulmann, @prashant-gurung899, @saw-jan |
| 8 | + |
| 9 | +### 💥 Breaking changes |
| 10 | + |
| 11 | +- Remove unused code from UploadInfo [[#637](https://github.com/opencloud-eu/desktop/pull/637)] |
| 12 | +- Implement a beta channel branding [[#489](https://github.com/opencloud-eu/desktop/pull/489)] |
| 13 | +- Use utf16 for the rotating log, to reduce string conversions [[#467](https://github.com/opencloud-eu/desktop/pull/467)] |
| 14 | +- Remove unused fields in sqlite table [[#419](https://github.com/opencloud-eu/desktop/pull/419)] |
| 15 | +- Add Windows VFS [[#305](https://github.com/opencloud-eu/desktop/pull/305)] |
| 16 | +- Enable http2 support by default [[#333](https://github.com/opencloud-eu/desktop/pull/333)] |
| 17 | + |
| 18 | +### 🐛 Bug Fixes |
| 19 | + |
| 20 | +- Terminate sync before an account is removed [[#699](https://github.com/opencloud-eu/desktop/pull/699)] |
| 21 | +- Abort if tus did not receive a location header and the upload is not … [[#693](https://github.com/opencloud-eu/desktop/pull/693)] |
| 22 | +- Ensure that a retry happens after the minimal ignorelist timeout [[#664](https://github.com/opencloud-eu/desktop/pull/664)] |
| 23 | +- Eit error if .well-known was not found [[#663](https://github.com/opencloud-eu/desktop/pull/663)] |
| 24 | +- Fix enqueing of paused folders [[#662](https://github.com/opencloud-eu/desktop/pull/662)] |
| 25 | +- Pause sync before we terminate [[#642](https://github.com/opencloud-eu/desktop/pull/642)] |
| 26 | +- Make sync scheduling more predictable [[#641](https://github.com/opencloud-eu/desktop/pull/641)] |
| 27 | +- Don't persist invalid upload info [[#638](https://github.com/opencloud-eu/desktop/pull/638)] |
| 28 | +- Fix quota not display until folder synced [[#622](https://github.com/opencloud-eu/desktop/pull/622)] |
| 29 | +- Don't use mtime -1 [[#616](https://github.com/opencloud-eu/desktop/pull/616)] |
| 30 | +- Properly abort sync on error [[#611](https://github.com/opencloud-eu/desktop/pull/611)] |
| 31 | +- Fix plugin loading with ecm 6.19 [[#608](https://github.com/opencloud-eu/desktop/pull/608)] |
| 32 | +- Modify APPLICATION_REV_DOMAIN in beta builds to make coinstallable [[#587](https://github.com/opencloud-eu/desktop/pull/587)] |
| 33 | +- Only count enabled spaces when computing the number of spaces to sync [[#571](https://github.com/opencloud-eu/desktop/pull/571)] |
| 34 | +- Abort sync if connection is lost [[#562](https://github.com/opencloud-eu/desktop/pull/562)] |
| 35 | +- Fix: Attempted sync on non syncable Folder [[#533](https://github.com/opencloud-eu/desktop/pull/533)] |
| 36 | +- Don't mark restorations as excluded [[#498](https://github.com/opencloud-eu/desktop/pull/498)] |
| 37 | +- Sync Scheduler: Ensure the current sync is actually running [[#452](https://github.com/opencloud-eu/desktop/pull/452)] |
| 38 | +- Fix leak of accountstates [[#445](https://github.com/opencloud-eu/desktop/pull/445)] |
| 39 | +- Fix color for selected space [[#437](https://github.com/opencloud-eu/desktop/pull/437)] |
| 40 | +- Don't truncate inode on Windows [[#412](https://github.com/opencloud-eu/desktop/pull/412)] |
| 41 | +- Fix printing of duration [[#400](https://github.com/opencloud-eu/desktop/pull/400)] |
| 42 | +- Don't try LockFile on directories [[#366](https://github.com/opencloud-eu/desktop/pull/366)] |
| 43 | +- OAuth: Only display user name in an error if we have one [[#355](https://github.com/opencloud-eu/desktop/pull/355)] |
| 44 | + |
| 45 | +### 📈 Enhancement |
| 46 | + |
| 47 | +- Ensure the version is included in the crash log [[#691](https://github.com/opencloud-eu/desktop/pull/691)] |
| 48 | +- change help URL to the right docs URL [[#466](https://github.com/opencloud-eu/desktop/pull/466)] |
| 49 | +- Folder watcher: ignore changes in short lived files [[#455](https://github.com/opencloud-eu/desktop/pull/455)] |
| 50 | +- Fix assert in httplogger if a cached request is actuall send [[#456](https://github.com/opencloud-eu/desktop/pull/456)] |
| 51 | +- Sync description and space name to Windows [[#443](https://github.com/opencloud-eu/desktop/pull/443)] |
| 52 | +- Replace csync C code with std::filesystem [[#393](https://github.com/opencloud-eu/desktop/pull/393)] |
| 53 | +- Remove margins around the content widgets [[#377](https://github.com/opencloud-eu/desktop/pull/377)] |
| 54 | + |
| 55 | +### 📦️ Dependencies |
| 56 | + |
| 57 | +- Bump actions/checkout from 5 to 6 [[#709](https://github.com/opencloud-eu/desktop/pull/709)] |
| 58 | +- Bump actions/upload-artifact from 4 to 5 [[#620](https://github.com/opencloud-eu/desktop/pull/620)] |
| 59 | +- Bump actions/checkout from 4 to 5 [[#502](https://github.com/opencloud-eu/desktop/pull/502)] |
| 60 | +- Bump actions/stale from 9 to 10 [[#520](https://github.com/opencloud-eu/desktop/pull/520)] |
| 61 | + |
| 62 | +## [2.0.0](https://github.com/opencloud-eu/desktop/releases/tag/v2.0.0) - 2025-07-03 |
4 | 63 |
|
5 | 64 | ### ❤️ Thanks to all contributors! ❤️ |
6 | 65 |
|
7 | 66 | @TheOneRing, @anon-pradip, @individual-it, @michaelstingl, @prashant-gurung899 |
8 | 67 |
|
9 | 68 | ### 💥 Breaking changes |
10 | 69 |
|
| 70 | +- Enable http2 support by default [[#333](https://github.com/opencloud-eu/desktop/pull/333)] |
11 | 71 | - Since Qt 6.8 network headers are normalized to lowercase [[#308](https://github.com/opencloud-eu/desktop/pull/308)] |
12 | 72 | - Remove Theme::linkSharing and Theme::userGroupSharing [[#279](https://github.com/opencloud-eu/desktop/pull/279)] |
13 | 73 | - Remove unsupported solid avatar color branding [[#280](https://github.com/opencloud-eu/desktop/pull/280)] |
|
18 | 78 |
|
19 | 79 | ### 🐛 Bug Fixes |
20 | 80 |
|
| 81 | +- OAuth: Only display user name in an error if we have one [[#355](https://github.com/opencloud-eu/desktop/pull/355)] |
21 | 82 | - Fix reuse of existing Space folders [[#311](https://github.com/opencloud-eu/desktop/pull/311)] |
22 | 83 | - Retry oauth refresh if wellknown request failed [[#310](https://github.com/opencloud-eu/desktop/pull/310)] |
23 | 84 | - Update KDSingleApplication to 1.2.0 [[#293](https://github.com/opencloud-eu/desktop/pull/293)] |
|
0 commit comments