We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c0dba8 commit 7d6e712Copy full SHA for 7d6e712
CMakeLists.txt
@@ -36,7 +36,7 @@ SET(ENABLE_NLS TRUE CACHE BOOL "enable translation")
36
SET(XDG_DIR ${XDG_DIR} CACHE STRING "default xdg dir")
37
38
SET(TERMIT_PACKAGE "termit")
39
-SET(TERMIT_PACKAGE_VERSION "2.9.6")
+SET(TERMIT_PACKAGE_VERSION "2.10.0")
40
SET(TERMIT_LOCALE_DIR "${CMAKE_INSTALL_PREFIX}/share/locale")
41
SET(TERMIT_XDG_DIR "${XDG_DIR}/termit")
42
SET(TERMIT_PACKAGE_NAME "termit - terminal emulator")
ChangeLog
@@ -1,4 +1,7 @@
1
+version 2.10.0
2
+ fixed compilation for OpenBSD
3
prevent building termit with incompatible Gtk and Vte versions
4
+ "exec" commandline option now works nearly like in xterm
5
new options:
6
showBorder - show notebook's borders
7
version 2.9.6
0 commit comments