Skip to content

Commit

Permalink
increment to version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xgi committed Jun 11, 2019
1 parent 9c10626 commit 54906ef
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,22 @@ Version listings include the following sections, if applicable:

See also <https://github.com/xgi/castero/releases>.

## 0.6.0 - 2019-06-10
**Added**
* Added support for importing/exporting subscriptions to and from OPML files.
Many other clients support this format, so you are now able to easily move your
feeds between clients. To use this feature, run castero with the
`--import` or `--export` flag (or run `castero -h` for more info).
* Added support for preserving the queue when restarting the client.
* Added support for 256 colors - Thanks @arza-zara!
* Added controls for playback speed - **[** and **]** by default.

**Fixed**
* Fixed a crash when viewing metadata for a feed with no description.
* Fixed custom_download_dir config option not being an absolute path.
* Improved scroll performance of episode menu with many episodes.
* Fixed a crash when vertically shrinking the client.

## 0.5.5 - 2019-05-18
**Added**
* Added the name of the feed to episodes in the queue menu/perspective.
Expand Down
4 changes: 2 additions & 2 deletions castero/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
__keywords__ = "podcast commandline terminal tui curses"
__author__ = "Jake Robertson"
__author_email__ = "[email protected]"
__version__ = "0.5.5"
__date__ = "2019-05-18"
__version__ = "0.6.0"
__date__ = "2019-06-10"
__copyright__ = "Copyright (c) 2018 Jake Robertson"
__license__ = "MIT License"
__url__ = "https://github.com/xgi/castero"
Expand Down

0 comments on commit 54906ef

Please sign in to comment.