Skip to content

Releases: gnunn1/tilix

Alpha 0.38.0

19 Jan 01:36
Compare
Choose a tag to compare
Alpha 0.38.0 Pre-release
Pre-release

Another release in the line of stability improvements and bug fixes for terminix. The following changes were made:

  • Fixed an issue with sudo warning dialog not showing text when command contained HTML characters
  • Added a new dialog that warns when VTE is not configured correctly
  • When you close a terminal focus now goes to a different terminal automatically
  • Fix issue with login shell option not working correctly

I'm optimistic that this one should be pretty stable if that holds true I'm hoping to start doing releases on a less frequent basis on the order of every couple of weeks or so as I get back to feature development.

Alpha 0.37.0

17 Jan 20:21
Compare
Choose a tag to compare
Alpha 0.37.0 Pre-release
Pre-release

More stability fixes plus a couple of minor new features as follows:

  • Recompiled with fixed GtkD so should fix memory issue everywhere
  • Fixed copy and paste not having shortcuts
  • Added select all command
  • Added ability make terminal read only
  • Added ability to edit current profile from terminal popover
  • Added feature to warn on paste of sudo (with /n)
  • Fixed issue of not settings the custom font on startup
  • Fixed various issues with quitting the application when windows are open

Alpha Release 0.36.1

15 Jan 18:15
Compare
Choose a tag to compare
Alpha Release 0.36.1 Pre-release
Pre-release

Very minor release with the following changes:

  • Fixed another memory issue in profiles dialog
  • Option to skip prompt when creating a new session is now respected
  • Additional error handling when spawning a terminal

Alpha Release 0.36.0

15 Jan 00:40
Compare
Choose a tag to compare
Alpha Release 0.36.0 Pre-release
Pre-release

Another stability and fix release, this fixes the following issues:

  • #17 Found a memory issue with the way GtkD creates RGBA from color buttons, hopefully this fixes the issue as I can no longer duplicate in my environment.
  • #22 Custom fonts are now applied correctly to the terminal
  • #20 Fixes the zsh startup issue and Terminix now starts as expected. I'm not a zsh issue, please file issues if there are other problems (or with other shells like fish)
  • Much code cleanup around the profile and terminal parts of the application as I was investigating the memory issue

Alpha 0.35.0

13 Jan 22:21
Compare
Choose a tag to compare
Alpha 0.35.0 Pre-release
Pre-release

This is a bug fix and hopefully stability release, following changes were made:

  • Transparency restored in Ubuntu, fixed problems with some widgets showing transparent
  • Added a global exception handler in app.d to catch any un-handled exceptions instead of seg faulting to at least get an error message
  • Minor tweaks to code here and there

Alpha 0.32.0

13 Jan 04:41
Compare
Choose a tag to compare
Alpha 0.32.0 Pre-release
Pre-release

Fixed a problem which was causing a crash bug in Ubuntu, hopefully this helps others as well with a crash issue.

Alpha Release 0.31

13 Jan 00:50
Compare
Choose a tag to compare
Alpha Release 0.31 Pre-release
Pre-release

A new update that fixes a few bugs and adds support for encodings. Bugs fixed include:

  • Segmentation fault when moving the transparency scale back and forth repeatedly
  • Duplicate profiles with neither marked as the default when run for the very first time
  • Color preferences in profile didn't show selected scheme
  • Fixed incorrect library name for libvte-2.91.so on Redhat based derivatives

Ubuntu Test Release 0.31

13 Jan 04:34
Compare
Choose a tag to compare
Pre-release

This is a test release for Ubuntu to see if I have fixed the issue with it crashing.

Note that transparency is temporarily disabled, while the issue was not related to transparency I'm noticing some specific visual issues in Ubuntu that are only fixed by disabling it. I'll look into this further, know what needs to be done to make it work but needs some thought.

Alpha Release 0.30

11 Jan 01:52
Compare
Choose a tag to compare
Alpha Release 0.30 Pre-release
Pre-release

This is an updated release which has the following changes:

  • Support drag and drop of terminals to move terminals within and between windows
  • Support drag and drop to detach terminals into new windows.
  • Added support for the Fedora patched VTE widget to support notifications both to the shell and in-app
  • Various bug fixes

Alpha Release 0.21

02 Jan 15:22
Compare
Choose a tag to compare
Alpha Release 0.21 Pre-release
Pre-release

This is an updated release which has the following changes:

  • Adjusted the UI to reduce the size of the terminal title bar by 5 pixels
  • Removed the terminal hamburger menu to clean up look, migrated it to title similar to Builder
  • Fixed a segmentation fault when closing terminals nested more then one level deep