Skip to content

Commit 9fd9a7c

Browse files
committed
increment to version 0.8.1
1 parent 0bf61c5 commit 9fd9a7c

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

CHANGELOG.md

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

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

15+
## 0.8.1 - 2020-07-26
16+
**Added**
17+
* Added the `e` key to execute a system command on an episode. Command can
18+
be configured with the `execute_command` option.
19+
* Added volume control keybinds.
20+
* Added config options to use a proxy.
21+
22+
**Changed**
23+
* Made the help menu scrollable.
24+
* Made separate keybinds for saving/deleting episodes for offline
25+
playback (`s` and `x` by default). Existing configs will be migrated.
26+
27+
**Fixed**
28+
* Fixed an issue where feeds would, on some systems, not be displayed in order.
29+
* Fixed poor UI performance when reloading feeds.
30+
* Fixed time/duration display not being properly justified - Thanks @buck10!
31+
* Fixed an issue importing a certain structure of OPML subscriptions.
32+
* Fixed an issue with episode IDs being reset when feeds are reloaded.
33+
1534
## 0.8.0 - 2020-02-22
1635
**Added**
1736
* Made database operations multi-threaded to improve performance, especially

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.8.0"
7-
__date__ = "2020-02-22"
6+
__version__ = "0.8.1"
7+
__date__ = "2020-07-26"
88
__copyright__ = "Copyright (c) 2018 Jake Robertson"
99
__license__ = "MIT License"
1010
__url__ = "https://github.com/xgi/castero"

0 commit comments

Comments
 (0)