Compare commits
16 Commits
179e0a123b
...
v2.0.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
b4222365c3
|
|||
|
b5e48c29f9
|
|||
|
eaa19be1c8
|
|||
|
dad95ef444
|
|||
|
7e74d1a80a
|
|||
|
8529f24a46
|
|||
|
190e813d49
|
|||
|
9af74259d2
|
|||
|
9a996c8440
|
|||
|
a9d4f86493
|
|||
|
172ceffa9e
|
|||
|
6dad74f3c9
|
|||
|
b196ef4f08
|
|||
|
d82be07807
|
|||
|
2d219f1a4b
|
|||
|
a77d872e7f
|
@@ -1,5 +1,5 @@
|
||||
cmake_minimum_required (VERSION 3.0)
|
||||
project (nncmpp VERSION 1.2.0 LANGUAGES C)
|
||||
project (nncmpp VERSION 2.0.0 LANGUAGES C)
|
||||
|
||||
# Moar warnings
|
||||
if ("${CMAKE_C_COMPILER_ID}" MATCHES "GNU" OR CMAKE_COMPILER_IS_GNUCC)
|
||||
|
||||
10
NEWS
10
NEWS
@@ -1,11 +1,19 @@
|
||||
Unreleased
|
||||
2.0.0 (2022-09-03)
|
||||
|
||||
* Added an optional X11 user interface
|
||||
|
||||
* Implemented mouse drags on the elapsed time gauge and the scrollbar
|
||||
|
||||
* Added Tab and S-Tab bindings to iterate tabs
|
||||
|
||||
* Added a "z" binding to center the view on the selected item
|
||||
|
||||
* Added a "?" binding to describe items in various tabs
|
||||
|
||||
* Made it possible to adjust the spectrum analyzer's FPS limit
|
||||
|
||||
* Moved "Disconnected" and "Connecting..." messages to the status bar
|
||||
|
||||
* Fixed possibility of connection timeouts with PulseAudio integration
|
||||
|
||||
|
||||
|
||||
@@ -36,6 +36,7 @@ PULSE_MUTE, Toggle PulseAudio sink mute
|
||||
|
||||
CHOOSE, Choose item
|
||||
DELETE, Delete item
|
||||
DESCRIBE, Describe item
|
||||
UP, Go up a level
|
||||
MULTISELECT, Toggle multiselect
|
||||
INCREMENTAL_SEARCH, Incremental search
|
||||
|
||||
Reference in New Issue
Block a user