Skip to content

Commit b091d70

Browse files
committed
increment to version 0.7.0
1 parent 1f7b83d commit b091d70

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

CHANGELOG.md

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

1313
See 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.

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.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"

0 commit comments

Comments
 (0)