File tree 2 files changed +26
-2
lines changed
2 files changed +26
-2
lines changed Original file line number Diff line number Diff line change
1
+ # castero changelog
2
+
3
+ This changelog generally follows the principles outlined at
4
+ < https://keepachangelog.com > , although the format may differ slightly.
5
+
6
+ Version listings include the following sections, if applicable:
7
+ * Added - for new features
8
+ * Changed - for changes to existing functionality
9
+ * Deprecated - for pre-existing features made obsolete or unsupported
10
+ * Removed - for removed features or functionality
11
+ * Fixed - for bugs fixed
12
+
13
+ See also < https://github.com/xgi/castero/releases > .
14
+
15
+ ## 0.1.1 - 2018-04-12
16
+ ** Added**
17
+ * Pressing 'r' will now reload/refresh your feeds list.
18
+ * Added support for showing status messages in the footer, and certain commands
19
+ will now display status messages after running (or if an error occurs).
20
+
21
+ ** Fixed**
22
+ * Fixed an issue where recreating menus often caused them to be smaller than
23
+ normal.
24
+ * Fixed an issue where a feeds file with duplicate keys would not load.
Original file line number Diff line number Diff line change 1
1
__title__ = "castero"
2
2
__description__ = "Command line podcast client"
3
3
__author__ = "Jake Robertson <[email protected] >"
4
- __version__ = "0.1.0 "
5
- __date__ = "2018-03-31 "
4
+ __version__ = "0.1.1 "
5
+ __date__ = "2018-04-12 "
6
6
__copyright__ = "Copyright (c) 2018 Jake Robertson"
7
7
__license__ = "MIT License"
8
8
__url__ = "https://github.com/xgi/castero"
You can’t perform that action at this time.
0 commit comments