Skip to content

Commit 54906ef

Browse files
committed
increment to version 0.6.0
1 parent 9c10626 commit 54906ef

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,22 @@ Version listings include the following sections, if applicable:
1212

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

15+
## 0.6.0 - 2019-06-10
16+
**Added**
17+
* Added support for importing/exporting subscriptions to and from OPML files.
18+
Many other clients support this format, so you are now able to easily move your
19+
feeds between clients. To use this feature, run castero with the
20+
`--import` or `--export` flag (or run `castero -h` for more info).
21+
* Added support for preserving the queue when restarting the client.
22+
* Added support for 256 colors - Thanks @arza-zara!
23+
* Added controls for playback speed - **[** and **]** by default.
24+
25+
**Fixed**
26+
* Fixed a crash when viewing metadata for a feed with no description.
27+
* Fixed custom_download_dir config option not being an absolute path.
28+
* Improved scroll performance of episode menu with many episodes.
29+
* Fixed a crash when vertically shrinking the client.
30+
1531
## 0.5.5 - 2019-05-18
1632
**Added**
1733
* Added the name of the feed to episodes in the queue menu/perspective.

castero/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
__keywords__ = "podcast commandline terminal tui curses"
44
__author__ = "Jake Robertson"
55
__author_email__ = "jake@faltro.com"
6-
__version__ = "0.5.5"
7-
__date__ = "2019-05-18"
6+
__version__ = "0.6.0"
7+
__date__ = "2019-06-10"
88
__copyright__ = "Copyright (c) 2018 Jake Robertson"
99
__license__ = "MIT License"
1010
__url__ = "https://github.com/xgi/castero"

0 commit comments

Comments
 (0)