Skip to content

Commit

Permalink
Automated changelog update [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Hirt committed Apr 14, 2020
1 parent 8789d93 commit 87d4f48
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
Changelog for ownCloud Phoenix [unreleased] (UNRELEASED)
Changelog for ownCloud Phoenix [0.8.0] (2020-04-14)
=======================================
The following sections list the changes in ownCloud phoenix unreleased relevant to
The following sections list the changes in ownCloud phoenix 0.8.0 relevant to
ownCloud admins and users.

[unreleased]: https://github.com/owncloud/phoenix/compare/v0.7.0...master
[0.8.0]: https://github.com/owncloud/phoenix/compare/v0.7.0...v0.8.0

Summary
-------

* Bugfix - Display errors when saving collaborator fails: [#3176](https://github.com/owncloud/phoenix/issues/3176)
* Bugfix - Update owncloud-sdk 1.0.0-544: [#3292](https://github.com/owncloud/phoenix/pull/3292)
* Bugfix - Set a higher timeout for requirejs: [#3293](https://github.com/owncloud/phoenix/pull/3293)
* Bugfix - Fix media-viewer on private pages: [#3288](https://github.com/owncloud/phoenix/pull/3288)
* Bugfix - Fix oidc redirect after logout: [#3285](https://github.com/owncloud/phoenix/issues/3285)
* Bugfix - Update owncloud-sdk 1.0.0-544: [#3292](https://github.com/owncloud/phoenix/pull/3292)
* Bugfix - Set a higher timeout for requirejs: [#3293](https://github.com/owncloud/phoenix/pull/3293)
* Enhancement - Visual improvement to errors in input prompts: [#1906](https://github.com/owncloud/phoenix/issues/1906)
* Enhancement - Add state to app urls: [#3294](https://github.com/owncloud/phoenix/pull/3294)

Expand All @@ -28,19 +28,6 @@ Details
https://github.com/owncloud/phoenix/issues/3176
https://github.com/owncloud/phoenix/pull/3241

* Bugfix - Update owncloud-sdk 1.0.0-544: [#3292](https://github.com/owncloud/phoenix/pull/3292)

This sdk version is much smaller in size

https://github.com/owncloud/phoenix/pull/3292

* Bugfix - Set a higher timeout for requirejs: [#3293](https://github.com/owncloud/phoenix/pull/3293)

In slow networks requirejs requests can timeout. The timeout is now set to a higher value (200
secs)

https://github.com/owncloud/phoenix/pull/3293

* Bugfix - Fix media-viewer on private pages: [#3288](https://github.com/owncloud/phoenix/pull/3288)

Media-viewer incorrectly assumed it was on a public page when opened from a private page.
Expand All @@ -56,6 +43,19 @@ Details

https://github.com/owncloud/phoenix/issues/3285

* Bugfix - Update owncloud-sdk 1.0.0-544: [#3292](https://github.com/owncloud/phoenix/pull/3292)

This sdk version is much smaller in size

https://github.com/owncloud/phoenix/pull/3292

* Bugfix - Set a higher timeout for requirejs: [#3293](https://github.com/owncloud/phoenix/pull/3293)

In slow networks requirejs requests can timeout. The timeout is now set to a higher value (200
secs)

https://github.com/owncloud/phoenix/pull/3293

* Enhancement - Visual improvement to errors in input prompts: [#1906](https://github.com/owncloud/phoenix/issues/1906)

We've adjusted the input prompts to show a visually less prominent text below the input field.
Expand Down

0 comments on commit 87d4f48

Please sign in to comment.