From 3bc9a4cfa2447caa1c71275d2b3754d44725417b Mon Sep 17 00:00:00 2001 From: nick black Date: Fri, 5 Jun 2020 06:09:17 -0400 Subject: [PATCH] v1.4.5 --- 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_metric.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 | 4 ++-- 40 files changed, 41 insertions(+), 41 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 57c22f45bb..2e91e5961f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.14) -project(notcurses VERSION 1.4.4.1 +project(notcurses VERSION 1.4.5 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 15bb90fe3a..348353941a 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.5 (not yet released) +* 1.4.5 (2020-06-04) * `ncblit_rgba()` and `ncblit_bgrx()` have replaced most of their arguments with a `const struct ncvisual_options*`. `NCBLIT_DEFAULT` will use `NCBLITTER_2x1` (with fallback) in this context. The `->n` field must diff --git a/doc/Doxyfile b/doc/Doxyfile index 752128f933..9b887473a9 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.1 +PROJECT_NUMBER = 1.4.5 # 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 47c8fdbfb9..147deaa7c0 100644 --- a/doc/man/index.html +++ b/doc/man/index.html @@ -22,7 +22,7 @@
-

notcurses man pages (v1.4.4.1)

+

notcurses man pages (v1.4.5)

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 77c1904ae4..a71b10c743 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.1 +% v1.4.5 # NAME diff --git a/doc/man/man1/notcurses-input.1.md b/doc/man/man1/notcurses-input.1.md index e04e803afb..ee8c54a5b6 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.1 +% v1.4.5 # NAME diff --git a/doc/man/man1/notcurses-ncreel.1.md b/doc/man/man1/notcurses-ncreel.1.md index 553a98b6b3..8238027285 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.1 +% v1.4.5 # NAME diff --git a/doc/man/man1/notcurses-pydemo.1.md b/doc/man/man1/notcurses-pydemo.1.md index f14fa2b23f..06f4128a49 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.1 +% v1.4.5 # NAME diff --git a/doc/man/man1/notcurses-tester.1.md b/doc/man/man1/notcurses-tester.1.md index a25b31df8f..1b3a0889de 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.1 +% v1.4.5 # NAME diff --git a/doc/man/man1/notcurses-tetris.1.md b/doc/man/man1/notcurses-tetris.1.md index faa58bbb3a..90f556fbf9 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.1 +% v1.4.5 # NAME diff --git a/doc/man/man1/notcurses-view.1.md b/doc/man/man1/notcurses-view.1.md index b61f318d51..bdc933b2f2 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.1 +% v1.4.5 # NAME diff --git a/doc/man/man3/notcurses.3.md b/doc/man/man3/notcurses.3.md index fdc683c6f5..81848f0817 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.1 +% v1.4.5 # NAME diff --git a/doc/man/man3/notcurses_cell.3.md b/doc/man/man3/notcurses_cell.3.md index f00510661f..d47fefaa12 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.1 +% v1.4.5 # NAME diff --git a/doc/man/man3/notcurses_channels.3.md b/doc/man/man3/notcurses_channels.3.md index c65d0124b5..8f99902875 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.1 +% v1.4.5 # NAME diff --git a/doc/man/man3/notcurses_directmode.3.md b/doc/man/man3/notcurses_directmode.3.md index 001cc12824..487749b8f2 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.1 +% v1.4.5 # NAME diff --git a/doc/man/man3/notcurses_error.3.md b/doc/man/man3/notcurses_error.3.md index 190efa1532..56d74f475e 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.1 +% v1.4.5 # NAME diff --git a/doc/man/man3/notcurses_fade.3.md b/doc/man/man3/notcurses_fade.3.md index ab9a165654..054b240e14 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.1 +% v1.4.5 # NAME diff --git a/doc/man/man3/notcurses_fds.3.md b/doc/man/man3/notcurses_fds.3.md index 22f7801d1a..a80b78ee18 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.1 +% v1.4.5 # NAME diff --git a/doc/man/man3/notcurses_init.3.md b/doc/man/man3/notcurses_init.3.md index aca651eaea..8635263dd8 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.1 +% v1.4.5 # NAME diff --git a/doc/man/man3/notcurses_input.3.md b/doc/man/man3/notcurses_input.3.md index 415e5e7abd..49f8c04395 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.1 +% v1.4.5 # NAME diff --git a/doc/man/man3/notcurses_lines.3.md b/doc/man/man3/notcurses_lines.3.md index 5a11ff2718..7a8fc6b486 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.1 +% v1.4.5 # NAME diff --git a/doc/man/man3/notcurses_menu.3.md b/doc/man/man3/notcurses_menu.3.md index 3621b893d1..5da9c51b78 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.1 +% v1.4.5 # NAME diff --git a/doc/man/man3/notcurses_metric.3.md b/doc/man/man3/notcurses_metric.3.md index d9c8d0a229..d27b5703cb 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.1 +% v1.4.5 # NAME diff --git a/doc/man/man3/notcurses_multiselector.3.md b/doc/man/man3/notcurses_multiselector.3.md index 91eb976a67..c0e1982efd 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.1 +% v1.4.5 # NAME diff --git a/doc/man/man3/notcurses_output.3.md b/doc/man/man3/notcurses_output.3.md index 745289c540..a46c06c163 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.1 +% v1.4.5 # NAME diff --git a/doc/man/man3/notcurses_palette.3.md b/doc/man/man3/notcurses_palette.3.md index 57414de177..0ba6783284 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.1 +% v1.4.5 # NAME diff --git a/doc/man/man3/notcurses_plane.3.md b/doc/man/man3/notcurses_plane.3.md index b672c9b381..57af9f0b71 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.1 +% v1.4.5 # NAME diff --git a/doc/man/man3/notcurses_plot.3.md b/doc/man/man3/notcurses_plot.3.md index 2fd3a2a713..4c5490916f 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.1 +% v1.4.5 # NAME diff --git a/doc/man/man3/notcurses_reader.3.md b/doc/man/man3/notcurses_reader.3.md index 1e4b50a585..3cec1e83e3 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.1 +% v1.4.5 # NAME diff --git a/doc/man/man3/notcurses_reel.3.md b/doc/man/man3/notcurses_reel.3.md index edda199d17..488340c0ab 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.1 +% v1.4.5 # NAME diff --git a/doc/man/man3/notcurses_refresh.3.md b/doc/man/man3/notcurses_refresh.3.md index 005d5fe223..162bc0bc7a 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.1 +% v1.4.5 # NAME diff --git a/doc/man/man3/notcurses_render.3.md b/doc/man/man3/notcurses_render.3.md index 637d2c393b..4870b8e381 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.1 +% v1.4.5 # NAME diff --git a/doc/man/man3/notcurses_selector.3.md b/doc/man/man3/notcurses_selector.3.md index a9b0f72ca7..aaab4b63e0 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.1 +% v1.4.5 # NAME diff --git a/doc/man/man3/notcurses_stats.3.md b/doc/man/man3/notcurses_stats.3.md index 94baf712dd..39a0d4f1d3 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.1 +% v1.4.5 # NAME diff --git a/doc/man/man3/notcurses_stdplane.3.md b/doc/man/man3/notcurses_stdplane.3.md index 7d3b8cc1e6..7f8b6d5f38 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.1 +% v1.4.5 # NAME diff --git a/doc/man/man3/notcurses_stop.3.md b/doc/man/man3/notcurses_stop.3.md index 7921e2df93..ae501c26af 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.1 +% v1.4.5 # NAME diff --git a/doc/man/man3/notcurses_visual.3.md b/doc/man/man3/notcurses_visual.3.md index 8b486839a8..cc52acdc28 100644 --- a/doc/man/man3/notcurses_visual.3.md +++ b/doc/man/man3/notcurses_visual.3.md @@ -1,6 +1,6 @@ % notcurses_visual(3) % nick black -% v1.4.4.1 +% v1.4.5 # NAME notcurses_visual - notcurses multimedia diff --git a/python/setup.py b/python/setup.py index 43f4bbc8b9..3821449cde 100644 --- a/python/setup.py +++ b/python/setup.py @@ -6,7 +6,7 @@ def read(fname): setup( name="notcurses", - version="1.4.4.1", + version="1.4.5", packages=['notcurses'], package_dir={'': 'src'}, author="Nick Black", diff --git a/rust/libnotcurses-sys/Cargo.toml b/rust/libnotcurses-sys/Cargo.toml index 1cd819c9f6..c99b3d4fda 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.5" links = "notcurses" build = "build.rs" edition = "2018" diff --git a/rust/notcurses/Cargo.toml b/rust/notcurses/Cargo.toml index f7627c9f20..e2161a988f 100644 --- a/rust/notcurses/Cargo.toml +++ b/rust/notcurses/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "notcurses" -version = "1.4.4" +version = "1.4.5" authors = ["nick black "] edition = "2018" license = "Apache-2.0" @@ -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.5" libc = "0.2.66" libc-stdhandle = ">= 0.1.0"