Skip to content

Commit

Permalink
Release 1.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0w committed Mar 11, 2023
1 parent 3d692a8 commit 9e285aa
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
### cafe-terminal 1.25.1

* terminal-window: show ctk and bte version in about dialog
* ci: some improvements
* terminal-util: avoid deprecated 'ctk_font_button_set/get_font_name'
* sha1: avoid redundant assignment
* update AUTHORS
* Fix translations with single quote
* terminal: rename caja -> baul
* rename caferial -> material
* skey,btoe: rename CAFE -> MATE
* terminal-window: update copyright
* gschema:
- add comment for translators: keep single quotes
- scrollback unlimited by default
- new default colors: text blue, background black
- use-theme-colors disabled by default
* build: remove obsolete AC_HEADER_STDC
* update translations

### cafe-terminal 1.25.0

* initial release
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
m4_define(mt_major_version, 1)
m4_define(mt_minor_version, 25)
m4_define(mt_micro_version, 0)
m4_define(mt_micro_version, 1)
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 9e285aa

Please sign in to comment.