Skip to content

Releases: kyle-sylvestre/Tug

Version 1.1.0

04 May 00:05
Compare
Choose a tag to compare
  • remove size limit on input command history
  • add functions from imgui_stdlib.cpp
  • store debug session history
  • check for XDG_CONFIG_HOME before using ~/.config
  • create deb and rpm packages

Version 1.0.2

04 Jun 23:12
Compare
Choose a tag to compare

-handle glfwInit error separately from glfwCreateWindow
-change open "/dev/ptmx" to posix_openpt

Version 1.0.1

04 Jun 15:39
Compare
Choose a tag to compare
  • don't exit on pseudoterminal init errors
  • add fallback for when sem_open isn't implemented
  • use linespec in -break-insert to support older gdb machine interpreters

Version 1.0.0

04 Jun 02:06
Compare
Choose a tag to compare
  • Added support for macOS
  • Fixed FreeBSD build