File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
21
### cafe-terminal 1.25.0
2
22
3
23
* initial release
Original file line number Diff line number Diff line change 1
1
m4_define ( mt_major_version , 1 )
2
2
m4_define ( mt_minor_version , 25 )
3
- m4_define ( mt_micro_version , 0 )
3
+ m4_define ( mt_micro_version , 1 )
4
4
m4_define ( mt_version , mt_major_version.mt_minor_version.mt_micro_version )
5
5
6
6
m4_define ( mt_api_version , 0 )
You can’t perform that action at this time.
0 commit comments