Skip to content

Commit

Permalink
increment to version 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xgi committed Jun 21, 2021
1 parent fd2ce17 commit 650a594
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 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.9.3 - 2021-06-20
**Added**
* Added a perspective (accessible by pressing `5`) that displays
episodes from all feeds chronologically.

**Fixed**
* Fixed an issue with parsing timestamps from some (invalid) feeds.
* Fixed an issue with parsing titles/descriptions from some feeds.

## 0.9.2 - 2021-05-09
**Fixed**
* Fixed reloading feeds not propagating saved playback position.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Commands
=/- - increase/decrease volume
]/[ - increase/decrease playback speed
u - show episode URL
1-4 - change between client layouts
1-5 - change between client layouts
```

### Importing/exporting feeds from another client
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.9.2"
__date__ = "2021-05-09"
__version__ = "0.9.3"
__date__ = "2021-06-20"
__copyright__ = "Copyright (c) 2018 Jake Robertson"
__license__ = "MIT License"
__url__ = "https://github.com/xgi/castero"
Expand Down

0 comments on commit 650a594

Please sign in to comment.