Compare commits
8 Commits
641803df35
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
6aa822fe34
|
|||
|
6cf6231282
|
|||
|
708b78f145
|
|||
|
3361df0ccb
|
|||
|
13195e797a
|
|||
|
7fee01a5c6
|
|||
|
8b4300c796
|
|||
|
cd3d4eb1ad
|
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,6 +2,7 @@
|
|||||||
/build
|
/build
|
||||||
|
|
||||||
# Qt Creator files
|
# Qt Creator files
|
||||||
|
/.qtcreator
|
||||||
/CMakeLists.txt.user*
|
/CMakeLists.txt.user*
|
||||||
/nncmpp.config
|
/nncmpp.config
|
||||||
/nncmpp.files
|
/nncmpp.files
|
||||||
|
|||||||
6
NEWS
6
NEWS
@@ -5,8 +5,14 @@ Unreleased
|
|||||||
* Added ability to configure bindable user-defined actions;
|
* Added ability to configure bindable user-defined actions;
|
||||||
these can launch arbitrary shell commands
|
these can launch arbitrary shell commands
|
||||||
|
|
||||||
|
* Prevented crashes when the daemon disconnects during search
|
||||||
|
|
||||||
* X11: added support for font fallbacks to the editor as well
|
* X11: added support for font fallbacks to the editor as well
|
||||||
|
|
||||||
|
* X11: fixed that XSettings had to be present
|
||||||
|
|
||||||
|
* X11: fixed a new Fontconfig warning
|
||||||
|
|
||||||
|
|
||||||
2.1.1 (2024-02-27)
|
2.1.1 (2024-02-27)
|
||||||
|
|
||||||
|
|||||||
@@ -33,6 +33,8 @@ You can get a package with the latest development version using Arch Linux's
|
|||||||
https://aur.archlinux.org/packages/nncmpp-git[AUR],
|
https://aur.archlinux.org/packages/nncmpp-git[AUR],
|
||||||
or as a https://git.janouch.name/p/nixexprs[Nix derivation].
|
or as a https://git.janouch.name/p/nixexprs[Nix derivation].
|
||||||
|
|
||||||
|
Stable versions are present in: OpenBSD ports.
|
||||||
|
|
||||||
Documentation
|
Documentation
|
||||||
-------------
|
-------------
|
||||||
See the link:nncmpp.adoc[man page] for information about usage.
|
See the link:nncmpp.adoc[man page] for information about usage.
|
||||||
|
|||||||
2
liberty
2
liberty
Submodule liberty updated: 75fc6f1c37...c0eda1c23f
2
nncmpp.c
2
nncmpp.c
@@ -3785,6 +3785,8 @@ static void
|
|||||||
search_on_changed (void)
|
search_on_changed (void)
|
||||||
{
|
{
|
||||||
struct mpd_client *c = &g.client;
|
struct mpd_client *c = &g.client;
|
||||||
|
if (c->state != MPD_CONNECTED)
|
||||||
|
return;
|
||||||
|
|
||||||
size_t len;
|
size_t len;
|
||||||
char *u8 = (char *) u32_to_u8 (g.editor.line, g.editor.len + 1, NULL, &len);
|
char *u8 = (char *) u32_to_u8 (g.editor.line, g.editor.len + 1, NULL, &len);
|
||||||
|
|||||||
2
termo
2
termo
Submodule termo updated: 2518b53e5a...f9a102456f
Reference in New Issue
Block a user