lanoxx / tilda

A Gtk based drop down terminal for Linux and Unix
GNU General Public License v2.0
1.28k stars 161 forks source link

FYI: New APIs in VTE 0.52 #325

Open egmontkob opened 6 years ago

egmontkob commented 6 years ago

FYI: VTE 0.52 (to be released in March 2018) adds 3 new functionalities and their corresponding APIs (already present in git). It's up to you whether you want to hook up and make config options for them.

Hopefully Ubuntu Bionic 18.04 LTS is going to ship VTE 0.52. If you care about this distro and would like your app to offer these features in this long term support release, you should probably release a new version of your app in time which (conditionally to this VTE version) enables these features.

Please refer to VTE's source tree for details, e.g. compile with --enable-gtk-doc and check the generated docs under doc/reference/html/index.html.

lanoxx commented 6 years ago

I think it definitely makes sense to implement these new features. However I have little time to spend on tilda and I have been planning to make a release of tilda for quite some time now but never found the time until today. So before I wait even more weeks I decided to make the release of tilda 1.4 today with the features as they are right now.

Most likely this will be the version that makes it into Ubuntu 18.04 if I manage to create and upload a version of tilda into Debian before the feature freeze of Ubuntu goes into effect (e.g. next month). So unfortunately I think it is unlikely that these changes make it into tilda in time for Ubuntu 18.04.

egmontkob commented 6 years ago

FYI: vte-0.56 / gnome-terminal 3.32 (March 2019) will flip the default of "bold is bright" to false. That is, unless you add a config option or a hardwired call to re-enable it, tilda users will see a somewhat different (more logical, but maybe a bit unusual) behavior.