Skip to content

Commit

Permalink
release 0.17.0: update_changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
juanrubio committed Jan 17, 2019
1 parent 2c893ea commit 2074941
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Change Log

## [v0.17.0](https://github.com/tizonia/tizonia-openmax-il/tree/v0.17.0) (2019-01-17)
[Full Changelog](https://github.com/tizonia/tizonia-openmax-il/compare/v0.16.0...v0.17.0)

**Fixed bugs:**

- tizgmusicproxy.py: Keep on getting a syntax error \(Non-ASCII character '\xe2'\) [\#542](https://github.com/tizonia/tizonia-openmax-il/issues/542)
- Spotify: "unable to login offline: no such user" [\#531](https://github.com/tizonia/tizonia-openmax-il/issues/531)
- tizonia: cannot handle whitespaces in its config file [\#468](https://github.com/tizonia/tizonia-openmax-il/issues/468)

**Closed issues:**

- spotify credentials in ~/.config/tizonia/tizonia.conf issue [\#545](https://github.com/tizonia/tizonia-openmax-il/issues/545)

**Merged pull requests:**

- README: arch install notes [\#549](https://github.com/tizonia/tizonia-openmax-il/pull/549) ([sjugge](https://github.com/sjugge))
- Fixed the fetching of user likes & stream on soundcloud [\#548](https://github.com/tizonia/tizonia-openmax-il/pull/548) ([seifane](https://github.com/seifane))

## [v0.16.0](https://github.com/tizonia/tizonia-openmax-il/tree/v0.16.0) (2018-12-03)
[Full Changelog](https://github.com/tizonia/tizonia-openmax-il/compare/v0.15.0...v0.16.0)

Expand Down
2 changes: 1 addition & 1 deletion tools/tizonia-prepare-release
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ function main {
# 8.- Close github issue: release vx.x.x
# 9.- Create release and tag it on GitHub.

# update_changelog
update_changelog

# Now Delete the tag on Github, push the changes to CHANGELOG.md and re-create the tag
# $ git tag -l
Expand Down

0 comments on commit 2074941

Please sign in to comment.