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 Jul 22, 2022
1 parent f43a5b9 commit 4ee1193
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Summary
* Bugfix - The condition for the read only files menu was inverted: [#9574](https://github.com/owncloud/client/issues/9574)
* Bugfix - Crash when interacting with a folder in an error state: [#9600](https://github.com/owncloud/client/issues/9600)
* Bugfix - Deadlock in folder context menu in a folder selection dialog: [#9681](https://github.com/owncloud/client/issues/9681)
* Bugfix - Fix never ending sync: [#9725](https://github.com/owncloud/client/issues/9725)
* Bugfix - Fix adding bookmarks on Gtk+ 3 based desktops: [#9752](https://github.com/owncloud/client/pull/9752)
* Bugfix - Database was recreated after its removal: [#9791](https://github.com/owncloud/client/issues/9791)
* Bugfix - Stop the activity spinner when the request failed: [#9798](https://github.com/owncloud/client/issues/9798)
Expand Down Expand Up @@ -103,6 +104,14 @@ Details

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

* Bugfix - Fix never ending sync: [#9725](https://github.com/owncloud/client/issues/9725)

Under certain conditions an upload could enter a state were it would never finish. The client
would wait for that upload so only a restart of the client or a manual abort of the sync could
resolve the issue.

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

* Bugfix - Fix adding bookmarks on Gtk+ 3 based desktops: [#9752](https://github.com/owncloud/client/pull/9752)

We used to add those bookmarks in a Gtk+ 2 compatible way only. Now, bookmarks are added to the
Expand Down

0 comments on commit 4ee1193

Please sign in to comment.