Skip to content

Commit 902800a

Browse files
committed
Changelog
1 parent 220f7d3 commit 902800a

File tree

6 files changed

+32
-0
lines changed

6 files changed

+32
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Bugfix: Show extension image
2+
3+
Allow extensions to set an image as its logo, instead of an icon.
4+
If `img` is set, it will take precedence over `icon`.
5+
6+
https://github.com/owncloud/web/pull/5985
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Bugfix: Hidden files hidden by default
2+
3+
Hide hidden files (files started with ".") by default, similar to oc10
4+
5+
https://github.com/owncloud/web/pull/5985
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Bugfix: Order extensions and default
2+
3+
Ensure the default extensions are displayed first.
4+
Ensure that extensions can be set as default or not.
5+
6+
https://github.com/owncloud/web/pull/5985
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Enhancement: Build options
2+
3+
Configure the startup title (displayed before the configuration is loaded) via env variable TITLE.
4+
Make the source map generation optional with the env variable SOURCE_MAP.
5+
6+
https://github.com/owncloud/web/pull/5985
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Enhancement: Add clean paths to DrawIO app
2+
3+
https://github.com/owncloud/web/pull/5985
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Enhancement: Show feedback on startup
2+
3+
Instead of displaying an empty page while all components load, display a spiner.
4+
Also show an error message if there was an error.
5+
6+
https://github.com/owncloud/web/pull/5985

0 commit comments

Comments
 (0)