Skip to content

Commit

Permalink
Updated info.xml and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
HanaGemela committed Feb 17, 2020
1 parent 55d713e commit 897aefb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,18 @@ All notable changes to this project will be documented in this file.

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

## [Unreleased]
## [1.0.2] - 2020-02-17

### Fixed

- Add notification on playback error - [#109](https://github.com/owncloud/files_mediaviewer/issues/109)
- Fix moderate Cross-Site-Scripting vulnerability - [#163](https://github.com/owncloud/files_mediaviewer/issues/163)
- Fix media controls on small devices - [#164](https://github.com/owncloud/files_mediaviewer/issues/164)
- Encode # in media URI - [#152](https://github.com/owncloud/files_mediaviewer/issues/152)

### Changed

- Update dependencies - [#155](https://github.com/owncloud/files_mediaviewer/issues/155)

## [1.0.1] - 2019-11-13

Expand All @@ -21,5 +32,5 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

- Initial release

[Unreleased]: https://github.com/owncloud/files_mediaviewer/compare/v1.0.0...HEAD
[1.0.2]: https://github.com/owncloud/files_mediaviewer/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/owncloud/files_mediaviewer/compare/v1.0.0...v1.0.1
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ A media viewer that adds image and video viewing capabilities to Files view and
- Mobile support</description>
<licence>GPLv2</licence>
<author>Felix Heidecke</author>
<version>1.0.1</version>
<version>1.0.2</version>
<namespace>Mediaviewer</namespace>
<documentation>
<developer>https://github.com/owncloud/files_mediaviewer/blob/master/README.md</developer>
Expand Down

0 comments on commit 897aefb

Please sign in to comment.