Releases: lchsk/xstarter
Releases · lchsk/xstarter
v0.8.2
v0.8.1
v0.8.0
27/08/2018
- Add -e option: execute an application and detach it from terminal
- Print a list of applications from cache (-P param)
- Include recently open apps in the printed list
- Fix bug that breaks the application if it's built without compiler optimisation
- Save last open app when open with -e option
- Remove some compiler warnings
xstarter v0.7.0
- Add ability to provide arguments to applications
xstarter v0.6.0
- Add ability to open an application in terminal
- When calling chdir, change to user's home directory
- Remove compiler warnings
- Update deb package
- Add rpm package
xstarter v0.5.2
- Change name of strdup as it conflicted during arch build
xstarter v0.5.1
- Fix a bug that appeared on Arch that caused problems with "open_itself" function.
- When attempting to find a path to the xstarter, try to find it in $PATH which should work as long as xstarter is installed.
- Add missing -r option to the help screen and readme file.
- Add man page: man xstarter
xstarter v0.5.0
- Support ncurses 5.9 / ncurses 6.0
- General cleanup