diff --git a/CMakeLists.txt b/CMakeLists.txt index 04c34c9c66..37133dc636 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.14) -project(notcurses VERSION 1.1.0 +project(notcurses VERSION 1.0.1 DESCRIPTION "UI for modern terminal emulators" HOMEPAGE_URL "https://nick-black.com/dankwiki/index.php/notcurses" LANGUAGES C CXX) diff --git a/debian/changelog b/debian/changelog index 958efbbd99..a3ce6d51f3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -notcurses (1.1.0-1) UNRELEASED; urgency=medium +notcurses (1.0.1-1) unstable; urgency=medium * Add python3-all-dev build-dep (#149) diff --git a/doc/man/man1/notcurses-demo.1 b/doc/man/man1/notcurses-demo.1 index 70545f4a6c..4184b8825f 100644 --- a/doc/man/man1/notcurses-demo.1 +++ b/doc/man/man1/notcurses-demo.1 @@ -1,4 +1,4 @@ -.TH notcurses-demo 1 "v1.1.0" +.TH notcurses-demo 1 "v1.0.1" .SH NAME notcurses-demo \- Show off some notcurses features .SH SYNOPSIS diff --git a/doc/man/man1/notcurses-input.1 b/doc/man/man1/notcurses-input.1 index 08b24c6b2f..d5d881466f 100644 --- a/doc/man/man1/notcurses-input.1 +++ b/doc/man/man1/notcurses-input.1 @@ -1,4 +1,4 @@ -.TH notcurses-input. 1 "v1.1.0" +.TH notcurses-input. 1 "v1.0.1" .SH NAME notcurses-input \- Display and decode input .SH SYNOPSIS diff --git a/doc/man/man1/notcurses-planereel.1 b/doc/man/man1/notcurses-planereel.1 index 95aacbeaf5..bd36654c58 100644 --- a/doc/man/man1/notcurses-planereel.1 +++ b/doc/man/man1/notcurses-planereel.1 @@ -1,4 +1,4 @@ -.TH notcurses-planereel 1 "v1.1.0" +.TH notcurses-planereel 1 "v1.0.1" .SH NAME notcurses-planereel \- Experiment with panelreels .SH SYNOPSIS diff --git a/doc/man/man1/notcurses-view.1 b/doc/man/man1/notcurses-view.1 index b4a21b57cf..a48be50663 100644 --- a/doc/man/man1/notcurses-view.1 +++ b/doc/man/man1/notcurses-view.1 @@ -1,4 +1,4 @@ -.TH notcurses-view 1 "v1.1.0" +.TH notcurses-view 1 "v1.0.1" .SH NAME notcurses-view \- Render multimedia to the terminal .SH SYNOPSIS diff --git a/doc/man/man3/notcurses.3.md b/doc/man/man3/notcurses.3.md index 2a7d88b0b2..d013009622 100644 --- a/doc/man/man3/notcurses.3.md +++ b/doc/man/man3/notcurses.3.md @@ -1,6 +1,6 @@ % notcurses(3) % nick black -% v1.1.0 +% v1.0.1 # NAME @@ -56,7 +56,7 @@ notcurses supports input from keyboards (via **stdin**) and pointing devices (vi a broker such as GPM, X, or Wayland). Input is delivered as 32-bit Unicode code points. Synthesized events such as mouse button presses and arrow keys are mapped into Unicode's -[Supplementary Private Use Area-B](https://unicode.org/charts/PDF/U1.1.00.pdf). +[Supplementary Private Use Area-B](https://unicode.org/charts/PDF/U1.0.10.pdf). Information on input is available at **notcurses_input(3)**. ## Ncplanes diff --git a/doc/man/man3/notcurses_cell.3.md b/doc/man/man3/notcurses_cell.3.md index 904928d9d0..b4f894e276 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.1.0 +% v1.0.1 # NAME diff --git a/doc/man/man3/notcurses_channels.3.md b/doc/man/man3/notcurses_channels.3.md index 3d6bd5ac42..a42ddc98d4 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.1.0 +% v1.0.1 # NAME diff --git a/doc/man/man3/notcurses_init.3.md b/doc/man/man3/notcurses_init.3.md index 981c9639da..eaa90ff387 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.1.0 +% v1.0.1 # NAME diff --git a/doc/man/man3/notcurses_input.3.md b/doc/man/man3/notcurses_input.3.md index 9ba7cee1af..9563815f31 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.1.0 +% v1.0.1 # NAME @@ -39,7 +39,7 @@ notcurses supports input from keyboards and mice, and any device that looks like them. Mouse support requires a broker such as GPM, Wayland, or Xorg, and must be explicitly enabled via **notcurses_mouse_enable(3)**. The full 32-bit range of Unicode is supported (see **unicode(7)**), with synthesized events -mapped into the [Supplementary Private Use Area-B](https://unicode.org/charts/PDF/U1.1.00.pdf). +mapped into the [Supplementary Private Use Area-B](https://unicode.org/charts/PDF/U1.0.10.pdf). Unicode characters are returned directly as UCS-32, one codepoint at a time. notcurses takes its keyboard input from **stdin**, which will be placed into diff --git a/doc/man/man3/notcurses_lines.3.md b/doc/man/man3/notcurses_lines.3.md index ed58db26fb..53404fe83c 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.1.0 +% v1.0.1 # NAME diff --git a/doc/man/man3/notcurses_ncplane.3.md b/doc/man/man3/notcurses_ncplane.3.md index c69e53f8c4..84077bb112 100644 --- a/doc/man/man3/notcurses_ncplane.3.md +++ b/doc/man/man3/notcurses_ncplane.3.md @@ -1,6 +1,6 @@ % notcurses_ncplane(3) % nick black -% v1.1.0 +% v1.0.1 # NAME diff --git a/doc/man/man3/notcurses_ncvisual.3.md b/doc/man/man3/notcurses_ncvisual.3.md index 59c901c7ab..ac7e2f2c4b 100644 --- a/doc/man/man3/notcurses_ncvisual.3.md +++ b/doc/man/man3/notcurses_ncvisual.3.md @@ -1,6 +1,6 @@ % notcurses_ncvisual(3) % nick black -% v1.1.0 +% v1.0.1 # NAME notcurses_ncvisual - notcurses multimedia diff --git a/doc/man/man3/notcurses_output.3.md b/doc/man/man3/notcurses_output.3.md index 6397ed7c30..7842eb3f25 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.1.0 +% v1.0.1 # NAME diff --git a/doc/man/man3/notcurses_panelreel.3.md b/doc/man/man3/notcurses_panelreel.3.md index d5bb33c830..6f4a5e1a73 100644 --- a/doc/man/man3/notcurses_panelreel.3.md +++ b/doc/man/man3/notcurses_panelreel.3.md @@ -1,6 +1,6 @@ % notcurses_panelreels(3) % nick black -% v1.1.0 +% v1.0.1 # NAME diff --git a/doc/man/man3/notcurses_render.3.md b/doc/man/man3/notcurses_render.3.md index c0f7f8ec4e..ebaa33a419 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.1.0 +% v1.0.1 # NAME diff --git a/doc/man/man3/notcurses_stats.3.md b/doc/man/man3/notcurses_stats.3.md index 260a49ba07..a44fe9482c 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.1.0 +% v1.0.1 # NAME diff --git a/doc/man/man3/notcurses_stdplane.3.md b/doc/man/man3/notcurses_stdplane.3.md index 2632df533e..30d9bd70b0 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.1.0 +% v1.0.1 # NAME diff --git a/doc/man/man3/notcurses_stop.3.md b/doc/man/man3/notcurses_stop.3.md index ebdbe0077c..67cd0f7d2c 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.1.0 +% v1.0.1 # NAME diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 304fc57644..1df28f1d8e 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "notcurses" -version = "1.1.0" +version = "1.0.1" authors = ["nick black "] edition = "2018" license = "Apache-2.0"