Terminology release 1.4.1

terminology-1.4 v1.4.1
Boris Faure 4 years ago
parent 70561160a6
commit 49d9eb52a5
  1. 6
      ChangeLog
  2. 9
      NEWS
  3. 2
      README.md
  4. 2
      man/terminology-helpers.1
  5. 2
      man/terminology.1
  6. 2
      meson.build

@ -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

@ -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:
--------------------

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

@ -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)

@ -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

@ -1,5 +1,5 @@
project('terminology', 'c',
version: '1.4.99',
version: '1.4.1',
default_options: ['c_std=gnu99'],
license: 'BSD')

Loading…
Cancel
Save