-
Notifications
You must be signed in to change notification settings - Fork 7
/
NEWS
169 lines (115 loc) · 2.94 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
NEW in 27 (???)
=============
- Don't use depreated vte allow-bold api
NEW in 26 (07/10/2019)
=============
- Compatibility with recent appstream-glib
NEW in 25 (23/02/2018)
=============
- Correctly reap children processes
- Better error reporting
NEW in 24 (14/02/2018)
=============
- Support loading settings from a file
NEW in 23 (16/01/2018)
=============
- Update dependencies
- Don't use deprecated APIs
- Add setting to disallow printing in bold
NEW in 22 (15/11/2018)
=============
- Respect natural-scroll
NEW in 21 (14/11/2018)
=============
- Ctrl + scroll now zoom/dezoom
- Ctrl + 0 now resets zoom no matter if Shift is pressed or not
NEW in 20 (26/10/2017)
=============
- silence runtime vte warning
- correctly update title as needed
NEW in 19 (25/10/2017)
=============
- port to vte 0.50
- provide a systemd service
- support copying as HTML
NEW in 18 (13/10/2016)
=============
- add settings to display window decoration
- build system modernization
NEW in 17 (15/09/2016)
=============
- fix startup on gnome 3.22
- port to newer vte, require pcre2
NEW in 16 (24/03/2016)
=============
- Style fixes for gtk+ 3.20
- Do not use deprecated vte api
NEW in 15 (31/01/2016)
=============
- build system cleanup
- audible bell is configurable
- environment handling fixes
- multi-windows fixes
- add a --version
NEW in 14 (16/09/2015)
=============
- gtk+ 3.10.0 is required
- fix a few bugs introduced in v13
NEW in 13 (14/09/2015)
=============
- automake 1.15 is required
- .tmux.conf is no longer required
- gtk+ 3.4.0 is required
- now all windows will be managed by a single Germinal instance
- Germinal is now dbus activated
- appstream file is provided
NEW in 12 (07/09/2015)
=============
- new keybindings
- code cleanup
- build system cleanup
NEW in 11 (03/04/2015)
=============
- depend on glib 2.44
- depend on vte 0.40
- use new g_autoptr stuff from glib
- new setting: word-char-exceptions matching the new one from vte
- fix live changes from settings with new glib
- you can now quit from the right click menu or with ctrl-shift-q
NEW in 10 (22/02/2015)
=============
- Fix running on wayland
NEW in 9 (19/02/2015)
=============
- Be more verbose and don't crash on error
- Update translations
NEW in 8 (19/02/2015)
=============
- Display an error message when we cannot tmux attach
NEW in 7 (31/01/2015)
=============
- Port to new vte API
NEW in 6 (19/06/2014)
=============
- The color palette is now configurable
- The content of the TERM variable is now configurable
NEW in 5 (09/05/2012)
=============
- Improved URL recognition
- The startup command is now overridable
NEW in 4 (27/02/2012)
=============
- Improved URL recognition
NEW in 3 (01/12/2011)
=============
- Keybindings to zoom/dezoom
- Better url regexp
NEW in 2 (15/10/2011)
=============
- Contextual menu
- Better url handling
- Some more default prefs
- Ability to customize command to launch
NEW in 1 (28/09/2011)
=============
- First release