This commit is contained in:
nick black 2020-06-28 16:18:57 -04:00
parent b6aa91bf4c
commit 6ab11e679f
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC
41 changed files with 42 additions and 42 deletions

View File

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

View File

@ -1,7 +1,7 @@
This document attempts to list user-visible changes and any major internal
rearrangements of Notcurses.
* 1.5.3 (not yet released)
* 1.5.3 (2020-06-28)
* The default blitter when `NCSCALE_STRETCH` is used is now `NCBLIT_2x2`,
replacing `NCBLIT_2x1`. It is not the default for `NCSCALE_NONE` and
`NCSCALE_SCALE` because it does not preserve aspect ratio.

View File

@ -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.5.2
PROJECT_NUMBER = 1.5.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

View File

@ -23,7 +23,7 @@
</center>
</font>
<hr>
<h1><a href="https://nick-black.com/dankwiki/index.php/Notcurses">notcurses</a> man pages (v1.5.2)</h1>
<h1><a href="https://nick-black.com/dankwiki/index.php/Notcurses">notcurses</a> man pages (v1.5.3)</h1>
<a href="notcurses.3.html">notcurses(3)</a>—a blingful TUI library<br/>
<h2>Binaries (section 1)</h2>
<a href="ncneofetch.1.html">ncneofetch</a>—generate low-effort posts for r/unixporn<br/>

View File

@ -1,6 +1,6 @@
% ncneofetch(1)
% nick black <nickblack@linux.com>
% v1.5.2
% v1.5.3
# NAME

View File

@ -1,6 +1,6 @@
% notcurses-demo(1)
% nick black <nickblack@linux.com>
% v1.5.2
% v1.5.3
# NAME

View File

@ -1,6 +1,6 @@
% notcurses-input(1)
% nick black <nickblack@linux.com>
% v1.5.2
% v1.5.3
# NAME

View File

@ -1,6 +1,6 @@
% notcurses-ncreel(1)
% nick black <nickblack@linux.com>
% v1.5.2
% v1.5.3
# NAME

View File

@ -1,6 +1,6 @@
% notcurses-pydemo(1)
% nick black <nickblack@linux.com>
% v1.5.2
% v1.5.3
# NAME

View File

@ -1,6 +1,6 @@
% notcurses-tester(1)
% nick black <nickblack@linux.com>
% v1.5.2
% v1.5.3
# NAME

View File

@ -1,6 +1,6 @@
% notcurses-tetris(1)
% nick black <nickblack@linux.com>
% v1.5.2
% v1.5.3
# NAME

View File

@ -1,6 +1,6 @@
% notcurses-view(1)
% nick black <nickblack@linux.com>
% v1.5.2
% v1.5.3
# NAME

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
% ncdirect_init(3)
% nick black <nickblack@linux.com>
% v1.5.2
% v1.5.3
# NAME

View File

@ -1,6 +1,6 @@
% notcurses_error(3)
% nick black <nickblack@linux.com>
% v1.5.2
% v1.5.3
# NAME

View File

@ -1,6 +1,6 @@
% notcurses_fade(3)
% nick black <nickblack@linux.com>
% v1.5.2
% v1.5.3
# NAME

View File

@ -1,6 +1,6 @@
% notcurses_fds(3)
% nick black <nickblack@linux.com>
% v1.5.2
% v1.5.3
# NAME

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
% notcurses_menu(3)
% nick black <nickblack@linux.com>
% v1.5.2
% v1.5.3
# NAME

View File

@ -1,6 +1,6 @@
% notcurses_metric(3)
% nick black <nickblack@linux.com>
% v1.5.2
% v1.5.3
# NAME

View File

@ -1,6 +1,6 @@
% notcurses_multiselector(3)
% nick black <nickblack@linux.com>
% v1.5.2
% v1.5.3
# NAME

View File

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

View File

@ -1,6 +1,6 @@
% notcurses_palette(3)
% nick black <nickblack@linux.com>
% v1.5.2
% v1.5.3
# NAME

View File

@ -1,6 +1,6 @@
% notcurses_plane(3)
% nick black <nickblack@linux.com>
% v1.5.2
% v1.5.3
# NAME

View File

@ -1,6 +1,6 @@
% notcurses_plot(3)
% nick black <nickblack@linux.com>
% v1.5.2
% v1.5.3
# NAME

View File

@ -1,6 +1,6 @@
% notcurses_reader(3)
% nick black <nickblack@linux.com>
% v1.5.2
% v1.5.3
# NAME

View File

@ -1,6 +1,6 @@
% notcurses_reel(3)
% nick black <nickblack@linux.com>
% v1.5.2
% v1.5.3
# NAME

View File

@ -1,6 +1,6 @@
% notcurses_refresh(3)
% nick black <nickblack@linux.com>
% v1.5.2
% v1.5.3
# NAME

View File

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

View File

@ -1,6 +1,6 @@
% notcurses_selector(3)
% nick black <nickblack@linux.com>
% v1.5.2
% v1.5.3
# NAME

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
% notcurses_visual(3)
% nick black <nickblack@linux.com>
% v1.5.2
% v1.5.3
# NAME
notcurses_visual - notcurses multimedia

View File

@ -6,7 +6,7 @@ def read(fname):
setup(
name="notcurses",
version="1.5.2",
version="1.5.3",
packages=['notcurses'],
package_dir={'': 'src'},
author="Nick Black",

View File

@ -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.5.2"
version = "1.5.3"
links = "notcurses"
build = "build.rs"
edition = "2018"

View File

@ -1,6 +1,6 @@
[package]
name = "notcurses"
version = "1.5.2"
version = "1.5.3"
authors = ["nick black <dankamongmen@gmail.com>"]
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.5.2"
libnotcurses-sys = "^1.5.3"
libc = "0.2.66"
libc-stdhandle = ">= 0.1.0"