Skip to content

Commit

Permalink
increment to version 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xgi committed Jul 26, 2020
1 parent 0bf61c5 commit 9fd9a7c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,25 @@ Version listings include the following sections, if applicable:

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

## 0.8.1 - 2020-07-26
**Added**
* Added the `e` key to execute a system command on an episode. Command can
be configured with the `execute_command` option.
* Added volume control keybinds.
* Added config options to use a proxy.

**Changed**
* Made the help menu scrollable.
* Made separate keybinds for saving/deleting episodes for offline
playback (`s` and `x` by default). Existing configs will be migrated.

**Fixed**
* Fixed an issue where feeds would, on some systems, not be displayed in order.
* Fixed poor UI performance when reloading feeds.
* Fixed time/duration display not being properly justified - Thanks @buck10!
* Fixed an issue importing a certain structure of OPML subscriptions.
* Fixed an issue with episode IDs being reset when feeds are reloaded.

## 0.8.0 - 2020-02-22
**Added**
* Made database operations multi-threaded to improve performance, especially
Expand Down
4 changes: 2 additions & 2 deletions castero/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
__keywords__ = "podcast commandline terminal tui curses"
__author__ = "Jake Robertson"
__author_email__ = "[email protected]"
__version__ = "0.8.0"
__date__ = "2020-02-22"
__version__ = "0.8.1"
__date__ = "2020-07-26"
__copyright__ = "Copyright (c) 2018 Jake Robertson"
__license__ = "MIT License"
__url__ = "https://github.com/xgi/castero"
Expand Down

0 comments on commit 9fd9a7c

Please sign in to comment.