File tree Expand file tree Collapse file tree 2 files changed +23
-2
lines changed
Expand file tree Collapse file tree 2 files changed +23
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,27 @@ Version listings include the following sections, if applicable:
1212
1313See also < https://github.com/xgi/castero/releases > .
1414
15+ ## 0.7.0 - 2019-12-13
16+ ** Added**
17+ * Added support for filtering menus with the ` / ` key.
18+ * Added individual config options for foreground text colors.
19+ * Added an option for default playback speed.
20+ * Added the number of unplayed episodes to the menu header.
21+
22+ ** Fixed**
23+ * Fixed support for OPML v2.
24+ * Fixed menu headers using the wrong background color.
25+ * Fixed the metadata window not properly filling the screen height.
26+ * Fixed the selected menu index being offscreen when resizing the window.
27+ * Fixed menu selections not being sanitized in the correct sequence.
28+ * Fixed menus not visually updating when modified.
29+ * Fixed ffmpeg output appearing in the client - Thanks @rien333 and @jaseg !
30+ * Fixed a crash when resizing the window at some ratios.
31+ * Fixed a crash when trying to invert menus.
32+ * Fixed a crash when an episode had no audio enclosure.
33+ * Fixed a crash when episode enclosure caused a request exception.
34+ * Fixed a crash when trying to play the current episode in the queue.
35+
1536## 0.6.0 - 2019-06-10
1637** Added**
1738* Added support for importing/exporting subscriptions to and from OPML files.
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.6 .0"
7- __date__ = "2019-06-10 "
6+ __version__ = "0.7 .0"
7+ __date__ = "2019-12-13 "
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