Skip to content

Commit 4d04d15

Browse files
committed
increment to version 0.5.4
1 parent 41cf727 commit 4d04d15

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

CHANGELOG.md

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

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

15-
## 0.5.2 - 2019-03-19
15+
## 0.5.4 - 2019-04-13
16+
**Added**
17+
* Added download status "\[D\]" metadata tag to episode menu.
18+
19+
**Fixed**
20+
* Fixed a crash when queueing a large number of episodes with the VLC player.
21+
* Fixed delay when skipping ahead in queue.
22+
* Fixed a crash when running with Python 3.5.
23+
* Fixed crash when trying to create database file in nonexistant directory.
24+
* Fixed episode menu not updating on feed delete.
25+
* Fixed menus not updating when terminal dimensions change.
26+
* Fixed user metadata (i.e. played status) being overwritten when reloading.
27+
28+
## 0.5.3 - 2019-03-19
1629
**Fixed**
1730
* Fixed some files not being properly linked on install.
1831

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

0 commit comments

Comments
 (0)