Terminology 1.12.1

This commit is contained in:
Boris Faure 2022-01-03 22:01:06 +01:00
parent a7d4685a90
commit 034631fec6
Signed by: borisfaure
GPG Key ID: EAA9CD729F522998
6 changed files with 18 additions and 5 deletions

View File

@ -1,3 +1,8 @@
2022-01-03
* Release v1.12.1
* Build and install Default colorscheme
* Correctly set the version
2022-01-02
* Release v1.12.0
* New default theme!

10
NEWS
View File

@ -1,7 +1,15 @@
==================
Terminology 1.12.0
Terminology 1.12.1
==================
Changes since 1.12.0:
--------------------
Fixes:
* Build and install Default colorscheme
* Correctly set the version
Changes since 1.11.0:
--------------------

View File

@ -1,4 +1,4 @@
Terminology 1.12.0
Terminology 1.12.1
==================
This is an EFL terminal emulator with some extra bells and whistles.

View File

@ -1,5 +1,5 @@
.\" Manpage for terminology helpers
.TH TERMINOLOGY-HELPERS 1 "Jan 02, 2022"
.TH TERMINOLOGY-HELPERS 1 "Jan 03, 2022"
.SH NAME
terminiology-helpers \- programs that enhance
.B terminology(1)

View File

@ -1,5 +1,5 @@
.\" Manpage for Terminology
.TH TERMINOLOGY 1 "Jan 02, 2022" "1.12.0" "Terminology man page"
.TH TERMINOLOGY 1 "Jan 03, 2022" "1.12.1" "Terminology man page"
.SH NAME
Terminology \- Terminal Emulator written with EFL (Enlightenment Foundation Libraries).
.SH SYNOPSIS

View File

@ -1,5 +1,5 @@
project('terminology', 'c',
version: '1.12.0',
version: '1.12.1',
default_options: ['buildtype=plain', 'c_std=gnu99'],
license: 'BSD')