Skip to content

Commit 040ff99

Browse files
committed
v3.0.9
1 parent b6d1137 commit 040ff99

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+49
-49
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 3.14.0 introduced NAME_WLE
22
cmake_minimum_required(VERSION 3.14.0)
3-
project(notcurses VERSION 3.0.8
3+
project(notcurses VERSION 3.0.9
44
DESCRIPTION "Blingful UI for modern terminal emulators"
55
HOMEPAGE_URL "https://nick-black.com/dankwiki/index.php/notcurses"
66
LANGUAGES C)

cffi/notcurses-pydemo.1.md

Lines changed: 1 addition & 1 deletion

cffi/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def run(self):
4949

5050
setup(
5151
name="notcurses",
52-
version="3.0.8",
52+
version="3.0.9",
5353
packages=['notcurses'],
5454
scripts=['notcurses-pydemo', 'ncdirect-pydemo'],
5555
package_dir={'': 'src'},

doc/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = Notcurses
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 3.0.8
41+
PROJECT_NUMBER = 3.0.9
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

doc/man/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</a>
3939
</div>
4040
<iframe align="right" width="560" height="315" src="https://www.youtube.com/embed/dcjkezf1ARY" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
41-
<h2><a href="https://nick-black.com/dankwiki/index.php/Notcurses">notcurses</a> manual pages (<a href="https://github.com/dankamongmen/notcurses/releases/tag/v3.0.8">v3.0.8</a>)</h2>
41+
<h2><a href="https://nick-black.com/dankwiki/index.php/Notcurses">notcurses</a> manual pages (<a href="https://github.com/dankamongmen/notcurses/releases/tag/v3.0.9">v3.0.9</a>)</h2>
4242
<a href="notcurses.3.html">notcurses(3)</a>—a blingful TUI library<br/>
4343
<h3>Executables (section 1)</h3>
4444
<a href="ncls.1.html">ncls</a>—list files, displaying multimedia along with them<br/>

doc/man/man1/ncls.1.md

Lines changed: 1 addition & 1 deletion

doc/man/man1/ncneofetch.1.md

Lines changed: 1 addition & 1 deletion

doc/man/man1/ncplayer.1.md

Lines changed: 1 addition & 1 deletion

doc/man/man1/nctetris.1.md

Lines changed: 1 addition & 1 deletion

doc/man/man1/notcurses-demo.1.md

Lines changed: 1 addition & 1 deletion

doc/man/man1/notcurses-info.1.md

Lines changed: 1 addition & 1 deletion

doc/man/man1/notcurses-input.1.md

Lines changed: 1 addition & 1 deletion

doc/man/man1/notcurses-tester.1.md

Lines changed: 1 addition & 1 deletion

doc/man/man1/tfman.1.md

Lines changed: 1 addition & 1 deletion

doc/man/man3/notcurses.3.md

Lines changed: 1 addition & 1 deletion

doc/man/man3/notcurses_capabilities.3.md

Lines changed: 1 addition & 1 deletion

doc/man/man3/notcurses_cell.3.md

Lines changed: 1 addition & 1 deletion

doc/man/man3/notcurses_channels.3.md

Lines changed: 1 addition & 1 deletion

doc/man/man3/notcurses_core.3.md

Lines changed: 1 addition & 1 deletion

doc/man/man3/notcurses_direct.3.md

Lines changed: 1 addition & 1 deletion

doc/man/man3/notcurses_fade.3.md

Lines changed: 1 addition & 1 deletion

doc/man/man3/notcurses_fds.3.md

Lines changed: 1 addition & 1 deletion

doc/man/man3/notcurses_init.3.md

Lines changed: 1 addition & 1 deletion

doc/man/man3/notcurses_input.3.md

Lines changed: 1 addition & 1 deletion

doc/man/man3/notcurses_lines.3.md

Lines changed: 1 addition & 1 deletion

doc/man/man3/notcurses_menu.3.md

Lines changed: 1 addition & 1 deletion

doc/man/man3/notcurses_metric.3.md

Lines changed: 1 addition & 1 deletion

doc/man/man3/notcurses_multiselector.3.md

Lines changed: 1 addition & 1 deletion

doc/man/man3/notcurses_output.3.md

Lines changed: 1 addition & 1 deletion

doc/man/man3/notcurses_palette.3.md

Lines changed: 1 addition & 1 deletion

doc/man/man3/notcurses_pile.3.md

Lines changed: 1 addition & 1 deletion

doc/man/man3/notcurses_plane.3.md

Lines changed: 1 addition & 1 deletion

doc/man/man3/notcurses_plot.3.md

Lines changed: 1 addition & 1 deletion

doc/man/man3/notcurses_reader.3.md

Lines changed: 1 addition & 1 deletion

doc/man/man3/notcurses_reel.3.md

Lines changed: 1 addition & 1 deletion

doc/man/man3/notcurses_refresh.3.md

Lines changed: 1 addition & 1 deletion

doc/man/man3/notcurses_render.3.md

Lines changed: 1 addition & 1 deletion

doc/man/man3/notcurses_selector.3.md

Lines changed: 1 addition & 1 deletion

doc/man/man3/notcurses_stats.3.md

Lines changed: 1 addition & 1 deletion

doc/man/man3/notcurses_stdplane.3.md

Lines changed: 1 addition & 1 deletion

doc/man/man3/notcurses_stop.3.md

Lines changed: 1 addition & 1 deletion

doc/man/man3/notcurses_tabbed.3.md

Lines changed: 1 addition & 1 deletion

doc/man/man3/notcurses_tree.3.md

Lines changed: 1 addition & 1 deletion

doc/man/man3/notcurses_util.3.md

Lines changed: 1 addition & 1 deletion

doc/man/man3/notcurses_visual.3.md

Lines changed: 1 addition & 1 deletion

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
setup(
4040
name="notcurses",
41-
version="3.0.8",
41+
version="3.0.9",
4242
packages=['notcurses'],
4343
ext_modules=[
4444
Extension(

tools/notcurses-installer.ifp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
ProjectFileVersion = 1.1
44
[General]
55
Program name = Notcurses
6-
Program version = 3.0.8
6+
Program version = 3.0.9
77
Windows 2000 = 0
88
Windows XP = 0
99
Windows Server 2003 = 0
@@ -55,7 +55,7 @@ Time = 2
5555
PlaySound = 0
5656
Allow = 0
5757
[Build]
58-
File = C:\msys64\home\niblack\src\notcurses\notcurses-3.0.8.exe
58+
File = C:\msys64\home\niblack\src\notcurses\notcurses-3.0.9.exe
5959
SetupIconPath = C:\msys64\home\niblack\src\notcurses\doc\icon.ico
6060
UninstallIconPath = C:\msys64\home\niblack\src\notcurses\doc\icon.ico
6161
CompressionMethod = 0

tools/nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- need 4.9.0+ for SPDX license expressions -->
44
<metadata minClientVersion="4.9.0">
55
<id>Notcurses</id>
6-
<version>3.0.8</version>
6+
<version>3.0.9</version>
77
<title>Notcurses TUI/CLI library</title>
88
<description>Library for blingful TUIs and character graphics</description>
99
<authors>nick black</authors>

0 commit comments

Comments
 (0)