Skip to content

Commit

Permalink
increment to version 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xgi committed Mar 24, 2021
1 parent 587cdc1 commit 057ba7f
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,30 @@ Version listings include the following sections, if applicable:

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

## 0.9.1 - 2021-03-23
**Added**
* @tistatos - Playback position is saved/restored when restarting the
client.
* @tistatos - Created add_only_unplayed_episodes config option for
playing/queueing a feed.
* @DGambrinus - Maintain playback speed when playing different episodes.

**Changed**
* To improve performance, the client now (by default) uses an in-memory
database, which is only saved to disk when the client is closed. This
can be disabled with the restrict_memory_usage config option.
* Improved the performance of importing subscriptions (especially those
with many feeds).

**Fixed**
* @tistatos - Fixed episode data not being deleted when removing feeds.
* Fixed player volume occasionally not being retained when switching
between episodes.
* Fixed exception with terminals that don't support an invisible cursor
mode.
* Fixed reload operation failing when reloading one feed would fail in a
specific way.

## 0.8.2 - 2020-08-23
**Added**
* Added a config option for the default playback volume.
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.2"
__date__ = "2020-08-23"
__version__ = "0.9.1"
__date__ = "2021-03-23"
__copyright__ = "Copyright (c) 2018 Jake Robertson"
__license__ = "MIT License"
__url__ = "https://github.com/xgi/castero"
Expand Down

0 comments on commit 057ba7f

Please sign in to comment.