Skip to content

Releases: cafe-desktop/bte

v2.0.0

Choose a tag to compare

@sc0w sc0w released this 12 Aug 12:01
47ffdcc

bte 2.0.0

  • meson_options: set _systemd to false by default
  • ci: enable systemd
  • port from GdkPixbuf to CdkPixbuf
  • spawn: Fix [-Wstrict-aliasing] warnings
  • update translations

v1.0.0

Choose a tag to compare

@sc0w sc0w released this 11 Jan 12:27
958060e

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

Choose a tag to compare

@sc0w sc0w released this 08 Aug 01:31
  • 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

Choose a tag to compare

@sc0w sc0w released this 23 Oct 14:10
  • 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

Choose a tag to compare

@sc0w sc0w released this 09 Aug 02:09
  • 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