File: NEWS

package info (click to toggle)
lxterminal 0.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,780 kB
  • sloc: ansic: 2,521; sh: 1,270; xml: 79; makefile: 74; python: 14
file content (21 lines) | stat: -rw-r--r-- 867 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Changes on 0.3.0 since 0.2.0

* Arguments are now properly passed to child process.
* Fixed login shell, also applies to new tabs.
* Renamed tabs can now be reset, fixed '--title'.
* Improved GTK3 and VTE support.
* Added palette customization.
* Added terminal zoom feature.
* Added tab activity notification (bold).
* Added --no_remote to spawn a separate teminal process.
* Optional confirmation when closing multiple tabs.

Changes on 0.2.0 since 0.1.11

* Now builds under GTK3
* Revamp of Preferences, including ability to change keyboard accels.
* Option to hide mouse cursor on input
* Fixed issue with 'ctrl-shift-c' accel sending 'ctrl-c' to terminal.
* Fixed handling of multi-file input on -e/--command (eg -e foo *.txt)
* Fixed issue where initial geometry is affected by hidden/shown UI elements.
* File->Quit now replaced by safer "File->Close Window"