Terminology release 1.4.1

This commit is contained in:
Boris Faure 2019-05-24 22:17:05 +02:00
parent 70561160a6
commit 49d9eb52a5
6 changed files with 19 additions and 4 deletions

View File

@ -1,3 +1,9 @@
2019-05-24
* Release v1.4.1
* Decode pasted string as UTF-8, fixing some characters being skipped
* Fix theme to ensure default size is 80x24
* Fix focus disappearing after going to Settings and back
2019-03-31
* Release v1.4.0
* Add Continuous Integration on every push to the git repository

9
NEWS
View File

@ -2,6 +2,15 @@
Terminology 1.4.0
=================
Changes since 1.4.0:
--------------------
Fixes:
* Decode pasted string as UTF-8, fixing some characters being skipped
* Fix theme to ensure default size is 80x24
* Fix focus disappearing after going to Settings and back
Changes since 1.3.2:
--------------------

View File

@ -1,4 +1,4 @@
Terminology 1.4.0
Terminology 1.4.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 "Mar 31 2019"
.TH TERMINOLOGY-HELPERS 1 "May 24, 2019"
.SH NAME
terminiology-helpers \- programs that enhance
.B terminology(1)

View File

@ -1,5 +1,5 @@
.\" Manpage for Terminology
.TH TERMINOLOGY 1 "31 Mar 2019" "1.4.0" "Terminology man page"
.TH TERMINOLOGY 1 "May 24, 2019" "1.4.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.4.99',
version: '1.4.1',
default_options: ['c_std=gnu99'],
license: 'BSD')