This commit is contained in:
nick black 2020-01-09 05:49:52 -05:00
parent 1be4025289
commit 5a555ff917
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC
21 changed files with 27 additions and 20 deletions

View File

@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.14)
project(notcurses VERSION 1.0.1
project(notcurses VERSION 1.0.2
DESCRIPTION "UI for modern terminal emulators"
HOMEPAGE_URL "https://nick-black.com/dankwiki/index.php/notcurses"
LANGUAGES C CXX)

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
notcurses (1.0.2-1) unstable; urgency=medium
* New upstream version
* Update debian symbol list
-- Nick Black <dankamongmen@gmail.com> Thu, 09 Jan 2020 05:50:04 -0500
notcurses (1.0.1-1) unstable; urgency=medium
* Add python3-all-dev build-dep (#149)

View File

@ -1,4 +1,4 @@
.TH notcurses-demo 1 "v1.0.1"
.TH notcurses-demo 1 "v1.0.2"
.SH NAME
notcurses-demo \- Show off some notcurses features
.SH SYNOPSIS

View File

@ -1,4 +1,4 @@
.TH notcurses-input. 1 "v1.0.1"
.TH notcurses-input. 1 "v1.0.2"
.SH NAME
notcurses-input \- Display and decode input
.SH SYNOPSIS

View File

@ -1,4 +1,4 @@
.TH notcurses-planereel 1 "v1.0.1"
.TH notcurses-planereel 1 "v1.0.2"
.SH NAME
notcurses-planereel \- Experiment with panelreels
.SH SYNOPSIS

View File

@ -1,4 +1,4 @@
.TH notcurses-view 1 "v1.0.1"
.TH notcurses-view 1 "v1.0.2"
.SH NAME
notcurses-view \- Render multimedia to the terminal
.SH SYNOPSIS

View File

@ -1,6 +1,6 @@
% notcurses(3)
% nick black <nickblack@linux.com>
% v1.0.1
% v1.0.2
# NAME

View File

@ -1,6 +1,6 @@
% notcurses_cell(3)
% nick black <nickblack@linux.com>
% v1.0.1
% v1.0.2
# NAME

View File

@ -1,6 +1,6 @@
% notcurses_channels(3)
% nick black <nickblack@linux.com>
% v1.0.1
% v1.0.2
# NAME

View File

@ -1,6 +1,6 @@
% notcurses_init(3)
% nick black <nickblack@linux.com>
% v1.0.1
% v1.0.2
# NAME

View File

@ -1,6 +1,6 @@
% notcurses_input(3)
% nick black <nickblack@linux.com>
% v1.0.1
% v1.0.2
# NAME

View File

@ -1,6 +1,6 @@
% notcurses_lines(3)
% nick black <nickblack@linux.com>
% v1.0.1
% v1.0.2
# NAME

View File

@ -1,6 +1,6 @@
% notcurses_ncplane(3)
% nick black <nickblack@linux.com>
% v1.0.1
% v1.0.2
# NAME

View File

@ -1,6 +1,6 @@
% notcurses_ncvisual(3)
% nick black <nickblack@linux.com>
% v1.0.1
% v1.0.2
# NAME
notcurses_ncvisual - notcurses multimedia

View File

@ -1,6 +1,6 @@
% notcurses_output(3)
% nick black <nickblack@linux.com>
% v1.0.1
% v1.0.2
# NAME

View File

@ -1,6 +1,6 @@
% notcurses_panelreels(3)
% nick black <nickblack@linux.com>
% v1.0.1
% v1.0.2
# NAME

View File

@ -1,6 +1,6 @@
% notcurses_render(3)
% nick black <nickblack@linux.com>
% v1.0.1
% v1.0.2
# NAME

View File

@ -1,6 +1,6 @@
% notcurses_stats(3)
% nick black <nickblack@linux.com>
% v1.0.1
% v1.0.2
# NAME

View File

@ -1,6 +1,6 @@
% notcurses_stdplane(3)
% nick black <nickblack@linux.com>
% v1.0.1
% v1.0.2
# NAME

View File

@ -1,6 +1,6 @@
% notcurses_stop(3)
% nick black <nickblack@linux.com>
% v1.0.1
% v1.0.2
# NAME

View File

@ -1,6 +1,6 @@
[package]
name = "notcurses"
version = "1.0.1"
version = "1.0.2"
authors = ["nick black <dankamongmen@gmail.com>"]
edition = "2018"
license = "Apache-2.0"