Skip to content

Commit 650a594

Browse files
committed
increment to version 0.9.3
1 parent fd2ce17 commit 650a594

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@ Version listings include the following sections, if applicable:
1212

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

15+
## 0.9.3 - 2021-06-20
16+
**Added**
17+
* Added a perspective (accessible by pressing `5`) that displays
18+
episodes from all feeds chronologically.
19+
20+
**Fixed**
21+
* Fixed an issue with parsing timestamps from some (invalid) feeds.
22+
* Fixed an issue with parsing titles/descriptions from some feeds.
23+
1524
## 0.9.2 - 2021-05-09
1625
**Fixed**
1726
* Fixed reloading feeds not propagating saved playback position.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Commands
7373
=/- - increase/decrease volume
7474
]/[ - increase/decrease playback speed
7575
u - show episode URL
76-
1-4 - change between client layouts
76+
1-5 - change between client layouts
7777
```
7878

7979
### Importing/exporting feeds from another client

castero/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
__keywords__ = "podcast commandline terminal tui curses"
44
__author__ = "Jake Robertson"
55
__author_email__ = "jake@faltro.com"
6-
__version__ = "0.9.2"
7-
__date__ = "2021-05-09"
6+
__version__ = "0.9.3"
7+
__date__ = "2021-06-20"
88
__copyright__ = "Copyright (c) 2018 Jake Robertson"
99
__license__ = "MIT License"
1010
__url__ = "https://github.com/xgi/castero"

0 commit comments

Comments
 (0)