8 Commits

Author SHA1 Message Date
6aa822fe34 Update .gitignore for newer Qt Creator
All checks were successful
Alpine 3.22 Success
Arch Linux AUR Success
OpenBSD 7.8 Success
2025-11-29 00:18:45 +01:00
6cf6231282 Bump liberty 2025-11-29 00:17:56 +01:00
708b78f145 Bump liberty
All checks were successful
Alpine 3.21 Success
Arch Linux AUR Success
OpenBSD 7.6 Success
2025-08-02 18:24:16 +02:00
3361df0ccb Bump liberty
All checks were successful
Alpine 3.21 Success
Arch Linux AUR Success
OpenBSD 7.6 Success
2025-06-04 22:00:25 +02:00
13195e797a Bump liberty and termo
All checks were successful
Alpine 3.20 Success
Arch Linux AUR Success
OpenBSD 7.6 Success
OpenBSD 7.5 Abandoned
2025-04-23 22:02:50 +02:00
7fee01a5c6 Update NEWS 2025-01-08 09:42:31 +01:00
8b4300c796 Bump liberty, check the connection while searching
All checks were successful
Alpine 3.20 Success
Arch Linux AUR Success
OpenBSD 7.5 Success
This just prevents immediate assertion failures.
2025-01-08 08:10:19 +01:00
cd3d4eb1ad README.adoc: update package information 2024-11-13 08:36:52 +01:00
6 changed files with 13 additions and 2 deletions

1
.gitignore vendored
View File

@@ -2,6 +2,7 @@
/build
# Qt Creator files
/.qtcreator
/CMakeLists.txt.user*
/nncmpp.config
/nncmpp.files

6
NEWS
View File

@@ -5,8 +5,14 @@ Unreleased
* Added ability to configure bindable user-defined actions;
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: fixed that XSettings had to be present
* X11: fixed a new Fontconfig warning
2.1.1 (2024-02-27)

View File

@@ -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],
or as a https://git.janouch.name/p/nixexprs[Nix derivation].
Stable versions are present in: OpenBSD ports.
Documentation
-------------
See the link:nncmpp.adoc[man page] for information about usage.

Submodule liberty updated: 75fc6f1c37...c0eda1c23f

View File

@@ -3785,6 +3785,8 @@ static void
search_on_changed (void)
{
struct mpd_client *c = &g.client;
if (c->state != MPD_CONNECTED)
return;
size_t len;
char *u8 = (char *) u32_to_u8 (g.editor.line, g.editor.len + 1, NULL, &len);

2
termo

Submodule termo updated: 2518b53e5a...f9a102456f