-
Notifications
You must be signed in to change notification settings - Fork 1
/
NEWS
61 lines (53 loc) · 2.29 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
0.1.9
=====
- The configure option --enable-final now enables linker optimizations for
plattforms that support it (recent GNU binutils required).
- The UI description is now installed as a separate file, to allow users to
customize their menus rudimentarily.
- The documentation was updated.
0.1.8
=====
- Background darkness setting is now restored correctly.
- Open Terminal now always openes a new Terminal window instead of
randomly opening a new tab
- French and Dutch translations are included now, thanks to Jasper
Huijsmans <jasper@xfce.org> for reviewing and fixing the dutch
translation.
- A FAQ section was added to the documentation.
0.1.7
=====
- New icons for the preferences dialog by Francois Le
Clainche <fleclainche@wanadoo.fr>, available as PNG and
scalable images.
- Online documentation updated. All of Terminal is now documented.
- The user can now specify the setting of the $TERM environment
variable on new terminals.
- The color palette used by the terminal applications is configurable
now. It defaults to the Linux console color palette.
- The configured background is also used for tinting the terminal background
in image and transparent mode.
0.1.6
=====
- Fixed a bug that made mc appear in black and white only.
- Added documentation for Terminal, available through the menu Help->Contents
and available online at http://www.os-cillation.de/documentation/terminal/
- The compact mode functionality was split up into 2 options, its now possible
to toggle the visibility of the menubar and the window decorations inde-
pendently.
- New icons for Open Terminal and Open Tab, designed by Francois Le
Clainche <fleclainche@wanadoo.fr>.
- Custom command functionality was removed from Terminal, because it is
rather useless, now that Terminal offers -x/--execute command line
options.
- The output of Terminal --help was improved to list all options with
descriptions of their functionality.
- The Preferences dialog was changed to use GtkFrame instead of XfceFramebox
to get a smoother look.
- Translations now work the way they are expect to work. For now, only
german translations are available.
0.1.5
=====
- A keyboard shortcut editor was added.
- The tab close icon size was decreased.
- Geometry handling was improved.
- .desktop and .spec files have been added.