mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
release.sh: NEWS not CHANGELOG
This commit is contained in:
parent
6a22040584
commit
5a46aee74b
2
NEWS.md
2
NEWS.md
@ -1,7 +1,7 @@
|
|||||||
This document attempts to list user-visible changes and any major internal
|
This document attempts to list user-visible changes and any major internal
|
||||||
rearrangements of Notcurses.
|
rearrangements of Notcurses.
|
||||||
|
|
||||||
* 1.3.5 (not yet released)
|
* 1.4.0 (not yet released)
|
||||||
* `ncplane_content()` was added. It allows all non-null glyphs of a plane to
|
* `ncplane_content()` was added. It allows all non-null glyphs of a plane to
|
||||||
be returned as a nul-terminated, heap-allocated string.
|
be returned as a nul-terminated, heap-allocated string.
|
||||||
* `ncreader` was added. This widget allows freeform input to be edited in a
|
* `ncreader` was added. This widget allows freeform input to be edited in a
|
||||||
|
@ -9,7 +9,7 @@ usage() { echo "usage: `basename $0` oldversion newversion" ; }
|
|||||||
OLDVERSION="$1"
|
OLDVERSION="$1"
|
||||||
VERSION="$2"
|
VERSION="$2"
|
||||||
|
|
||||||
vi CHANGELOG.md
|
vi NEWS.md
|
||||||
|
|
||||||
git clean -f -d -x
|
git clean -f -d -x
|
||||||
BUMP="CMakeLists.txt doc/Doxyfile doc/FreeBSD-Makefile doc/man/man*/* doc/man/index.html python/setup.py rust/*/Cargo.toml rust/libnotcurses-sys/build.rs"
|
BUMP="CMakeLists.txt doc/Doxyfile doc/FreeBSD-Makefile doc/man/man*/* doc/man/index.html python/setup.py rust/*/Cargo.toml rust/libnotcurses-sys/build.rs"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user