Skip to content

Releases: gahr/thingylaunch

2.0.3

04 Aug 12:19
Compare
Choose a tag to compare
  • Fix a seg-fault when trying to tab-complete an empty command

2.0.2

29 Jul 13:04
Compare
Choose a tag to compare
  • Do not duplicate identical entries at the end of the history
  • Import the std namespace in implementation files
  • Switch to using non-member begin() and end()

2.0.1

14 Apr 10:05
Compare
Choose a tag to compare
  • Chase compiler warnings

2.0.0

14 Apr 09:23
Compare
Choose a tag to compare
  • Fix a bug where the cursor position was invalidated after a character insertion
  • Implement X11 stuff on top of both libX11 (default) and XCB (CMake -DUSE_XCB=ON)
  • Handle more options related to font handling

1.2.2

08 Apr 12:06
Compare
Choose a tag to compare
  • Fix a bug where an uninitialized XColor struct could cause a segfault on some systems (Emanuel Haupt)

1.2.1

08 Apr 11:37
Compare
Choose a tag to compare
  • Add some missing #include (Emanuel Haupt)
  • Optimize the option parsing code
  • Remove unused variable

1.2.0

08 Apr 09:21
Compare
Choose a tag to compare
  • Simplify the code by rewriting the whole thing in C++
  • Implement the -fg (foreground color) and -bg (background color) options

1.1.7

03 Apr 13:33
Compare
Choose a tag to compare
  • Implement bookmarks, see README.md for details

1.1.6

03 Apr 10:35
Compare
Choose a tag to compare
  • Fix a bug where the command line wasn't always '\0'-terminated
  • Fix style here and there
  • Update COPYRIGHT years to include 2014