-
Notifications
You must be signed in to change notification settings - Fork 5
/
ChangeLog
115 lines (58 loc) · 3.39 KB
/
ChangeLog
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
2018-08-22 Alessio Garzi <gun101@email.it>
1.4.1 - new release with the following features :
- add support for vertical and horizontal split terminal (new feature from Guake 3.4.1)
- right click management on each entry
2018-08-22 Alessio Garzi <gun101@email.it>
1.4 - new release with the following features :
- dropped gtk2 dependency, replaced with gtk3
- dropped libindicator dependenct, replaced with libayatana-appindicator3
- dropped remote plugin download and python code related to it
- better debian packaging
- manpaged moved to upstream
- guake3 autostart implemented
- removed build unnecessary files from repo
2018-06-02 Alessio Garzi <gun101@email.it>
1.3.3 - new release with the following features :
- Guake indicator now supports Guake3 as default shell
- Gconf2 replaced by gsettings (closes debian bug #892706)
- Optional configuration file as argument
2014-12-31 Alessio Garzi <gun101@email.it>
1.1 release with "open in selected tab" option added
2014-12-24 Alessio Garzi <gun101@email.it> and Francesco Minà <mina.francesco@gmail.com>
1.0 release with the following features :
- switch to xml based configuration file
- new gui for configuration file builder
- suppressed ssh strongly related commands
- command passed to guake now is fully customizable
- added plugins managment
2014-07-15 Alessio Garzi <gun101@email.it>
* src/Changelog : Start of glade based gui development
2014-06-15 Alessio Garzi <gun101@email.it>
* src/COPYING : Changed with correct license
2014-06-15 Alessio Garzi <gun101@email.it>
* src/guake-indicator-notify.h : Changed notification icon
* src/guake-indicator.c : Check if fopen() fails while opening /proc/#pid#/comm
* src/guake-indicator-read-json.c : Fixed memory leaks within read_json_cfg_file() function
* src/guake-indicator-write-json.c : Added write json configuration file capabilities
* src/guake-indicator-write-json.h : Added write json configuration file capabilities
* src/Makefile.am : Added guake-indicator-write-json.c and guake-indicator-write-json.h to guake_indicator_CPPFLAGS
* src/guake-indicator-read-json.c : Added dont_show_guake option
* src/guake-indicator.h : Added dont_show_guake option
* src/guake-indicator.c : Added dont_show_guake option
* src/guake-indicator.c : Do now write bin/bash if command_after_login is empty
* src/guake-indicator-new-entry.c : New file for configuration file management
* src/guake-indicator-new-entry.h : New file for configuration file management
* src/guake-indicator-new-group.c : New file for configuration file management
* src/guake-indicator-new-group.h : New file for configuration file management
* src/guake-indicator-delete-entry.group.c : New file for configuration file management
* src/guake-indicator-delete-entry-group.h : New file for configuration file management
* src/guake-indicator.h : Added error_modal_box() prototype
* src/guake-indicator.h : Added reload prototype (it was mispelled)
2014-05-06 Alessio Garzi <gun101@email.it>
* src/Makefile.am : Ereased unnecessary libraries
* src/guake-indicator-read-json.c : Removed extra parameter on
fprintf inside createdefaultfilecfg() function
* src/guake-indicator.h : Added x_forwarded in Host struct to
support X FORWARDING
* src/guake-indicator-read-json.c : Added support for x_forwarding
* src/guake-indicator.c : Added support for x_forwarding