-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
38 lines (35 loc) · 1.3 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
### 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
* 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