From c08c9b7f7f111c59802b6705bc16b85ae5625fce Mon Sep 17 00:00:00 2001 From: nick black Date: Fri, 22 May 2020 09:18:39 -0400 Subject: [PATCH] v1.4.3 --- CMakeLists.txt | 2 +- NEWS.md | 2 +- doc/Doxyfile | 2 +- doc/man/index.html | 2 +- doc/man/man1/notcurses-demo.1.md | 2 +- doc/man/man1/notcurses-input.1.md | 2 +- doc/man/man1/notcurses-ncreel.1.md | 2 +- doc/man/man1/notcurses-pydemo.1.md | 2 +- doc/man/man1/notcurses-tester.1.md | 2 +- doc/man/man1/notcurses-tetris.1.md | 2 +- doc/man/man1/notcurses-view.1.md | 2 +- doc/man/man3/notcurses.3.md | 2 +- doc/man/man3/notcurses_cell.3.md | 2 +- doc/man/man3/notcurses_channels.3.md | 2 +- doc/man/man3/notcurses_directmode.3.md | 2 +- doc/man/man3/notcurses_error.3.md | 2 +- doc/man/man3/notcurses_fade.3.md | 2 +- doc/man/man3/notcurses_fds.3.md | 2 +- doc/man/man3/notcurses_init.3.md | 2 +- doc/man/man3/notcurses_input.3.md | 2 +- doc/man/man3/notcurses_lines.3.md | 2 +- doc/man/man3/notcurses_menu.3.md | 2 +- doc/man/man3/notcurses_multiselector.3.md | 2 +- doc/man/man3/notcurses_output.3.md | 2 +- doc/man/man3/notcurses_palette.3.md | 2 +- doc/man/man3/notcurses_plane.3.md | 2 +- doc/man/man3/notcurses_plot.3.md | 2 +- doc/man/man3/notcurses_reader.3.md | 2 +- doc/man/man3/notcurses_reel.3.md | 2 +- doc/man/man3/notcurses_refresh.3.md | 2 +- doc/man/man3/notcurses_render.3.md | 2 +- doc/man/man3/notcurses_selector.3.md | 2 +- doc/man/man3/notcurses_stats.3.md | 2 +- doc/man/man3/notcurses_stdplane.3.md | 2 +- doc/man/man3/notcurses_stop.3.md | 2 +- doc/man/man3/notcurses_visual.3.md | 2 +- python/setup.py | 2 +- rust/libnotcurses-sys/Cargo.toml | 2 +- rust/notcurses/Cargo.toml | 2 +- 39 files changed, 39 insertions(+), 39 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c8e0aa093..6a9c9a3ab 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.14) -project(notcurses VERSION 1.4.2.4 +project(notcurses VERSION 1.4.3 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 ffa9fdcce..83720f5f9 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.2.5 (not yet released) +* 1.4.3 (2020-05-22) * Plot: make 8x1 the default, instead of 1x1. * Add `PREFIXFMT`, `BPREFIXFMT`, and `IPREFIXFMT` macros for `ncmetric()`. In order to properly use `printf(3)`'s field width capability, these diff --git a/doc/Doxyfile b/doc/Doxyfile index a9d1c4bea..d8ee61f9c 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.2.4 +PROJECT_NUMBER = 1.4.3 # 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 9ac3436f6..9e588dbbb 100644 --- a/doc/man/index.html +++ b/doc/man/index.html @@ -20,7 +20,7 @@

-

notcurses man pages (v1.4.2.4)

+

notcurses man pages (v1.4.3)

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 fec0e07f7..e39d51ef1 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.2.4 +% v1.4.3 # NAME diff --git a/doc/man/man1/notcurses-input.1.md b/doc/man/man1/notcurses-input.1.md index 030953662..8fae0511b 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.2.4 +% v1.4.3 # NAME diff --git a/doc/man/man1/notcurses-ncreel.1.md b/doc/man/man1/notcurses-ncreel.1.md index 78b2264ea..46785b4ea 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.2.4 +% v1.4.3 # NAME diff --git a/doc/man/man1/notcurses-pydemo.1.md b/doc/man/man1/notcurses-pydemo.1.md index e81076d7a..d9d54de93 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.2.4 +% v1.4.3 # NAME diff --git a/doc/man/man1/notcurses-tester.1.md b/doc/man/man1/notcurses-tester.1.md index 48e225bd3..bd95e72e9 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.2.4 +% v1.4.3 # NAME diff --git a/doc/man/man1/notcurses-tetris.1.md b/doc/man/man1/notcurses-tetris.1.md index 8ab896f17..573fb3a86 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.2.4 +% v1.4.3 # NAME diff --git a/doc/man/man1/notcurses-view.1.md b/doc/man/man1/notcurses-view.1.md index 1da4147f4..bb39cbe28 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.2.4 +% v1.4.3 # NAME diff --git a/doc/man/man3/notcurses.3.md b/doc/man/man3/notcurses.3.md index 14d270d7b..5cf49c0d9 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.2.4 +% v1.4.3 # NAME diff --git a/doc/man/man3/notcurses_cell.3.md b/doc/man/man3/notcurses_cell.3.md index 285691fbc..e101295a9 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.2.4 +% v1.4.3 # NAME diff --git a/doc/man/man3/notcurses_channels.3.md b/doc/man/man3/notcurses_channels.3.md index 538c5a85b..b9e213da1 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.2.4 +% v1.4.3 # NAME diff --git a/doc/man/man3/notcurses_directmode.3.md b/doc/man/man3/notcurses_directmode.3.md index 25986aadc..fb88e4ac0 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.2.4 +% v1.4.3 # NAME diff --git a/doc/man/man3/notcurses_error.3.md b/doc/man/man3/notcurses_error.3.md index de6f56341..ec1f90d56 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.2.4 +% v1.4.3 # NAME diff --git a/doc/man/man3/notcurses_fade.3.md b/doc/man/man3/notcurses_fade.3.md index 5b0a7822f..cbd1a37f3 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.2.4 +% v1.4.3 # NAME diff --git a/doc/man/man3/notcurses_fds.3.md b/doc/man/man3/notcurses_fds.3.md index dbbba9c62..97808ec76 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.2.4 +% v1.4.3 # NAME diff --git a/doc/man/man3/notcurses_init.3.md b/doc/man/man3/notcurses_init.3.md index 0a4a2a3aa..c7356052d 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.2.4 +% v1.4.3 # NAME diff --git a/doc/man/man3/notcurses_input.3.md b/doc/man/man3/notcurses_input.3.md index 5cab4dd94..01f5a2117 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.2.4 +% v1.4.3 # NAME diff --git a/doc/man/man3/notcurses_lines.3.md b/doc/man/man3/notcurses_lines.3.md index 0ad86f8fb..51e4ce935 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.2.4 +% v1.4.3 # NAME diff --git a/doc/man/man3/notcurses_menu.3.md b/doc/man/man3/notcurses_menu.3.md index a105b0f8a..2207f39d4 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.2.4 +% v1.4.3 # NAME diff --git a/doc/man/man3/notcurses_multiselector.3.md b/doc/man/man3/notcurses_multiselector.3.md index e859ef93d..f0ab06fa6 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.2.4 +% v1.4.3 # NAME diff --git a/doc/man/man3/notcurses_output.3.md b/doc/man/man3/notcurses_output.3.md index d3e4a3924..e6930d812 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.2.4 +% v1.4.3 # NAME diff --git a/doc/man/man3/notcurses_palette.3.md b/doc/man/man3/notcurses_palette.3.md index a38bbcd7a..25b4499eb 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.2.4 +% v1.4.3 # NAME diff --git a/doc/man/man3/notcurses_plane.3.md b/doc/man/man3/notcurses_plane.3.md index ddee449d4..020c62ee4 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.2.4 +% v1.4.3 # NAME diff --git a/doc/man/man3/notcurses_plot.3.md b/doc/man/man3/notcurses_plot.3.md index 0f1d80add..ec77e4a5f 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.2.4 +% v1.4.3 # NAME diff --git a/doc/man/man3/notcurses_reader.3.md b/doc/man/man3/notcurses_reader.3.md index f196234f0..c4dfc22e7 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.2.4 +% v1.4.3 # NAME diff --git a/doc/man/man3/notcurses_reel.3.md b/doc/man/man3/notcurses_reel.3.md index 1416aae42..6c3dd6e6d 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.2.4 +% v1.4.3 # NAME diff --git a/doc/man/man3/notcurses_refresh.3.md b/doc/man/man3/notcurses_refresh.3.md index cdd7cc49e..21c4c4011 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.2.4 +% v1.4.3 # NAME diff --git a/doc/man/man3/notcurses_render.3.md b/doc/man/man3/notcurses_render.3.md index f323515c8..6aa428f65 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.2.4 +% v1.4.3 # NAME diff --git a/doc/man/man3/notcurses_selector.3.md b/doc/man/man3/notcurses_selector.3.md index 8fa42a3e3..79dc0be6f 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.2.4 +% v1.4.3 # NAME diff --git a/doc/man/man3/notcurses_stats.3.md b/doc/man/man3/notcurses_stats.3.md index 394741b2a..ccd006cba 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.2.4 +% v1.4.3 # NAME diff --git a/doc/man/man3/notcurses_stdplane.3.md b/doc/man/man3/notcurses_stdplane.3.md index 18dc57d75..a36244f6c 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.2.4 +% v1.4.3 # NAME diff --git a/doc/man/man3/notcurses_stop.3.md b/doc/man/man3/notcurses_stop.3.md index 9f8e7e5c8..ffeeb1289 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.2.4 +% v1.4.3 # NAME diff --git a/doc/man/man3/notcurses_visual.3.md b/doc/man/man3/notcurses_visual.3.md index 3dfef7890..60555a61f 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.2.4 +% v1.4.3 # NAME notcurses_ncvisual - notcurses multimedia diff --git a/python/setup.py b/python/setup.py index 68a774514..c8ab1e44a 100644 --- a/python/setup.py +++ b/python/setup.py @@ -6,7 +6,7 @@ def read(fname): setup( name="notcurses", - version="1.4.2.4", + version="1.4.3", packages=['notcurses'], package_dir={'': 'src'}, author="Nick Black", diff --git a/rust/libnotcurses-sys/Cargo.toml b/rust/libnotcurses-sys/Cargo.toml index 4e6c4c326..cbe5ff9e3 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.2" +version = "1.4.3" links = "notcurses" build = "build.rs" edition = "2018" diff --git a/rust/notcurses/Cargo.toml b/rust/notcurses/Cargo.toml index 2d2e31fc3..f5cc24494 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.2" +libnotcurses-sys = "^1.4.3" libc = "0.2.66" libc-stdhandle = ">= 0.1.0"