1
- Version 0.8.0 (dev)
2
- ==========================
1
+ Version 0.8.1 (dev)
2
+ ===================
3
+
4
+ I started working on Guake 1.0.0, and not in a dedicated branch. It is now in its own source
5
+ folder. We clearly need to move to gtk3 soon, since GTK2 is being discontinued, the VTE is no more
6
+ maintained for GTK2-Python, and adds lot of cool features.
7
+
8
+ So I am now starting to work on a complete rewrite of Guake, so don't expect 0.8.x to see lot of
9
+ new features, unfortunately. But Guake 1.0.0 will add features such as:
10
+ - line wrap in terminal
11
+ - search in terminal
12
+ - dconf/gsettings to store configuration
13
+ - GTK3 look and feel
14
+ - much cleaner build and translation systems
15
+
16
+ But, this means I cannot work too much on 0.8.x. I still do some bug fixes, and thanks to external
17
+ contributors that share the love for Guake, Guake still move on!
18
+
19
+ So don't hesitate to have a look in the code to fix any bug you are experiencing and submit a Pull
20
+ Request.
21
+
22
+ New features:
23
+ - a-la guake-indicator custom commands (#564) - by @Ozzyboshi!
24
+ - Add option to allow/disallow bold font (#603) - by @helix84!
25
+
26
+ Bug fixes:
27
+ - Terminal widget disappears at random times (#592)
28
+
29
+ Version 0.8.0
30
+ =============
3
31
4
32
I have been extremely busy the previous 3 months, so I have almost not worked on Guake. I wanted
5
33
to introduce in the next version some major features heavily asked, like session save and split
@@ -13,7 +41,7 @@ Version 0.8.0 (dev)
13
41
First, the new homepage is now online:
14
42
15
43
http://guake-project.org/
16
-
44
+
17
45
As I remind you, Guake has *not* control over the old domain guake.org. So far the content is
18
46
still one of the old content of this domain. So please use http://guake-project.org to reference
19
47
Guake.
@@ -36,6 +64,7 @@ Version 0.8.0 (dev)
36
64
- Remove last reference to --show-hide (#587)
37
65
- fixed and completed german translation (#585)
38
66
- Drop duplicated man page (a526046a)
67
+ - use full path to tray icon with libappindicator (#591)
39
68
40
69
41
70
Version 0.7.2 (2015.05.20)
0 commit comments