Skip to content

Commit

Permalink
increment to version 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xgi committed Aug 24, 2020
1 parent 96ca312 commit fac2046
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ Version listings include the following sections, if applicable:

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

## 0.8.2 - 2020-08-23
**Added**
* Added a config option for the default playback volume.

**Fixed**
* Fixed new episodes not being properly sorted in the menu.
* Fixed detection for feeds with an empty title tag (they still aren't
allowed, but we explicitly check for this now).

## 0.8.1 - 2020-07-26
**Added**
* Added the `e` key to execute a system command on an episode. Command can
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.1"
__date__ = "2020-07-26"
__version__ = "0.8.2"
__date__ = "2020-08-23"
__copyright__ = "Copyright (c) 2018 Jake Robertson"
__license__ = "MIT License"
__url__ = "https://github.com/xgi/castero"
Expand Down

0 comments on commit fac2046

Please sign in to comment.