summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS172
1 files changed, 171 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a25860bb..17601879 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,174 @@
+0.36.0
+======
+* Build fixes (#726604)
+* Docs updates
+
+0.35.90
+=======
+* prompt: Use precmd hook on zsh (#724982)
+* Fix many compiler warnings
+* Remove obsolete gtk+-2.0 conditional code
+* Support OSC 19 and 119 sequences (#725974)
+* Also pass Ctrl-F1 to applications (#726438)
+* Nicer box drawing characters (#709556)
+
+0.35.2
+======
+* Colour palette handling fixes (#640040)
+* Add support for OSC 104 (reset colors) (#640040)
+* Add support for OSC 1?1[017] (fg, bg, highlight colors) (#640040)
+* Add support for OSC 112 (reset cursor color) (#640040)
+* Make OSC response use the same terminator as the query (#722446)
+* Maintain selection when rewrapping (#722635)
+* Fix selection with widget padding adjustment (#722873)
+
+0.35.1
+======
+* Support for 16 million colors (#704449)
+* Fix Home/End and some other keys (#600659, #643233, #710349)
+* Add API to enable/disable rewrap on resize (#336238)
+* Fix a longstanding performance regression (#721944)
+* Bug fixes (#586950, #619891, #672210, #685759, #691972, #720977, #721522)
+
+0.35.0
+======
+* Build fixes
+* Portability fixes (#710165)
+* Rewrap contents upon window resize (#336238)
+* Bug fixes (#4993, #13299, #542087, #686097, #693013, #705985, #709692,
+ #709584, #709930, #710426, #710481, #710483, #710484, #710488, #710486)
+
+Many thanks to Egmont Koblinger who contributed most of these bug fixes!
+
+0.34.9
+======
+* Lines disappear after positioning back the cursor (#708496)
+* Garbage displayed after resizing whilst using an alternate screen (#415277)
+* vte uses too many file descriptors (part of #646098)
+* Incorrect scrollbar position after the "less" command (#676075)
+* Add support for DEC 1007 to set the alternate scroll mode (#518405, #709060)
+* Use O_TMPFILE when available (#704705)
+* Improvements to scrollback storage (#637275)
+* Aborts on assertion (#676075)
+* zsh - lots of blank space upon resizing VTE based terminals (#708213)
+* Misc fixes
+
+0.34.8
+======
+- Build fixes
+- Fix crash on pathological fonts (#708196)
+- Use correct character attributes around graphic characters (part of #707221)
+- Make extended fore/background colour handling more xterm-like (#616436)
+
+0.34.7
+======
+- Honour gtk-enable-primary-paste setting
+- Redraw when changing colours (#702415)
+
+0.34.6
+======
+- vte.sh bugfix
+- Add new flag for vte_terminal_fork_command_full() to not copy the
+ parent environment
+- Allow the empty string to OSC 6 and OSC 7 to unset a previously
+ set value
+
+0.34.5
+======
+- Improved vte.sh script (#697475): It is now not necessary anymore
+ to manually change PS1. On distributions that automatically source
+ /etc/profile.d/*.sh scripts for all interactive shells (ie Fedora),
+ no manual intervention is needed at all; for others the only change
+ required is to source the vte.sh script.
+ Also, the script now works for both bash and zsh shells.
+
+0.34.4
+======
+- Improved vte.sh script (#697225)
+
+0.34.3
+======
+- Introspection fixes (#676999, #690003)
+- Build fixes (#690554)
+- Portability fixes (#694494)
+- Translation updates
+
+0.34.2
+======
+- Translation updates
+
+0.34.1
+======
+* End selection mode misses Shift release (#683730)
+* Don't report shift-left-button release (#683729)
+* xterm extended mouse tracking mode (#681329)
+* Support SGR 3 (italic text) (#685223)
+
+0.34.0
+======
+* Support escape sequences to set the current directory (#675987)
+* Fixed drawing of Box Drawing and Block Elements characters (#682692)
+* Introspection fixes (#679805, #681714)
+* Build fixes
+
+0.32.2
+======
+- emulation: Fix DoS by malicious escape sequences (#676090)
+- widget: Fix crash with NULL tag in match_check (#676886)
+- keymap: Treat ALT as META (#663779)
+
+0.32.1
+======
+- pty: Fix custom child setup function (#672649)
+- leak fix in vte_draw_set_text_font() (#672757)
+- emulation: Fix off-by-one error in interpretation of ECH (#670037)
+
+0.32.0
+======
+- Use GResource for our default termcap
+- build fixes for interix (#652290)
+- Allocate PTYs with openpty on BSD (#670758)
+- Introspection fixes (#648183, #655402, #661716)
+- Fix mouse whell scrolling with gtk+ 3.4 (#671305)
+- Use correct library name for glade integration (#671760)
+- gnome-pty-helper: Respect SUID_CFLAGS and SUID_LDFLAGS (#670732)
+
+0.31.0
+======
+- Don't override the widget background colour
+- Add missing (closure) annotation on VteSelectionFunc (#655405, Evan Nemerson)
+- use gtk_drag_check_threshold() (#654691, Dan Winship)
+- Add urxvt extended mouse tracking mode support (#662423, Egmont Koblinger)
+- Add runtime check for X11 display (#660151, Young-Ho Cha)
+- Build fixes (#661121, #616001)
+- Translation updates
+
+0.30.1
+======
+- Translation updates
+
+0.30.0
+======
+- Translation updates
+
+0.29.1
+======
+- Bugs fixed:
+ - Bug 657581 - gdk-3.0 supports multiple targets; the "target" variable is gone
+ - Bug 657584 - vte needs to properly set VTE_API_VERSION
+
+0.29.0
+======
+- Drop GTK 2 support
+- Fix accessibility with GTK 3.1 (#654630)
+- Translation updates
+
+0.28.1
+======
+- Bugs fixed:
+ * Bug 652124 - malicious escape sequence causes gnome-terminal to exhaust memory
+- Translation updates
+
0.28.0
======
- Bugs fixed:
@@ -1054,4 +1225,3 @@ prehistory
Local Variables:
coding: utf-8
End:
-vim: encoding=utf-8: