Releases: gahr/thingylaunch
Releases · gahr/thingylaunch
2.0.3
- Fix a seg-fault when trying to tab-complete an empty command
2.0.2
- 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.0
- 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
- Fix a bug where an uninitialized XColor struct could cause a segfault on some systems (Emanuel Haupt)
1.2.1
- Add some missing #include (Emanuel Haupt)
- Optimize the option parsing code
- Remove unused variable
1.2.0
- Simplify the code by rewriting the whole thing in C++
- Implement the -fg (foreground color) and -bg (background color) options
1.1.7
- Implement bookmarks, see README.md for details
1.1.6
- Fix a bug where the command line wasn't always '\0'-terminated
- Fix style here and there
- Update COPYRIGHT years to include 2014