Skip to content

Commit

Permalink
v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dankamongmen committed Jun 19, 2020
1 parent 97a9969 commit 64d4221
Show file tree
Hide file tree
Showing 41 changed files with 44 additions and 44 deletions.
6 changes: 3 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
This document attempts to list user-visible changes and any major internal
rearrangements of Notcurses.

* 1.5.2 (not yet released)
* 1.5.2 (2020-06-19)
* The `ncneofetch` program has been added, of no great consequence.
* A `NULL` value can now be passed as `sbytes` to `ncplane_puttext()`.
* `ncvisual_geom()` now takes scaling into account.
* `notcurses_cantruecolor()` has been added, allowing clients to
determine whether the full RGB space is available to us. If not,
we only have palette-indexed pseudocolor.

* 1.5.1 (2020-07-15)
* 1.5.1 (2020-06-15)
* The semantics of rendering have changed slightly. In 1.5.0 and prior
versions, a cell without a glyph was replaced *in toto* by that plane's
base cell at rendering time. The replacement is now tripartite: if there
Expand All @@ -29,7 +29,7 @@ rearrangements of Notcurses.
`int*`s `ymax` and `xmax`. The actual size of the drawn code is
returned in these parameters.

* 1.5.0 (2020-07-08)
* 1.5.0 (2020-06-08)
* The various `bool`s of `struct notcurses_options` have been folded into
that `struct`'s `flags` field. Each `bool` has its own `NCOPTION_`.
* Added a Pixel API for working directly with the contents of `ncvisual`s,
Expand Down
2 changes: 1 addition & 1 deletion doc/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.1
PROJECT_NUMBER = 1.5.2

# 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
Expand Down
2 changes: 1 addition & 1 deletion doc/man/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</center>
</font>
<hr>
<h1><a href="https://nick-black.com/dankwiki/index.php/Notcurses">notcurses</a> man pages (v1.5.1)</h1>
<h1><a href="https://nick-black.com/dankwiki/index.php/Notcurses">notcurses</a> man pages (v1.5.2)</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/>
Expand Down
2 changes: 1 addition & 1 deletion doc/man/man1/ncneofetch.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% ncneofetch(1)
% nick black <[email protected]>
% v1.5.1
% v1.5.2

# NAME

Expand Down
2 changes: 1 addition & 1 deletion doc/man/man1/notcurses-demo.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% notcurses-demo(1)
% nick black <[email protected]>
% v1.5.1
% v1.5.2

# NAME

Expand Down
2 changes: 1 addition & 1 deletion doc/man/man1/notcurses-input.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% notcurses-input(1)
% nick black <[email protected]>
% v1.5.1
% v1.5.2

# NAME

Expand Down
2 changes: 1 addition & 1 deletion doc/man/man1/notcurses-ncreel.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% notcurses-ncreel(1)
% nick black <[email protected]>
% v1.5.1
% v1.5.2

# NAME

Expand Down
2 changes: 1 addition & 1 deletion doc/man/man1/notcurses-pydemo.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% notcurses-pydemo(1)
% nick black <[email protected]>
% v1.5.1
% v1.5.2

# NAME

Expand Down
2 changes: 1 addition & 1 deletion doc/man/man1/notcurses-tester.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% notcurses-tester(1)
% nick black <[email protected]>
% v1.5.1
% v1.5.2

# NAME

Expand Down
2 changes: 1 addition & 1 deletion doc/man/man1/notcurses-tetris.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% notcurses-tetris(1)
% nick black <[email protected]>
% v1.5.1
% v1.5.2

# NAME

Expand Down
2 changes: 1 addition & 1 deletion doc/man/man1/notcurses-view.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% notcurses-view(1)
% nick black <[email protected]>
% v1.5.1
% v1.5.2

# NAME

Expand Down
2 changes: 1 addition & 1 deletion 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.5.1
% v1.5.2

# NAME

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.5.1
% v1.5.2

# 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.5.1
% v1.5.2

# NAME

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

# NAME

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

# NAME

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

# NAME

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

# 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.5.1
% v1.5.2

# NAME

Expand Down
2 changes: 1 addition & 1 deletion 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.5.1
% v1.5.2

# NAME

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.5.1
% v1.5.2

# NAME

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

# NAME

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

# NAME

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

# NAME

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.5.1
% v1.5.2

# NAME

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

# NAME

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

# NAME

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

# NAME

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

# NAME

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

# NAME

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

# 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.5.1
% v1.5.2

# NAME

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

# 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.5.1
% v1.5.2

# 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.5.1
% v1.5.2

# 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.5.1
% v1.5.2

# NAME

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

# NAME
notcurses_visual - notcurses multimedia
Expand Down
2 changes: 1 addition & 1 deletion doc/release-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
## Release

* Run tools/release.sh $OLDVERSION $VERSION
* Finalize CHANGELOG.md
* Opens an editor to finalize NEWS.md
* Bumps version numbers everywhere they need bumping
* Commits changes, tags result with v$VERSION, pushes tag
* Downloads new tarball and signs it
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def read(fname):

setup(
name="notcurses",
version="1.5.1",
version="1.5.2",
packages=['notcurses'],
package_dir={'': 'src'},
author="Nick Black",
Expand Down
2 changes: 1 addition & 1 deletion rust/libnotcurses-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1"
version = "1.5.2"
links = "notcurses"
build = "build.rs"
edition = "2018"
Expand Down
4 changes: 2 additions & 2 deletions rust/notcurses/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "notcurses"
version = "1.5.1"
version = "1.5.2"
authors = ["nick black <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand All @@ -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.1"
libnotcurses-sys = "^1.5.2"
libc = "0.2.66"
libc-stdhandle = ">= 0.1.0"

Expand Down

0 comments on commit 64d4221

Please sign in to comment.