Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dankamongmen committed Jan 9, 2020
1 parent 2cad274 commit 7e40453
Show file tree
Hide file tree
Showing 21 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion doc/man/man1/notcurses-demo.1
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/man/man1/notcurses-input.1
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/man/man1/notcurses-planereel.1
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/man/man1/notcurses-view.1
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions doc/man/man3/notcurses.3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% notcurses(3)
% nick black <[email protected]>
% v1.1.0
% v1.0.1

# NAME

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/man/man3/notcurses_cell.3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% notcurses_cell(3)
% nick black <[email protected]>
% v1.1.0
% v1.0.1

# NAME

Expand Down
2 changes: 1 addition & 1 deletion doc/man/man3/notcurses_channels.3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% notcurses_channels(3)
% nick black <[email protected]>
% v1.1.0
% v1.0.1

# NAME

Expand Down
2 changes: 1 addition & 1 deletion doc/man/man3/notcurses_init.3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% notcurses_init(3)
% nick black <[email protected]>
% v1.1.0
% v1.0.1

# NAME

Expand Down
4 changes: 2 additions & 2 deletions doc/man/man3/notcurses_input.3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% notcurses_input(3)
% nick black <[email protected]>
% v1.1.0
% v1.0.1

# NAME

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/man/man3/notcurses_lines.3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% notcurses_lines(3)
% nick black <[email protected]>
% v1.1.0
% v1.0.1

# NAME

Expand Down
2 changes: 1 addition & 1 deletion doc/man/man3/notcurses_ncplane.3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% notcurses_ncplane(3)
% nick black <[email protected]>
% v1.1.0
% v1.0.1

# NAME

Expand Down
2 changes: 1 addition & 1 deletion doc/man/man3/notcurses_ncvisual.3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% notcurses_ncvisual(3)
% nick black <[email protected]>
% v1.1.0
% v1.0.1

# NAME
notcurses_ncvisual - notcurses multimedia
Expand Down
2 changes: 1 addition & 1 deletion doc/man/man3/notcurses_output.3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% notcurses_output(3)
% nick black <[email protected]>
% v1.1.0
% v1.0.1

# NAME

Expand Down
2 changes: 1 addition & 1 deletion doc/man/man3/notcurses_panelreel.3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% notcurses_panelreels(3)
% nick black <[email protected]>
% v1.1.0
% v1.0.1

# NAME

Expand Down
2 changes: 1 addition & 1 deletion doc/man/man3/notcurses_render.3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% notcurses_render(3)
% nick black <[email protected]>
% v1.1.0
% v1.0.1

# NAME

Expand Down
2 changes: 1 addition & 1 deletion doc/man/man3/notcurses_stats.3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% notcurses_stats(3)
% nick black <[email protected]>
% v1.1.0
% v1.0.1

# NAME

Expand Down
2 changes: 1 addition & 1 deletion doc/man/man3/notcurses_stdplane.3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% notcurses_stdplane(3)
% nick black <[email protected]>
% v1.1.0
% v1.0.1

# NAME

Expand Down
2 changes: 1 addition & 1 deletion doc/man/man3/notcurses_stop.3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% notcurses_stop(3)
% nick black <[email protected]>
% v1.1.0
% v1.0.1

# NAME

Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "notcurses"
version = "1.1.0"
version = "1.0.1"
authors = ["nick black <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand Down

0 comments on commit 7e40453

Please sign in to comment.