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