Skip to content

Commit 6cae0ba

Browse files
committed
Automated changelog update [skip ci]
1 parent 971a81f commit 6cae0ba

File tree

1 file changed

+52
-21
lines changed

1 file changed

+52
-21
lines changed

CHANGELOG.md

+52-21
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
* [Changelog for 3.0.0](#changelog-for-300-2023-06-06)
3232
* [Changelog for 2.0.0](#changelog-for-200-2022-11-30)
3333
* [Changelog for 1.20.0](#changelog-for-1200-2022-04-13)
34-
* [Changelog for 1.19.0](#changelog-for-1190-2022-03-29)
3534
* [Changelog for 1.19.1](#changelog-for-1191-2022-03-29)
35+
* [Changelog for 1.19.0](#changelog-for-1190-2022-03-29)
3636
* [Changelog for 1.18.0](#changelog-for-1180-2022-03-03)
3737
* [Changelog for 1.17.0](#changelog-for-1170-2022-02-16)
3838
* [Changelog for 1.16.0](#changelog-for-1160-2021-12-10)
@@ -70,6 +70,7 @@ The following sections list the changes for unreleased.
7070
* Enhancement - Translate Notification Settings: [#10812](https://github.com/owncloud/ocis/pull/10812)
7171
* Enhancement - Bump Reva: [#10830](https://github.com/owncloud/ocis/pull/10830)
7272
* Enhancement - Part IV: Grouping of mail notifications: [#10838](https://github.com/owncloud/ocis/pull/10838)
73+
* Enhancement - Update web to v11.1.0: [#10853](https://github.com/owncloud/ocis/pull/10853)
7374

7475
## Details
7576

@@ -137,6 +138,36 @@ The following sections list the changes for unreleased.
137138
https://github.com/owncloud/ocis/issues/10793
138139
https://github.com/owncloud/ocis/pull/10838
139140

141+
* Enhancement - Update web to v11.1.0: [#10853](https://github.com/owncloud/ocis/pull/10853)
142+
143+
- Bugfix [owncloud/web#12040](https://github.com/owncloud/web/pull/12040):
144+
Preview app files visibility: #12040 - Bugfix
145+
[owncloud/web#12044](https://github.com/owncloud/web/pull/12044): Disable paste
146+
action in same folder: #12044 - Bugfix
147+
[owncloud/web#12045](https://github.com/owncloud/web/pull/12045): Do not push
148+
sidebar close action away: #12045 - Bugfix
149+
[owncloud/web#12045](https://github.com/owncloud/web/pull/12045): Update sidebar
150+
width on resize: #12045 - Bugfix
151+
[owncloud/web#12045](https://github.com/owncloud/web/pull/12045): Use correct
152+
breakpoints in sidebar: #12045 - Bugfix
153+
[owncloud/web#12050](https://github.com/owncloud/web/pull/12050): Show indirect
154+
shares on search page: #12050 - Bugfix
155+
[owncloud/web#12055](https://github.com/owncloud/web/pull/12055): Add more
156+
padding to input when clear action is visible: #12055 - Bugfix
157+
[owncloud/web#12058](https://github.com/owncloud/web/pull/12058): Use local
158+
state in sidebar in embed mode: #12058 - Bugfix
159+
[owncloud/web#12063](https://github.com/owncloud/web/pull/12063): Change opacity
160+
of disabled checkboxes: #12063 - Bugfix
161+
[owncloud/web#12074](https://github.com/owncloud/web/pull/12074): Refetch
162+
notifications settings on locale change: #12074 - Enhancement
163+
[owncloud/web#12010](https://github.com/owncloud/web/pull/12010): Add
164+
notifications settings: #12010 - Enhancement
165+
[owncloud/web#12054](https://github.com/owncloud/web/pull/12054): Use generic
166+
private link error: #12054
167+
168+
https://github.com/owncloud/ocis/pull/10853
169+
https://github.com/owncloud/web/releases/tag/v11.1.0
170+
140171
# Changelog for [7.0.0] (2024-12-17)
141172

142173
The following sections list the changes for 7.0.0.
@@ -10867,7 +10898,7 @@ The following sections list the changes for 2.0.0.
1086710898

1086810899
The following sections list the changes for 1.20.0.
1086910900

10870-
[1.20.0]: https://github.com/owncloud/ocis/compare/v1.19.0...v1.20.0
10901+
[1.20.0]: https://github.com/owncloud/ocis/compare/v1.19.1...v1.20.0
1087110902

1087210903
## Summary
1087310904

@@ -11041,11 +11072,29 @@ The following sections list the changes for 1.20.0.
1104111072
https://github.com/owncloud/ocis/pull/3509
1104211073
https://github.com/owncloud/web/releases/tag/v5.4.0
1104311074

11075+
# Changelog for [1.19.1] (2022-03-29)
11076+
11077+
The following sections list the changes for 1.19.1.
11078+
11079+
[1.19.1]: https://github.com/owncloud/ocis/compare/v1.19.0...v1.19.1
11080+
11081+
## Summary
11082+
11083+
* Bugfix - Return correct special item urls: [#3419](https://github.com/owncloud/ocis/pull/3419)
11084+
11085+
## Details
11086+
11087+
* Bugfix - Return correct special item urls: [#3419](https://github.com/owncloud/ocis/pull/3419)
11088+
11089+
URLs for Special items (space image, readme) were broken.
11090+
11091+
https://github.com/owncloud/ocis/pull/3419
11092+
1104411093
# Changelog for [1.19.0] (2022-03-29)
1104511094

1104611095
The following sections list the changes for 1.19.0.
1104711096

11048-
[1.19.0]: https://github.com/owncloud/ocis/compare/v1.19.1...v1.19.0
11097+
[1.19.0]: https://github.com/owncloud/ocis/compare/v1.18.0...v1.19.0
1104911098

1105011099
## Summary
1105111100

@@ -11219,24 +11268,6 @@ The following sections list the changes for 1.19.0.
1121911268
https://github.com/owncloud/ocis/pull/3375
1122011269
https://github.com/owncloud/web/releases/tag/v5.3.0
1122111270

11222-
# Changelog for [1.19.1] (2022-03-29)
11223-
11224-
The following sections list the changes for 1.19.1.
11225-
11226-
[1.19.1]: https://github.com/owncloud/ocis/compare/v1.18.0...v1.19.1
11227-
11228-
## Summary
11229-
11230-
* Bugfix - Return correct special item urls: [#3419](https://github.com/owncloud/ocis/pull/3419)
11231-
11232-
## Details
11233-
11234-
* Bugfix - Return correct special item urls: [#3419](https://github.com/owncloud/ocis/pull/3419)
11235-
11236-
URLs for Special items (space image, readme) were broken.
11237-
11238-
https://github.com/owncloud/ocis/pull/3419
11239-
1124011271
# Changelog for [1.18.0] (2022-03-03)
1124111272

1124211273
The following sections list the changes for 1.18.0.

0 commit comments

Comments
 (0)