Skip to content

Commit

Permalink
Automated changelog update [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOneRing committed Apr 2, 2024
1 parent 2c81404 commit cad1f15
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ ownCloud admins and users.
* Bugfix - Client stuck in reconnecting state after application start: [#11478](https://github.com/owncloud/client/pull/11478)
* Bugfix - Strip user information from new-connection URL: [#11497](https://github.com/owncloud/client/issues/11497)
* Bugfix - Ensure folder are scheduled only once: [#11552](https://github.com/owncloud/client/issues/11552)
* Change - Revert local folder name back to pre 3.0 behavior: [#6390](https://github.com/owncloud/enterprise/issues/6390)
* Change - Make messages translatable that occur early in start-up: [#11142](https://github.com/owncloud/client/issues/11142)
* Change - Remove unused command line option --language: [#11245](https://github.com/owncloud/client/issues/11245)
* Change - Windows: always use fusion style: [#11275](https://github.com/owncloud/client/issues/11275)
Expand Down Expand Up @@ -124,6 +125,26 @@ ownCloud admins and users.

https://github.com/owncloud/client/issues/11552

* Change - Revert local folder name back to pre 3.0 behavior: [#6390](https://github.com/owncloud/enterprise/issues/6390)

Due to user requests, we reverted the folder name from

```
ownCloud - Albert@owncloud.com
ownCloud - Katherine@owncloud.org
ownCloud - Marie@owncloud.com
```

Back to

```
ownCloud
ownCloud (1)
ownCloud (2)
```

https://github.com/owncloud/enterprise/issues/6390

* Change - Make messages translatable that occur early in start-up: [#11142](https://github.com/owncloud/client/issues/11142)

These messages include the command-line messages (both errors and the help
Expand Down

0 comments on commit cad1f15

Please sign in to comment.