Skip to content

Releases: gnunn1/tilix

Version 1.9.6

08 Nov 21:11
1.9.6
Compare
Choose a tag to compare

Notes:

  • Tilix is still looking for a new maintainer!

Features:

  • Add close button to search box
  • Replace variables in custom link commands
  • Follow system color-scheme for default theme-variant

Bugfixes:

  • nautilus: Don't import a specific version
  • nautilus: Add compatibility with Nautilus 43
  • nautilus: Avoid shell injection in open-tilix plugin
  • Drop manpage country names
  • Replace std.xml with GMarkup-based parser
  • icon: Fix up prompt pictogram alignment
  • Fix GLib critical warnings on startup

Miscellaneous:

  • Change Gnome to GNOME
  • Replaced icon with more proportional one
  • Update to GtkD 3.10.0
  • ci: Run Ubuntu builds in container as well
  • Change label of "view shortcuts" action
  • Clarify tooltip of "reset to default" button for keyboard shortcuts

Contributors:

Aaron Honeycutt, Andrea Agosti, Arne Jørgensen, Eugene Ivanov, Felix Buehler, Jeremy Bicha, Jiehong Ma, Matthias Klumpp, Waldir Pimenta, Zsombor Welker, taoky

Version 1.9.5

22 Feb 16:35
1.9.5
Compare
Choose a tag to compare

Notes:

  • Tilix is still looking for a new maintainer!

Features:

  • Disable advanced paste when there is no linebreak like iTerm2
  • Add environment variable when in quake mode
  • Add possibility to configure always enabled regex

Bugfixes:

  • More appdata -> metainfo move
  • Add meson target for man page translations
  • Update flatpak manifest
  • meson: drop unused argument for i18n.merge_file()
  • Stop using deprecated Meson features
  • Keep quake window open if focus is restored before timeout has been reached
  • Don't check GtkDragResult (Wayland compatibility)
  • Don't add application/x-rootwindow-drop to dragSourceSet targets

Version 1.9.4

10 Feb 19:37
1.9.4
Compare
Choose a tag to compare

Notes:

  • Tilix is looking for maintainers! At the moment, only very minimal maintenance is done,
    no new features will be implemented and pull-requests may be reviewed very slowly.

    If you are interested in helping Tilix, please chime in!

Features:

  • Actually install Yaru color scheme
  • Give every tab the ${title} (instead of "Default")
  • Add option to strip trailing whitespace on paste (#1904)

Bugfixes:

  • Fix saving of already saved session
  • Add shortcut to "Unselect all"
  • Many Meson buildsystem fixes
  • Avoid missing the previous command exit code when encoding URLs
  • Resolve some D deprecation messages
  • Mention powerline/fonts in README
  • Avoid calling values() on a shared object
  • Update metainfo data
  • Drop compat code for older D frontend versions
  • Bump minimum VTE version to 0.46
  • Remove deprecated Autotools support
  • Add release notes, NEWS file, automatic metainfo update
  • Update to GtkD 3.9.0

Translations:

  • This release contains many localization updates

Release 1.9.3

05 May 20:02
4da020b
Compare
Choose a tag to compare

This issue fixes a problem with the session sidebar getting out of sync after having deleted a session. See issues #1680, #1637 and #1699.

Release 1.9.0

17 Mar 14:26
Compare
Choose a tag to compare

This is a very minor release that fixes the app menu for Gnome 3.32, updates the icon and adds preferences to the gnome-shell menu item similar to Gnome Terminal.

Release 1.8.9

07 Jan 00:24
Compare
Choose a tag to compare

A very small release to update localizations and address an issue in GtkD where the version number was not updated correctly.

Release 1.8.7

04 Jan 00:10
Compare
Choose a tag to compare

The following changes were made in this release:

  • Added ability to assign shortcuts to profiles
  • Included app menu options in hamburger menu in preparation to conform to GNOME HIG changes
  • Mitigated memory leak with sidebar
  • Fixed minor color issues with Solarized schemes
  • Fixed issue with decoding strings that didn't need it (thanks to Chris Billington)
  • Fixed issue with blurry text when background image was set on scaled display
  • Fixed issue with scaling badge when using font scaling
  • Added ability to include statuses (readonly, silence and input-sync enabled) to terminal title
  • Updated to use GTKD 3.84
  • Updated app data thanks to Bilal Elmoussaoui
  • Fixed issue with drag window remaining visible thanks to Jocelyn Turcotte
  • Tilix icon updated to reflect new GNOME design thanks to Sergey Bugaev
  • Fixed problem with unsafe paste dialog when command has excessive length thanks to Bilal Elmoussaoui

Release 1.8.5

27 Aug 13:30
Compare
Choose a tag to compare

This release is just to fix a bug that prevents the tilix preferences from working on GTK releases earlier then 3.22, no other changes have been made.

Release 1.8.3

19 Aug 14:41
Compare
Choose a tag to compare

A new version of tilix is available, I've been deferring putting one out as I haven't been that busy working on new features however enough bug fixes have been done to warrant a new release. The following changes have been made in this version:

  • Added the ability to customize the badge font and size
  • Fixed an issue with loading URLs with a hash character
  • Fixed an issue where tilix could get stuck in mazimized mode when a background terminal closes behind the scenes
  • Added an indicator on the tab to show when new output is detected, only works with VTE alternate-screen patch
  • Can now use Tab key when customizing shortcuts
  • Re-worked notifications so each terminal has it's own notification rather then one global one for tilix
  • Updated to use GtkD 3.8.3
  • Added experimental support for process monitoring where the currently running process can be used in the terminal title. Requires enabling a setting in Dconf prefs, may cause segfaults
  • Various other bug fixes

Release 1.8.1

26 May 16:38
Compare
Choose a tag to compare

This release of tilix is primarily a bug fix release however there are a couple of minor new features:

  • Added support for toggling a margin line (https://gnunn1.github.io/tilix-web/manual/margin)
  • Added new shortcut for auto-oriented splitting, thanks to @henvo
  • When tabs are on the left or right they are now displayed vertically to fix space issues (#1395)
  • Fixed a memory leak when closing sessions (#1409)
  • Improved color matching logic for matching themes (#1400)

Please note that this will be the last release of Tilix to support GTK 3.14 and 3.16. Going forward tilix will require GTK 3.18 as a minimum.

Thanks to everyone who helped with this release