File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed
Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,22 @@ Version listings include the following sections, if applicable:
1212
1313See 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.
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments