-
Notifications
You must be signed in to change notification settings - Fork 578
/
NEWS
90 lines (63 loc) · 2.57 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
changes since 0.4.1:
Updated translations and new translations:
- Swedish (Daniel Nylander)
- Persian (Kasra Keshavarz)
- French (Bouska and Pingou)
- Russian (Pavel Alexeev)
- Polish (Piotr Drąg)
- Spanish, Castilian (dmartinezc)
- Italian (Marco Leogrande a.k.a. dark)
- Chinese simplified (甘露, Gan Lu)
Bugs/Features:
- Calling the hide() method when closing main window: #229 (Lincoln)
- Fixing dbus path and name for the RemoteControl object: #202
(Lincoln)
- Setting http{s,}_proxy vars before calling fork_command: #172
(Lincoln)
- Adding the `fr' lang to ALL_LINGUAS: #189 (Lincoln)
- Option to configure the color palette: #51 (Eduardo Grajeda)
- Do not hide when showing rename dialog (Aleksandar Krsteski)
- Fixing the tab renaming feature: #205 (Lincoln)
changes since 0.4.0:
Updated translation and new translation:
- Italian
- French
- Portuguese/Brazilian
- Novergian
- German
- Polish
- Greek
- Hungarian
Bugs/Features:
- Change start message #168
- Add an option to the preference windows to create new tab in cwd #146
- Preferences windows are resizable #149
- Guake's windows not shown when ran for the first time #174
- Implement dbus interface to script with guake #150, #138, #105, #126, #128, #109
- Command line arguments implemented
-n create a new tab
-e execute a command on a defined tab
-r rename a tab
-t toggle visibility
- Improve regex to use character classes (improve the support of certain locales) #156
- Ask user if he really wants to quit when there is a child process #158
- Double click on a tab allows you to rename the tab #165
- Add more information on the INSTALL file
- Tray icon position fixed #161
Infrastructure:
- Move from guake-terminal.org to guake.org
- Set up a mailing-list at: http://lists.guake.org/cgi-bin/mailman/listinfo/guake
changes since 0.2
* Making prefs dialog window better, including a better title,
fixing some paddings and spaces.
* Added backspace and delete compatibility options (thanks to
gnome-terminal guys =)
* Cleanup of data files (images and glade files), mostly images.
* Complete rewrite of tab system in the main window.
* Fixing all issues (I think =) in close tab feature.
* Adding tab rename feature.
* Making easier to grab keybinging shortcuts from the prefs
screen by using eggcellrendererkeys lib.
* Now we look for more python interpreters when filling
interpreters combo.
* Fixing a lot of bugs.