Skip to content

Commit

Permalink
Automated changelog update [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
JammingBen committed Mar 22, 2024
1 parent fe8fef1 commit 798e297
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ Summary
-------

* Bugfix - Folder replace: [#10515](https://github.com/owncloud/web/issues/10515)
* Bugfix - Hidden right sidebar on small screens: [#10598](https://github.com/owncloud/web/issues/10598)
* Bugfix - Scope loss when showing search results: [#10634](https://github.com/owncloud/web/issues/10634)
* Bugfix - Theme loading without matching theme: [#10657](https://github.com/owncloud/web/issues/10657)
* Enhancement - Tile sizes: [#10018](https://github.com/owncloud/web/issues/10018)
* Enhancement - Full text search default: [#10534](https://github.com/owncloud/web/issues/10534)
* Enhancement - Add SSE events for locking, renaming, deleting, and restoring: [#10586](https://github.com/owncloud/web/pull/10586)
Expand All @@ -27,6 +30,32 @@ Details
https://github.com/owncloud/web/issues/10515
https://github.com/owncloud/web/pull/10597

* Bugfix - Hidden right sidebar on small screens: [#10598](https://github.com/owncloud/web/issues/10598)

The issue causing the right sidebar to not display on screens smaller than 960px
has been fixed.

https://github.com/owncloud/web/issues/10598
https://github.com/owncloud/web/pull/10643

* Bugfix - Scope loss when showing search results: [#10634](https://github.com/owncloud/web/issues/10634)

Clicking "Show n results" in the search preview no longer loses the search
scope.

https://github.com/owncloud/web/issues/10634
https://github.com/owncloud/web/pull/10653

* Bugfix - Theme loading without matching theme: [#10657](https://github.com/owncloud/web/issues/10657)

We've fixed an issue where theme loading would break when there was no matching
oC theme found for the user's OS setting. For example, this occurred when a
user's OS setting was configured to "dark," but the instance of oC did not offer
a dark theme.

https://github.com/owncloud/web/issues/10657
https://github.com/owncloud/web/pull/10659

* Enhancement - Tile sizes: [#10018](https://github.com/owncloud/web/issues/10018)

We've adjusted the tile sizes to have a bigger base size and smaller stepping
Expand Down

0 comments on commit 798e297

Please sign in to comment.