mirror of
https://github.com/xgi/castero
synced 2024-11-10 15:28:45 +01:00
increment to version 0.8.2
This commit is contained in:
parent
96ca312166
commit
fac204674f
@ -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
|
||||
|
@ -3,8 +3,8 @@ __description__ = "A TUI podcast client for the terminal"
|
||||
__keywords__ = "podcast commandline terminal tui curses"
|
||||
__author__ = "Jake Robertson"
|
||||
__author_email__ = "jake@faltro.com"
|
||||
__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"
|
||||
|
Loading…
Reference in New Issue
Block a user