Skip to content

Commit

Permalink
Bump version, add changelog version folder
Browse files Browse the repository at this point in the history
  • Loading branch information
micbar committed Jan 14, 2020
1 parent 753d490 commit 9118d2b
Show file tree
Hide file tree
Showing 8 changed files with 51 additions and 30 deletions.
38 changes: 34 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,39 @@
# Changelog
Changelog for ownCloud Phoenix [0.2.7] (2020-01-14)
=======================================
The following sections list the changes in ownCloud phoenix 0.2.7 relevant to
ownCloud admins and users.

All notable changes to this project will be documented in this file.
[0.2.7]: https://github.com/owncloud/phoenix/compare/v0.2.6...v0.2.7

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
Summary
-------

* Bugfix - Display files list only if there is at least one item: [#2745](https://github.com/owncloud/phoenix/issues/2745)
* Bugfix - Register store which is imported instead of required: [#2837](https://github.com/owncloud/phoenix/issues/2837)
* Enhancement - Internal links in app switcher: [#2838](https://github.com/owncloud/phoenix/issues/2838)

Details
-------

* Bugfix - Display files list only if there is at least one item: [#2745](https://github.com/owncloud/phoenix/issues/2745)

Vue virtual scroll was throwing an error in console in case that the files list was empty. We
prevent this error by displaying the files list only if there is at least one item.

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

* Bugfix - Register store which is imported instead of required: [#2837](https://github.com/owncloud/phoenix/issues/2837)

As some extensions export store not as a module we need to handle that case as well.

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

* Enhancement - Internal links in app switcher: [#2838](https://github.com/owncloud/phoenix/issues/2838)

In case extensions integrates itself into Phonix core and not as own SPA we need to handle the
navigation via router-link inside of Phoenix core SPA.

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

## [0.2.6]
### Added
Expand Down Expand Up @@ -148,4 +179,3 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

[Unreleased]: https://github.com/owncloud/phoenix/compare/0.1.0...master
[0.1.0]: https://github.com/owncloud/phoenix/compare/d1cfc2d5f82202ac30c91e903e4810f42650c183...0.1.0

2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This is an early release with known limitations and missing features.
Please report and findings in https://talk.owncloud.com/channel/phoenix </description>
<licence>AGPLv3</licence>
<author>Felix Heidecke, Oshan Mudannayake, Thomas Müller, Lukáš Hirt, Julian Müller</author>
<version>0.2.6</version>
<version>0.2.7</version>
<category>tools</category>
<dependencies>
<owncloud min-version="10.3" max-version="10" />
Expand Down
12 changes: 0 additions & 12 deletions changelog/0.2.7_2020-01-10/1

This file was deleted.

5 changes: 5 additions & 0 deletions changelog/0.2.7_2020-01-14/2745
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Bugfix: Display files list only if there is at least one item

Vue virtual scroll was throwing an error in console in case that the files list was empty. We prevent this error by displaying the files list only if there is at least one item.

https://github.com/owncloud/phoenix/issues/2745
5 changes: 5 additions & 0 deletions changelog/0.2.7_2020-01-14/2837
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Bugfix: Register store which is imported instead of required

As some extensions export store not as a module we need to handle that case as well.

https://github.com/owncloud/phoenix/issues/2837
5 changes: 5 additions & 0 deletions changelog/0.2.7_2020-01-14/2838
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Enhancement: Internal links in app switcher

In case extensions integrates itself into Phonix core and not as own SPA we need to handle the navigation via router-link inside of Phoenix core SPA.

https://github.com/owncloud/phoenix/issues/2838
12 changes: 0 additions & 12 deletions changelog/unreleased/2

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "owncloud_phoenix",
"title": "ownCloud Phoenix",
"icon": "folder",
"version": "0.2.6",
"version": "0.2.7",
"description": "A safe home for all your data",
"main": "core/core.bundle.js",
"scripts": {
Expand Down

0 comments on commit 9118d2b

Please sign in to comment.