pre-0.2.0

pull/81/head
nick black 5 years ago
parent c6da5d5e7a
commit 5f3a12bc63
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

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

@ -2,11 +2,13 @@
cleanroom TUI library for modern terminal emulators. definitely not curses.
* [Introduction](#introduction)
* [Requirements](#requirements)
* [Basic use](#basic-use)
* [Planes](#planes)
* [Cells](#cells)
* [Differences from NCURSES](#differences-from-ncurses)
* [Features missing relative to NCURSES](#features-missing-relative-to-ncurses)
* [Features missing relative to NCURSES](#features-missing-relative-to-ncurses)
* [Useful links](#cells)
[![Build Status](https://drone.dsscaw.com:4443/api/badges/dankamongmen/notcurses/status.svg)](https://drone.dsscaw.com:4443/dankamongmen/notcurses)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

6
debian/changelog vendored

@ -1,3 +1,9 @@
notcurses (0.2.0-1) UNRELEASED; urgency=medium
*
-- Nick Black <dankamongmen@gmail.com> Thu, 28 Nov 2019 22:32:11 -0500
notcurses (0.1.0-1) unstable; urgency=medium
* Build notcurses-bin package, silencing lintian error about

Loading…
Cancel
Save