Changelog History
Page 2
-
v3.1.0.0 Changes
March 02, 2020 -
v3.0.0.0 Changes
December 07, 2019๐ Remove the one-pixel white border around the
GtkNotebook
(the GTK widget thing that contains the tabs). #138Add a right-click menu for the terminal. It currently allows copy and paste. #136 Thanks @jecaro!
Add a preferences file that settings will be saved to and read from at
~/.config/termonad/termonad.yaml
. You can change settings with the Preferences dialog. The settings will only be used from this file if you do not have a~/.config/termonad/termonad.hs
file. #140 Thanks again @jecaro!
-
v2.1.0.0 Changes
October 19, 2019- Add a menu option to set preferences for a running Termonad session. The preferences you have set are lost when you end the Termonad session. #130 Thanks @jecaro!
-
v2.0.0.0 Changes
October 04, 2019- Added menu option to search for a regex within the terminal output. This removes support for versions of VTE-2.91 older than 0.46. This means that compiling on older versions of Debian and Ubuntu may no longer work. #118
-
v1.3.0.0 Changes
July 04, 2019- Change all uses of
Colour
toAlphaColour
inTermonad.Config.Colour
. Users should now useAlphaColour
instead ofColour
. Also, all uses ofsRGB24
should be replaced withcreateColour
. This change is mechanical and should not affect how Termonad works at all. Thanks to @jecaro and @amir! #116
- Change all uses of
-
v1.2.0.0 Changes
June 25, 2019Got the code for setting the backgroud color of the terminal actually working. Thanks @dakotaclemenceplaza. #111
- This changes the type of
ColourConfig
to make the foreground and background colors of the terminal optional.
- This changes the type of
Various cleanup in the nix files.
-
v1.1.0.0 Changes
January 09, 2019Added an example of how to setup a solarized color scheme. Thanks @craigem. #90 and #103
๐ Various fixes in the nix files. Make sure Termonad can see the GTK icons. #91 and #92
Add a menu option to change the font size at runtime. You should be able to do this with the
Ctrl-+
andCtrl--
keys. #95๐ Get building with GHC 8.6. Thanks @clinty. #98
-
v1.0.1.0 Changes
January 02, 2019๐ Stop using the
widgetSetFocusOnClick
function, which is not supported on older versions of GTK. This lets Termonad be compiled with older versions of GTK. #87.Add CI. #87.
๐ Support versions of VTE-2.91 older than 0.44. #87.
Add some functions for converting from a list to a
Vec
inTermonad.Config.Vec
:fromListVec
andfromListVec_
. Commit 883eb98b5f.Fix the paste hotkey. #86.
-
v1.0.0.0 Changes
November 13, 2018๐ง The API for configuring Termonad is now completely different. Many, many changes have gone into this version. You should approach it as a completely different application.
The CHANGELOG will be kept up-to-date for future releases.
-
v0.2.1.0 Changes
August 25, 2018Make sure the window title is set to "Termonad".
Relabel tabs when termonad is started.