Skip to content
Tags give the ability to mark specific points in history as being important
  • xfce4-terminal-0.8.9.2 protected
    c4724da9 · Release 0.8.9.2 ·
    0.8.9.2
    =======
    - Allow to create window with 1 line height. One should also disable the
      scrollbar (--hide-scrollbar) to get 1 row window. (bug #16447)
    - Fix 'Transparency setting ignored when using --color-bg' (bug #16309)
    - Translation updates: Albanian, Belarusian, Polish, Portuguese, Slovenian,
      Swedish
  • xfce4-terminal-0.8.10 protected
    0b3e24c2 · Updates for release ·
    0.8.10
    
    - Bump libvte, gtk and xfce minimal versions (4.14)
    - Stop using G_SPAWN_CHILD_INHERITS_STDIN spawn flag
    - Updates README.md.
    - Added new stock icons
    - Limit font picker to fixed-size fonts
    - Add gtk-doc as a dependency
    - Do not require connection to generate manpage
    - Bug #16875: Do not add ui.h file in datadir
    - Simplify terminal manpage generation
    - Switch preferences ui file to xdt-csource
    - Switch to README.md and foreign automake mode
    - Do not override clipboard contents
    - Unsafe paste: Support bracketed paste mode
    - Do not select text in Search dialog
    - Add basic GitLab pipeline
    - Translation Updates:
      Albanian, Armenian (Armenia), Basque, Bulgarian, Chinese (China),
      Chinese (Taiwan), Danish, Dutch, Eastern Armenian, Estonian, French,
      Greek, Hebrew, Hungarian, Indonesian, Interlingue, Italian, Japanese,
      Lithuanian, Norwegian Bokmål, Occitan (post 1500), Polish,
      Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian,
      Spanish, Swedish, Turkish, Ukrainian, Uyghur
  • xfce4-terminal-0.9.0 protected
    25a3db92 · Updates for release ·
    0.9.0
    
    This is a development release.
  • xfce4-terminal-0.9.1 protected
    969fab2c · Updates for release ·
  • xfce4-terminal-0.9.2 protected
    bca9e1af · Updates for release ·
    Tag for release.
  • xfce4-terminal-1.0.0 protected
    306b0b79 · Updates for release ·
    1.0.0
    
    Stable release.
  • xfce4-terminal-1.0.1 protected
    5f2f700f · Updates for release ·
    1.0.1
    ======
    Stable release fixing regressions and a couple of older bugs.
    
    - A new hidden preference `DropdownParametersOnce` has been introduced to control whether the drop-down
      window accepts command line arguments after creation. With the introduction of this preference
      an older bug was fixed where tabs could be added to the drop-down window even though they
      weren't supposed to.
    - Options: --active-tab does not behave properly when adding tabs to existing windows.
    
    Regressions fixed:
    - Find dialog does not respond to Return key (Issue #176)
    - Dragging a URL from Chromium ends up truncated (Issue #180)
    - Toolbar size changes when the window is maximized (Issue #181).
    - Unable to create a single window with many tabs through command line options (Issue #182).
    
    Translation Updates:
      Danish, Finnish, Greek, Russian, Turkish
  • xfce4-terminal-1.0.2 protected
    97ce1f5f · Updates for release ·
    1.0.2
    ======
    Stable release fixing a regression related to switch/move tab accelerators.
    
    - Regression: MiscCycleTabs preference does not work for accelerators (#186, #24).
    - Translation Updates:
      Russian
  • xfce4-terminal-1.0.3 protected
    f16e5cba · Updates for release ·
    1.0.3
    ======
    Stable release fixing regressions.
    
    Fixes:
    - Consume KeyEvents when activating a TAB accelerator.
    - Regression: Scrollbar position setting does not work if you start
    with a hidden scrollbar (Issue #192)
    - Regression: Revert ff94ff30c1f83561f0abad4867846880ba9c6f83 which
    broke scroll-on-output and change the default value (Issue #191)
    
    Translation Updates:
      Hebrew, Portuguese (Brazil), Russian
  • xfce4-terminal-1.0.4 protected
    ca4c04fe · Updates for release ·
    1.0.4
    ======
    Fixes a regression introduced in 1.0.1.
    
    Regressions fixed:
    - URL drag-n-drop adding rubbish characters (Issue #196)
    
    Gitlab:
    - Fix CI build
  • xfce4-terminal-1.1.0 protected
    63537ccb · Updates for release ·
    1.1.0
    
    - Update copyright year
    - Allow passing arguments to custom commands
    - Fully translate strings in unsafe paste dialog
    - window: Properly sync always-show-tabs
    - cleanup: Include gdkx.h in one place
    - preferences: Remove unused class member
    - preferences: Check if channel itself exists instead of check property
    - screen: Review image loader memory management
    - image-loader: Review cache management
    - Add keywords to .desktop files (Fixes #50)
    - screen: Take window scaling into account when drawing (Fixes #71)
    - Remove obsolete GNOME default-app file (Fixes #109)
    - Add "Open File Manager Here" action (Fixes #133)
    - Properly manage default encoding (Fixes #128)
    - Move general include in private.h
    - dropdown: Disable systray icon on Wayland
    - Fix startup with GDK_BACKEND=x11 (Fixes #177)
    - shortcuts: Restore broken action toggle-menubar
    - shortcuts: Fix non-consumed key event for show-menubar
    - main: Allow GTK to parse its options first (Fixes #216)
    - search: Add missing sanity check
    - Use GLib logging functions and do not translate warnings
    - Fix typo
    - Remove obsolete CHECK_VERSION()
    - Use g_new() instead of malloc()
    - Fix Xfconf memory management
    - search-dialog: Fix memory leak
    - Remove extra separator at the end of context menu
    - Missing shortcut keys in the standalone preferences dialog
    (Issue #198)
    - Apply 1 suggestion(s) to 1 file(s)
    - Enable kinetic scrolling in VteTerminal
    - Extend --disable-server description wrt. process model
    - End all full sentences with a period
    - Drop obsolete --disable-server translations
    - prefs-dialog: Fix untranslated strings
    - Add sixel support
    - Add icons at missing sizes, clean up SVG metadata
    - build: Fix autoconf warnings
    - build: Add GLib requirement
    - Add accel entries for scrolling pages (Issue #221)
    - Remove documentation for dead anti-aliasing option
    - Make strings translatable (Issue #222)
    - Fix shortcuts-editor include
    - Indentation
    - Support hyperlinks (Issue #21)
    - fix typo
    - Fix argument type for xfce_shortcuts_editor_new
    - fix background_notify
    - fixed typo
    - Remove disable-help preference.
    - MR: !51 transitioned to Xfconf (#134)
    - typos in MR !48 fixed
    - Remove all references to terminal-preferences.glade
    - Remove one more mention of terminal-preferences.glade
    - Remove trailing slash
    - Remove terminal-preferences-ui.h from makefile
    - Remove terminal-preferences.glade
    - MR: !48 shortcuts editor embedded into preferences-dialog (#195)
    - MR: !48 preferences-dialog rewritten in C (#195)
    - MR: !46 Change in implementation for TAB accels (#150)
    - Implementation of MiscShiftArrowsToScroll as accelerators.
    - Add PCRE2 build dependency
    - Remove libxfce4ui 4.17 version guards
    - Replace with xfce_gtk_menu_append_separator
    - Tweak toolbar
    - Translation Updates:
      , Albanian, Arabic, Armenian (Armenia), Basque, Belarusian,
      Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian,
      Czech, Danish, Dutch, Eastern Armenian, English (Australia), English
      (United Kingdom), Estonian, Finnish, French, Galician, German, Greek,
      Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian,
      Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål,
      Occitan (post 1500), Persian (Iran), Polish, Portuguese, Portuguese
      (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish,
      Swedish, Thai, Turkish, Ukrainian
  • xfce4-terminal-1.1.1 protected
    a86a7f08 · Updates for release ·
    1.1.1
    
    - build: Simplify and clarify X11/Wayland distinction
    - Fix xfce_titled_dialog_create_action_area() deprecation
    - build: Define our own windowing macro instead of extending GDK's
    - wayland: Fix drop-down keep-above for non-prefs dialogs
    - wayland: Fix drop-down terminal keep-above
    - wayland: Fix window activation
    - wayland: Fix drop-down terminal positioning (Fixes #141)
    - wayland: Fix new window size
    - Replace XDT_CHECK_LIBX11 and use HAVE_LIBX11 when appropriate
    - Use the same windowing environment test everywhere
    - Fix build when X11 is disabled
    - drop-down: Make settings easier to understand
    - drop-down: Fix allocation warnings
    - Apply 7 suggestion(s) to 2 file(s)
    - Save and restore terminal window workspace in X11 session
    - doc: Remove reference to terminalrc
    - app: Put GtkSettings:gtk-menu-bar-accel overwrite back in place
    - Translation Updates:
      Albanian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan),
      Czech, Danish, Dutch, English (United Kingdom), Estonian, French,
      German, Greek, Hebrew, Indonesian, Italian, Japanese, Kazakh, Korean,
      Lithuanian, Norwegian Bokmål, Persian (Iran), Polish, Portuguese,
      Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish,
      Swedish, Turkish, Ukrainian
  • xfce4-terminal-1.1.2 protected
    898c13c3 · Updates for release ·
    1.1.2
    
    - Update copyright year
    - Update tooltip when hovering over a hyperlink
    - build: Align CFLAGS with LDADD
    - prefs-dialog: Add missing strings to translate (#222)
    - dropdown: Default dropdown-toggle-focus to false
    - Add runtime guard for XfceSMClient
    - build: Restrict XfceSMClient to X11
    - Determine cwd on FreeBSD in a native way instead of using linprocfs
    - window: Remove weak ref on prefs dialog in finalize()
    - build: Get rid of #ifdef G_ENABLE_DEBUG
    - Do not reconnect accels when closing last tab
    - build: Lower xfce4-dev-tools requirements to stable version
    - search-dialog: Use xfce_titled_dialog_set_default_response()
    - Translation Updates:
      Albanian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan),
      Croatian, Danish, Dutch, Estonian, French, German, Greek, Italian,
      Japanese, Lithuanian, Norwegian Bokmål, Polish, Portuguese,
      Portuguese (Brazil), Russian, Serbian, Slovenian, Spanish, Swedish,
      Turkish, Ukrainian
  • xfce4-terminal-1.1.3 protected
    50163bfc · Updates for release ·
    1.1.3
    
    - prefs-dialog: Fix wrong assert
    - screen: Fix wrong assert
    - Translation Updates:
      Italian