Xstarter Versions Save

Application launcher for Linux

v0.8.2

1 year ago
	0.8.2
	13/09/2022
	* Remove glib dependency

v0.8.1

3 years ago

25/05/2020

  • Make xstarter compile with gcc 10
  • Fix buggy item highlighting
  • Improve build script

v0.8.0

5 years ago

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

v0.7.0

6 years ago
  • Add ability to provide arguments to applications

v0.6.0

6 years ago
  • 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

v0.5.2

6 years ago
  • Change name of strdup as it conflicted during arch build

v0.5.1

6 years ago
  • 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

v0.5.0

7 years ago
  • Support ncurses 5.9 / ncurses 6.0
  • General cleanup