Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xtangle committed Nov 4, 2018
1 parent 4f506e7 commit 23f01da
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [v1.4.0] - 2018-11-04
### Added
- Added options menu, making the following settings configurable:
- Enable/disable adding metadata to mp3 files.
Expand Down Expand Up @@ -68,7 +70,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Karma test infrastructure.
- Travis CI integration.

[Unreleased]: https://github.com/xtangle/zoundcloud/compare/v1.3.2...HEAD
[Unreleased]: https://github.com/xtangle/zoundcloud/compare/v1.4.0...HEAD
[v1.4.0]: https://github.com/xtangle/zoundcloud/compare/v1.3.2...v1.4.0
[v1.3.2]: https://github.com/xtangle/zoundcloud/compare/v1.3.1...v1.3.2
[v1.3.1]: https://github.com/xtangle/zoundcloud/compare/v1.3.0...v1.3.1
[v1.3.0]: https://github.com/xtangle/zoundcloud/compare/v1.2.0...v1.3.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zoundcloud",
"version": "1.3.2",
"version": "1.4.0",
"description": "Adds download buttons to SoundCloud pages.",
"private": true,
"author": "xtangle <[email protected]>",
Expand Down
1 change: 1 addition & 0 deletions src/resources/lib/uikit.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/resources/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ZoundCloud Downloader",
"short_name": "ZoundCloud",
"description": "Adds download buttons to SoundCloud pages.",
"version": "1.3.2",
"version": "1.4.0",
"manifest_version": 2,
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"permissions": [
Expand Down

0 comments on commit 23f01da

Please sign in to comment.