Skip to content

Commit

Permalink
Release 1.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0w committed Aug 10, 2021
1 parent 769b76b commit 52146e8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
19 changes: 17 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
### cafe-terminal 0.0.1
### cafe-terminal 1.25.0

* initial job
* initial release
* forked from mate-terminal 1.24.1
* enable ci with Github Actions
* terminal-screen: avoid deprecated 'vte_terminal_match_set_cursor_type'
* avoid deprecated GValueArray
* Fix -Wsign-compare warnings
* avoid deprecated GParameter
* Remove unused macros
* reduce the scope of some variables
* terminal-window: avoid unused variables
* Fix -Wmissing-field-initializers warnings
* avoid casting a non-structure type to a structure type
* Fix -Wbad-function-cast warnings
* po: Makevars: msgmerge: suppress progress indicators
* port from gtk to ctk
* port from vte to bte
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
m4_define(mt_major_version, 0)
m4_define(mt_minor_version, 0)
m4_define(mt_micro_version, 1)
m4_define(mt_major_version, 1)
m4_define(mt_minor_version, 25)
m4_define(mt_micro_version, 0)
m4_define(mt_version, mt_major_version.mt_minor_version.mt_micro_version)

m4_define(mt_api_version, 0)
Expand Down

0 comments on commit 52146e8

Please sign in to comment.