Skip to content

Commit 62d35dc

Browse files
committed
increment to version 0.3.0
1 parent 77c2f7c commit 62d35dc

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

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

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

15-
## Unreleased
15+
## 0.3.0 - 2018-09-15
1616
**Added**
1717
* Added a new "perspective" - a separate page for viewing your current queue.
1818
You can switch through perspectives by using number keys -- 1 is the primary
1919
perspective, 2 is the queue perspective.
2020
* Added support for a custom download directory.
21+
* Added support for text entry beyond the window width.
2122

2223
**Changed**
2324
* The menu no longer automatically scrolls when playing an episode/feed (but it

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 curses"
44
__author__ = "Jake Robertson"
55
__author_email__ = "jake@faltro.com"
6-
__version__ = "0.2.6"
7-
__date__ = "2018-08-15"
6+
__version__ = "0.3.0"
7+
__date__ = "2018-09-15"
88
__copyright__ = "Copyright (c) 2018 Jake Robertson"
99
__license__ = "MIT License"
1010
__url__ = "https://github.com/xgi/castero"

0 commit comments

Comments
 (0)