aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2020-10-26 13:20:11 +0100
committerPřemysl Eric Janouch <p@janouch.name>2020-10-26 14:53:55 +0100
commitc2b46c289091f58d2c29206c0af80922fd4e8c25 (patch)
treeae6d47d38589f8707d3c9dfaf5c21630c8faa068
parent5cb95590b00c7190eaeb5a66b9dab4c6d45c945a (diff)
downloadnncmpp-c2b46c289091f58d2c29206c0af80922fd4e8c25.tar.gz
nncmpp-c2b46c289091f58d2c29206c0af80922fd4e8c25.tar.xz
nncmpp-c2b46c289091f58d2c29206c0af80922fd4e8c25.zip
WIP: Bump version, update NEWS
WIP: waiting for the manpages
-rw-r--r--CMakeLists.txt2
-rw-r--r--NEWS22
2 files changed, 23 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 64afffc..8a1dbcb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required (VERSION 3.0)
-project (nncmpp VERSION 0.9.0 LANGUAGES C)
+project (nncmpp VERSION 1.0.0 LANGUAGES C)
# Moar warnings
if ("${CMAKE_C_COMPILER_ID}" MATCHES "GNU" OR CMAKE_COMPILER_IS_GNUCC)
diff --git a/NEWS b/NEWS
index fb01dce..9f152df 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+1.0.0 (2020-??-??)
+
+ * Coming with a real manual page instead of a help2man-generated stub
+
+ * Added a mode to poll MPD for the elapsed time, enabled by default,
+ fixing two cases of improper tracking
+
+ * Started showing song duration in the library
+
+ * Added C-PgUp/PgDown and C-Left/Right bindings to iterate tabs
+
+ * Added VIM-like C-y and C-e bindings for scrolling
+
+ * Added Windows Explorer-like M-Up binding to go up a directory
+
+ * Worked around a cURL bug crashing the application
+
+ * Fixed handling of direct SHOUTcast streams
+
+ * Miscellaneous little fixes
+
+
0.9.0 (2018-11-02)
* Initial release