Skip to content

Commit 56feefa

Browse files
committed
increment to version 0.4.2
1 parent 4344afc commit 56feefa

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

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

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

15+
## 0.4.2 - 2019-03-02
16+
**Added**
17+
* Added a separate config option for seeking forwards/backwards - Thanks
18+
@mtostenson!
19+
20+
**Changed**
21+
* FeedErrors will give more descriptive information in the status bar.
22+
23+
**Fixed**
24+
* Fixed a potential crash when trying to run without libmpv.
25+
* Fixed a crash when an unused player library is uninstalled.
26+
* Fixed an issue where some websites would block the client since it did not
27+
send requests with a user agent.
28+
1529
## 0.4.1 - 2019-02-12
1630
**Added**
1731
* Added support for extracting plaintext from HTML metadata descriptions (can

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.4.1"
7-
__date__ = "2019-02-12"
6+
__version__ = "0.4.2"
7+
__date__ = "2019-03-02"
88
__copyright__ = "Copyright (c) 2018 Jake Robertson"
99
__license__ = "MIT License"
1010
__url__ = "https://github.com/xgi/castero"

0 commit comments

Comments
 (0)