~ubuntu-branches/debian/sid/guake/sid

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Package Import Robot
  • Author(s): Daniel Echeverry
  • Date: 2015-04-26 19:15:06 UTC
  • mfrom: (1.1.7)
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: package-import@ubuntu.com-20150426191506-mo8037vk6pueer5b
Tags: upstream-0.7.0
ImportĀ upstreamĀ versionĀ 0.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Version 0.7.0:
 
2
 
 
3
I had more time working on Guake recently, so I fixed some long term issues, and exposed some
 
4
internal settings into the preference window.
 
5
 
 
6
Thanks for the external contribution: @varemenos, @seraff and others!
 
7
 
 
8
Here is the complete changelog for this release:
 
9
 
 
10
- Reorganised palette definition, add a demo terminal in preference panel (#504, #273, #220)
 
11
- Plenty of other new color palettes (thanks again @varemenos ! #504)
 
12
- don't propagate COLORTERM environment variable in terminal (#488)
 
13
- Force $TERM environment variable to 'xterm-256color' in terminals (#341)
 
14
- Fix issue with the quit confirmation dialog box (#499)
 
15
- Add shortcut for transparency level (#481)
 
16
- Add label to tell user how to disable a shortcut (#488)
 
17
- Expose cursor_shape and blink cursor method in pref window (#505)
 
18
- Expose Guake startup script to the pref window (#198)
 
19
- Some window management bug fixes (#506, #445)
 
20
- Fix "Not focused on openning if tab was moved" (#441)
 
21
- Add contextual menu item 'Open Link' on right click on a link (5476653)
 
22
- Fix compatibility with Ubuntu 15.04 (#509)
 
23
- Fix Guake Turns Gray sometimes (#473, #512)
 
24
 
 
25
Version 0.6.2:
 
26
- Packaging issue fixes
 
27
 
 
28
Version 0.6.1:
 
29
- bug fixes
 
30
 
 
31
Version 0.6.0 (2015.04.18):
 
32
  This version is poor in new feature, I just don't have time to work on Guake. I got a lot of
 
33
  incompatibility reports on new systems, such as Wayland. Port to gtk3 is still a must have, but
 
34
  all features of the VTE component does not seem to have been ported.
 
35
 
 
36
  Features:
 
37
   - Save current terminal buffer to file
 
38
   - Hotkeys for moving tab
 
39
   - plenty of color palettes (thanks @varemenos !)
 
40
   - bug fixes
 
41
 
 
42
Version 0.5.2 (2014.11.23):
 
43
 - bug fixes
 
44
 - Disable the 'focus_if_open' feature (hidden trigger, true per default). Restaure focus does not
 
45
   work in all systems.
 
46
 - lot of "componentization" of the code, in preparation to the rebase of 'gtk3'
 
47
   branch.
 
48
 
 
49
 Version 0.5.1 (2014.11.06):
 
50
  - minor bug fixes release
 
51
 
1
52
Version 0.5.0 (2014.02.22):
2
53
  - Tab can be moved
3
54
  - Add change tab hotkey (F1-F10 by default) and is display on tab
132
183
  - Move from guake-terminal.org to guake.org
133
184
  - Set up a mailing-list at: http://lists.guake.org/cgi-bin/mailman/listinfo/guake
134
185
 
135
 
 
136
 
 
137
 
 
138
186
changes since 0.2
139
187
 
140
188
        * Making prefs dialog window better, including a better title,