Skip to content

Releases: cafe-desktop/bte

v1.0.0

11 Jan 12:27
958060e

Choose a tag to compare

bte 1.0.0

  • ci: some improvements
  • btepty: Do not typecast to GSpawnFlags
  • app: don't hide deprecations
  • meson: remove GLIB_VERSION_MIN_REQUIRED and GLIB_VERSION_MAX_ALLOWED
  • keymap: avoid deprecated g_memdup
  • meson: GLib 2.67.3 required
  • btepty: remove obsolete GLIB_CHECK_VERSION
  • build: use warning_level=2 which has already -Wall and -Wextra
  • add NEWS file

v0.65.0

08 Aug 01:31

Choose a tag to compare

  • ci: some improvements
  • Fix [-Wmissing-field-initializers] warnings
  • minifont: declare some variables with const
  • missing: remove unused struct member
  • mev: declare parameter with const
  • btectk: avoid identical expressions on both sides of bitwise operator
  • slowcat: Fix resource leak
  • remove vala code
  • remove ctk4 code

v0.64.0

23 Oct 14:10

Choose a tag to compare

  • ci: little improvements
  • don't make deprecated: 'bte_terminal_set/get_allow_bold', 'bte_terminal_get_icon_title', 'bte_terminal_set/get_encoding'
  • reduce the scope of some variables
  • update README

Release 0.63.0

09 Aug 02:09

Choose a tag to compare

  • Initial release, forked from vte 0.62.3

  • Enable Github Actions

  • Apply debian patch: Allow background-color and color on VteTerminal widgets to be customised via the theme

  • vte: make 'vte_terminal_select_all' to select ALL

  • Rename gtk/gdk/vte -> ctk/cdk/bte

  • Disable vala build