3 ==========================
6 - BUG 152072 - Add 'Copy Input To...' feature which allows the output of the current
7 session to be copied to all of or a subset of the running sessions.
8 - BUG 75653 - Tabs may be dragged and dropped between windows and containers.
9 - Text anti-aliasing can be turned off via the 'Smooth Fonts' option in the profile editor
10 - Make mouse-wheel scrolling work in "less" and other terminal applications which don't
11 understand mouse commands.
12 - BUG 157256 - The session number can be displayed in tab titles using the %# marker
13 - Added option to specify whether new sessions start in the same directory as the current
15 - Option to enable bi-directional text rendering in a profile
16 - BUG 158235 - Support Xterm's clear history escape sequence
17 - New color scheme, 'Dark Pastels' is a softer alternative to Linux colors or Black on white.
20 - Limit tab name length to prevent a single tab from taking up the entire tab bar.
21 - Scroll the terminal continually when the mouse is held down and moved outside the display
22 (like a text document)
23 - Use KDE's shortcut editor to input profile shortcuts
24 - Transparency is enabled by default and does not require the '--enable-transparency' flag
25 to be passed to Konsole on startup. A new '--notransparency' option is available to turn
29 - Fix embedded terminal not gaining focus when shown in Dolphin
30 - Update scrolling optimisations to work with Qt 4.4
31 - BUG 159261 - Set both local and remote tab titles when manually renaming a tab
32 - BUG 152781 - Trailing whitespace at end of selection not copied
33 - BUG 155801 - Support for setting background and foreground colors of the current session
34 using the xtermcontrol tool
35 - BUG 158513 - Re-implement --noclose command-line option. Add -hold as a synonym for
37 - BUG 120322 - Display a warning and do not close the terminal immediately if the session
38 cannot be started (eg. because the program is missing). Try to fall back
39 to $SHELL and then /bin/sh if the program cannot be found
40 - BUG 159657 - Safer shutdown sequence. Fixes crash which appeared after the changeover
42 - BUG 159096 - 'Find Next'/'Find Previous' jumped to the wrong line number if the output
43 contained wrapped lines.
44 - BUG 156654 - Force Left-To-Right text layout in the terminal display otherwise it
45 becomes unusable on RTL desktops
46 - BUG 157667 - Disabled several actions in the KPart which are unused to prevent
47 clashes with shortcuts in Yakuake etc.
48 - Allow selection of trailing new-line character at end of selection for consistency with
50 - Respect KDE color scheme in transparency warning box
51 - Update tab colors when color scheme is changed
52 - BUG 160422 - Fix calculation of initial size of window. Default to 80 characters width.
53 - Do not re-use an existing Konsole process when started from a terminal. This ensures that
54 the environment from the terminal is inherited by the new terminal window.