Skip to content

Commit 9e285aa

Browse files
committed
Release 1.25.1
1 parent 3d692a8 commit 9e285aa

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

NEWS

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
### cafe-terminal 1.25.1
2+
3+
* terminal-window: show ctk and bte version in about dialog
4+
* ci: some improvements
5+
* terminal-util: avoid deprecated 'ctk_font_button_set/get_font_name'
6+
* sha1: avoid redundant assignment
7+
* update AUTHORS
8+
* Fix translations with single quote
9+
* terminal: rename caja -> baul
10+
* rename caferial -> material
11+
* skey,btoe: rename CAFE -> MATE
12+
* terminal-window: update copyright
13+
* gschema:
14+
- add comment for translators: keep single quotes
15+
- scrollback unlimited by default
16+
- new default colors: text blue, background black
17+
- use-theme-colors disabled by default
18+
* build: remove obsolete AC_HEADER_STDC
19+
* update translations
20+
121
### cafe-terminal 1.25.0
222

323
* initial release

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
m4_define(mt_major_version, 1)
22
m4_define(mt_minor_version, 25)
3-
m4_define(mt_micro_version, 0)
3+
m4_define(mt_micro_version, 1)
44
m4_define(mt_version, mt_major_version.mt_minor_version.mt_micro_version)
55

66
m4_define(mt_api_version, 0)

0 commit comments

Comments
 (0)