diff --git a/CMakeLists.txt b/CMakeLists.txt index 5d0e8d8c06..7fcebdf88e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.14) -project(notcurses VERSION 1.4.4 +project(notcurses VERSION 1.4.4.1 DESCRIPTION "UI for modern terminal emulators" HOMEPAGE_URL "https://nick-black.com/dankwiki/index.php/notcurses" LANGUAGES C CXX) diff --git a/NEWS.md b/NEWS.md index 78fd930ee1..94fc897708 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,7 +1,7 @@ This document attempts to list user-visible changes and any major internal rearrangements of Notcurses. -* 1.4.4 (2020-06-01) +* 1.4.4.1 (2020-06-01) * Got the `ncvisual` API ready for API freeze: `ncvisual_render()` and `ncvisual_stream()` now take a `struct ncvisual_options`. `ncstyle_e` and a few other parameters have been moved within. Both functions now diff --git a/doc/Doxyfile b/doc/Doxyfile index da29d992ad..752128f933 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = Notcurses # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.4.4 +PROJECT_NUMBER = 1.4.4.1 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/doc/man/index.html b/doc/man/index.html index bf38f1c756..e9bcb614ff 100644 --- a/doc/man/index.html +++ b/doc/man/index.html @@ -20,7 +20,7 @@

-

notcurses man pages (v1.4.4)

+

notcurses man pages (v1.4.4.1)

notcurses(3)—a blingful TUI library

Binaries (section 1)

notcurses-demo—shows off some notcurses features
diff --git a/doc/man/man1/notcurses-demo.1.md b/doc/man/man1/notcurses-demo.1.md index a31f0c9581..f5df46a59e 100644 --- a/doc/man/man1/notcurses-demo.1.md +++ b/doc/man/man1/notcurses-demo.1.md @@ -1,6 +1,6 @@ % notcurses-demo(1) % nick black -% v1.4.4 +% v1.4.4.1 # NAME diff --git a/doc/man/man1/notcurses-input.1.md b/doc/man/man1/notcurses-input.1.md index 41f68881e1..e04e803afb 100644 --- a/doc/man/man1/notcurses-input.1.md +++ b/doc/man/man1/notcurses-input.1.md @@ -1,6 +1,6 @@ % notcurses-input(1) % nick black -% v1.4.4 +% v1.4.4.1 # NAME diff --git a/doc/man/man1/notcurses-ncreel.1.md b/doc/man/man1/notcurses-ncreel.1.md index c6e194c192..553a98b6b3 100644 --- a/doc/man/man1/notcurses-ncreel.1.md +++ b/doc/man/man1/notcurses-ncreel.1.md @@ -1,6 +1,6 @@ % notcurses-ncreel(1) % nick black -% v1.4.4 +% v1.4.4.1 # NAME diff --git a/doc/man/man1/notcurses-pydemo.1.md b/doc/man/man1/notcurses-pydemo.1.md index 8e575d776d..f14fa2b23f 100644 --- a/doc/man/man1/notcurses-pydemo.1.md +++ b/doc/man/man1/notcurses-pydemo.1.md @@ -1,6 +1,6 @@ % notcurses-pydemo(1) % nick black -% v1.4.4 +% v1.4.4.1 # NAME diff --git a/doc/man/man1/notcurses-tester.1.md b/doc/man/man1/notcurses-tester.1.md index 37aa1ec824..a25b31df8f 100644 --- a/doc/man/man1/notcurses-tester.1.md +++ b/doc/man/man1/notcurses-tester.1.md @@ -1,6 +1,6 @@ % notcurses-tester(1) % nick black -% v1.4.4 +% v1.4.4.1 # NAME diff --git a/doc/man/man1/notcurses-tetris.1.md b/doc/man/man1/notcurses-tetris.1.md index a8e2d43e4c..faa58bbb3a 100644 --- a/doc/man/man1/notcurses-tetris.1.md +++ b/doc/man/man1/notcurses-tetris.1.md @@ -1,6 +1,6 @@ % notcurses-tetris(1) % nick black -% v1.4.4 +% v1.4.4.1 # NAME diff --git a/doc/man/man1/notcurses-view.1.md b/doc/man/man1/notcurses-view.1.md index dcc0652426..8bcb887bd5 100644 --- a/doc/man/man1/notcurses-view.1.md +++ b/doc/man/man1/notcurses-view.1.md @@ -1,6 +1,6 @@ % notcurses-view(1) % nick black -% v1.4.4 +% v1.4.4.1 # NAME diff --git a/doc/man/man3/notcurses.3.md b/doc/man/man3/notcurses.3.md index 301bf4e519..2401ded1b7 100644 --- a/doc/man/man3/notcurses.3.md +++ b/doc/man/man3/notcurses.3.md @@ -1,6 +1,6 @@ % notcurses(3) % nick black -% v1.4.4 +% v1.4.4.1 # NAME diff --git a/doc/man/man3/notcurses_cell.3.md b/doc/man/man3/notcurses_cell.3.md index 2260b00611..f00510661f 100644 --- a/doc/man/man3/notcurses_cell.3.md +++ b/doc/man/man3/notcurses_cell.3.md @@ -1,6 +1,6 @@ % notcurses_cell(3) % nick black -% v1.4.4 +% v1.4.4.1 # NAME diff --git a/doc/man/man3/notcurses_channels.3.md b/doc/man/man3/notcurses_channels.3.md index 8ec987c7dc..c65d0124b5 100644 --- a/doc/man/man3/notcurses_channels.3.md +++ b/doc/man/man3/notcurses_channels.3.md @@ -1,6 +1,6 @@ % notcurses_channels(3) % nick black -% v1.4.4 +% v1.4.4.1 # NAME diff --git a/doc/man/man3/notcurses_directmode.3.md b/doc/man/man3/notcurses_directmode.3.md index c9ab553f56..001cc12824 100644 --- a/doc/man/man3/notcurses_directmode.3.md +++ b/doc/man/man3/notcurses_directmode.3.md @@ -1,6 +1,6 @@ % ncdirect_init(3) % nick black -% v1.4.4 +% v1.4.4.1 # NAME diff --git a/doc/man/man3/notcurses_error.3.md b/doc/man/man3/notcurses_error.3.md index 29d5742163..190efa1532 100644 --- a/doc/man/man3/notcurses_error.3.md +++ b/doc/man/man3/notcurses_error.3.md @@ -1,6 +1,6 @@ % notcurses_error(3) % nick black -% v1.4.4 +% v1.4.4.1 # NAME diff --git a/doc/man/man3/notcurses_fade.3.md b/doc/man/man3/notcurses_fade.3.md index e49ba939bb..ab9a165654 100644 --- a/doc/man/man3/notcurses_fade.3.md +++ b/doc/man/man3/notcurses_fade.3.md @@ -1,6 +1,6 @@ % notcurses_fade(3) % nick black -% v1.4.4 +% v1.4.4.1 # NAME diff --git a/doc/man/man3/notcurses_fds.3.md b/doc/man/man3/notcurses_fds.3.md index 3318ecb0be..22f7801d1a 100644 --- a/doc/man/man3/notcurses_fds.3.md +++ b/doc/man/man3/notcurses_fds.3.md @@ -1,6 +1,6 @@ % notcurses_fds(3) % nick black -% v1.4.4 +% v1.4.4.1 # NAME diff --git a/doc/man/man3/notcurses_init.3.md b/doc/man/man3/notcurses_init.3.md index f216142ffb..aca651eaea 100644 --- a/doc/man/man3/notcurses_init.3.md +++ b/doc/man/man3/notcurses_init.3.md @@ -1,6 +1,6 @@ % notcurses_init(3) % nick black -% v1.4.4 +% v1.4.4.1 # NAME diff --git a/doc/man/man3/notcurses_input.3.md b/doc/man/man3/notcurses_input.3.md index c153079a23..415e5e7abd 100644 --- a/doc/man/man3/notcurses_input.3.md +++ b/doc/man/man3/notcurses_input.3.md @@ -1,6 +1,6 @@ % notcurses_input(3) % nick black -% v1.4.4 +% v1.4.4.1 # NAME diff --git a/doc/man/man3/notcurses_lines.3.md b/doc/man/man3/notcurses_lines.3.md index 9581b46246..5a11ff2718 100644 --- a/doc/man/man3/notcurses_lines.3.md +++ b/doc/man/man3/notcurses_lines.3.md @@ -1,6 +1,6 @@ % notcurses_lines(3) % nick black -% v1.4.4 +% v1.4.4.1 # NAME diff --git a/doc/man/man3/notcurses_menu.3.md b/doc/man/man3/notcurses_menu.3.md index 8920d33319..3621b893d1 100644 --- a/doc/man/man3/notcurses_menu.3.md +++ b/doc/man/man3/notcurses_menu.3.md @@ -1,6 +1,6 @@ % notcurses_menu(3) % nick black -% v1.4.4 +% v1.4.4.1 # NAME diff --git a/doc/man/man3/notcurses_metric.3.md b/doc/man/man3/notcurses_metric.3.md index 6c54a03983..d9c8d0a229 100644 --- a/doc/man/man3/notcurses_metric.3.md +++ b/doc/man/man3/notcurses_metric.3.md @@ -1,6 +1,6 @@ % notcurses_metric(3) % nick black -% v1.4.4 +% v1.4.4.1 # NAME diff --git a/doc/man/man3/notcurses_multiselector.3.md b/doc/man/man3/notcurses_multiselector.3.md index d9acc2a48f..91eb976a67 100644 --- a/doc/man/man3/notcurses_multiselector.3.md +++ b/doc/man/man3/notcurses_multiselector.3.md @@ -1,6 +1,6 @@ % notcurses_multiselector(3) % nick black -% v1.4.4 +% v1.4.4.1 # NAME diff --git a/doc/man/man3/notcurses_output.3.md b/doc/man/man3/notcurses_output.3.md index ba2897b993..745289c540 100644 --- a/doc/man/man3/notcurses_output.3.md +++ b/doc/man/man3/notcurses_output.3.md @@ -1,6 +1,6 @@ % notcurses_output(3) % nick black -% v1.4.4 +% v1.4.4.1 # NAME diff --git a/doc/man/man3/notcurses_palette.3.md b/doc/man/man3/notcurses_palette.3.md index 5817c5d6cf..57414de177 100644 --- a/doc/man/man3/notcurses_palette.3.md +++ b/doc/man/man3/notcurses_palette.3.md @@ -1,6 +1,6 @@ % notcurses_palette(3) % nick black -% v1.4.4 +% v1.4.4.1 # NAME diff --git a/doc/man/man3/notcurses_plane.3.md b/doc/man/man3/notcurses_plane.3.md index dfa3238ba3..a0ab69eaae 100644 --- a/doc/man/man3/notcurses_plane.3.md +++ b/doc/man/man3/notcurses_plane.3.md @@ -1,6 +1,6 @@ % notcurses_plane(3) % nick black -% v1.4.4 +% v1.4.4.1 # NAME diff --git a/doc/man/man3/notcurses_plot.3.md b/doc/man/man3/notcurses_plot.3.md index beee61fca5..2fd3a2a713 100644 --- a/doc/man/man3/notcurses_plot.3.md +++ b/doc/man/man3/notcurses_plot.3.md @@ -1,6 +1,6 @@ % notcurses_plot(3) % nick black -% v1.4.4 +% v1.4.4.1 # NAME diff --git a/doc/man/man3/notcurses_reader.3.md b/doc/man/man3/notcurses_reader.3.md index c13b268be7..1e4b50a585 100644 --- a/doc/man/man3/notcurses_reader.3.md +++ b/doc/man/man3/notcurses_reader.3.md @@ -1,6 +1,6 @@ % notcurses_reader(3) % nick black -% v1.4.4 +% v1.4.4.1 # NAME diff --git a/doc/man/man3/notcurses_reel.3.md b/doc/man/man3/notcurses_reel.3.md index 377aa169d8..3099be335c 100644 --- a/doc/man/man3/notcurses_reel.3.md +++ b/doc/man/man3/notcurses_reel.3.md @@ -1,6 +1,6 @@ % notcurses_reel(3) % nick black -% v1.4.4 +% v1.4.4.1 # NAME diff --git a/doc/man/man3/notcurses_refresh.3.md b/doc/man/man3/notcurses_refresh.3.md index 38faa3807f..005d5fe223 100644 --- a/doc/man/man3/notcurses_refresh.3.md +++ b/doc/man/man3/notcurses_refresh.3.md @@ -1,6 +1,6 @@ % notcurses_refresh(3) % nick black -% v1.4.4 +% v1.4.4.1 # NAME diff --git a/doc/man/man3/notcurses_render.3.md b/doc/man/man3/notcurses_render.3.md index 16753b4385..637d2c393b 100644 --- a/doc/man/man3/notcurses_render.3.md +++ b/doc/man/man3/notcurses_render.3.md @@ -1,6 +1,6 @@ % notcurses_render(3) % nick black -% v1.4.4 +% v1.4.4.1 # NAME diff --git a/doc/man/man3/notcurses_selector.3.md b/doc/man/man3/notcurses_selector.3.md index 974e021480..a9b0f72ca7 100644 --- a/doc/man/man3/notcurses_selector.3.md +++ b/doc/man/man3/notcurses_selector.3.md @@ -1,6 +1,6 @@ % notcurses_selector(3) % nick black -% v1.4.4 +% v1.4.4.1 # NAME diff --git a/doc/man/man3/notcurses_stats.3.md b/doc/man/man3/notcurses_stats.3.md index b9c625d416..94baf712dd 100644 --- a/doc/man/man3/notcurses_stats.3.md +++ b/doc/man/man3/notcurses_stats.3.md @@ -1,6 +1,6 @@ % notcurses_stats(3) % nick black -% v1.4.4 +% v1.4.4.1 # NAME diff --git a/doc/man/man3/notcurses_stdplane.3.md b/doc/man/man3/notcurses_stdplane.3.md index b0943aa5e7..7d3b8cc1e6 100644 --- a/doc/man/man3/notcurses_stdplane.3.md +++ b/doc/man/man3/notcurses_stdplane.3.md @@ -1,6 +1,6 @@ % notcurses_stdplane(3) % nick black -% v1.4.4 +% v1.4.4.1 # NAME diff --git a/doc/man/man3/notcurses_stop.3.md b/doc/man/man3/notcurses_stop.3.md index cf367903a1..7921e2df93 100644 --- a/doc/man/man3/notcurses_stop.3.md +++ b/doc/man/man3/notcurses_stop.3.md @@ -1,6 +1,6 @@ % notcurses_stop(3) % nick black -% v1.4.4 +% v1.4.4.1 # NAME diff --git a/doc/man/man3/notcurses_visual.3.md b/doc/man/man3/notcurses_visual.3.md index 0069e85cc2..f1ae836085 100644 --- a/doc/man/man3/notcurses_visual.3.md +++ b/doc/man/man3/notcurses_visual.3.md @@ -1,6 +1,6 @@ % notcurses_ncvisual(3) % nick black -% v1.4.4 +% v1.4.4.1 # NAME notcurses_ncvisual - notcurses multimedia diff --git a/python/setup.py b/python/setup.py index 5b9fe072f2..43f4bbc8b9 100644 --- a/python/setup.py +++ b/python/setup.py @@ -6,7 +6,7 @@ def read(fname): setup( name="notcurses", - version="1.4.4", + version="1.4.4.1", packages=['notcurses'], package_dir={'': 'src'}, author="Nick Black", diff --git a/rust/libnotcurses-sys/Cargo.toml b/rust/libnotcurses-sys/Cargo.toml index 1cd819c9f6..a040033f10 100644 --- a/rust/libnotcurses-sys/Cargo.toml +++ b/rust/libnotcurses-sys/Cargo.toml @@ -5,7 +5,7 @@ license = "Apache-2.0" description = "Low-level rust bindings for the notcurses C library." repository = "https://github.com/dankamongmen/notcurses" homepage = "https://nick-black.com/dankwiki/index.php/Notcurses" -version = "1.4.4" +version = "1.4.4.1" links = "notcurses" build = "build.rs" edition = "2018" diff --git a/rust/notcurses/Cargo.toml b/rust/notcurses/Cargo.toml index 007eb095de..3be201e521 100644 --- a/rust/notcurses/Cargo.toml +++ b/rust/notcurses/Cargo.toml @@ -11,7 +11,7 @@ homepage = "https://nick-black.com/dankwiki/index.php/Notcurses" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -libnotcurses-sys = "^1.4.4" +libnotcurses-sys = "^1.4.4.1" libc = "0.2.66" libc-stdhandle = ">= 0.1.0"