Skip to content

Commit

Permalink
Prepare for upcoming 1.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
borisfaure committed Jan 13, 2021
1 parent 8e48378 commit 9f0be5b
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 4 deletions.
17 changes: 17 additions & 0 deletions ChangeLog
@@ -1,3 +1,20 @@
2021-01-18
* Release v1.9.0
* Colorshemes: easily change the colors of the terminal
* Add the following color schemes: Tango Dark, Tango light, Dracula,
Belafonte Day, Belafonte Night, Material, Fahrenheit, Tomorrow Night
Burns, PaleNight, Soft Era, One Dark, Cobalt2
* New translations: Chinese (Simplified), Japanese, Norwegian Bokmål,
Russian and Ukrainian
* Handle OSC 12 to change the cursor color
* Translation updates for Catalan, Croatian, Danish, Dutch, French,
German, Italian, Spanish
* Add font search in the fonts panel
* Set TERM to xterm_256color by default
* Focus simplifications when going into the settings
* Tests: better compatibility with debian-based systems
* Fix tyls with png/jpg thumbnails

2020-08-11
* Release v1.8.1
* Be stricter on which characters can be considered wide or not
Expand Down
27 changes: 26 additions & 1 deletion NEWS
@@ -1,7 +1,32 @@
=================
Terminology 1.8.1
Terminology 1.9.0
=================


Changes since 1.8.1:
--------------------

Additions:
* Colorshemes: easily change the colors of the terminal
* Add the following color schemes: Tango Dark, Tango light, Dracula,
Belafonte Day, Belafonte Night, Material, Fahrenheit, Tomorrow Night
Burns, PaleNight, Soft Era, One Dark, Cobalt2
* New translations: Chinese (Simplified), Japanese, Norwegian Bokmål,
Russian and Ukrainian
* Handle OSC 12 to change the cursor color

Improvements:
* Translation updates for Catalan, Croatian, Danish, Dutch, French,
German, Italian, Spanish
* Add font search in the fonts panel
* Set TERM to xterm_256color by default
* Focus simplifications when going into the settings
* Tests: better compatibility with debian-based systems

Fixes:
* Fix tyls with png/jpg thumbnails


Changes since 1.8.0:
--------------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
Terminology 1.8.1
Terminology 1.9.0
=================

This is an EFL terminal emulator with some extra bells and whistles.
Expand Down
2 changes: 1 addition & 1 deletion man/terminology-helpers.1
@@ -1,5 +1,5 @@
.\" Manpage for terminology helpers
.TH TERMINOLOGY-HELPERS 1 "Aug 11, 2020"
.TH TERMINOLOGY-HELPERS 1 "Jan 18, 2021"
.SH NAME
terminiology-helpers \- programs that enhance
.B terminology(1)
Expand Down
2 changes: 1 addition & 1 deletion man/terminology.1
@@ -1,5 +1,5 @@
.\" Manpage for Terminology
.TH TERMINOLOGY 1 "Aug 11, 2020" "1.8.1" "Terminology man page"
.TH TERMINOLOGY 1 "Jan 18, 2021" "1.9.0" "Terminology man page"
.SH NAME
Terminology \- Terminal Emulator written with EFL (Enlightenment Foundation Libraries).
.SH SYNOPSIS
Expand Down

0 comments on commit 9f0be5b

Please sign in to comment.