Skip to content

Commit

Permalink
version-3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nonstop committed Jul 12, 2016
1 parent b13481c commit 23eab60
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ SET(ENABLE_NLS TRUE CACHE BOOL "enable translation")
SET(XDG_DIR ${XDG_DIR} CACHE STRING "default xdg dir")

SET(TERMIT_PACKAGE "termit")
SET(TERMIT_PACKAGE_VERSION "3.0.0-alpha")
SET(TERMIT_PACKAGE_VERSION "3.0.0")
SET(TERMIT_LOCALE_DIR "${CMAKE_INSTALL_PREFIX}/share/locale")
SET(TERMIT_XDG_DIR "${XDG_DIR}/termit")
SET(TERMIT_PACKAGE_NAME "termit - terminal emulator")
Expand Down
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
version 3.0
added AppData file
license changed to GPLv3.0+
added 'apply to all tabs' in preferences dialog
new options:
cursorBlinkMode, cursorShape
startMaximized, hideTitlebarWhenMaximized
wordChars replaced with wordCharExceptions
removed options:
imageFile, transparency, visibleBell
Require libvte>0.29 and Gtk-3.
version 2.10.1
Fixed error with conflicting libvte/Gtk versions
Expand Down

0 comments on commit 23eab60

Please sign in to comment.