Skip to content

Releases: lchsk/xstarter

v0.8.2

13 Sep 18:26
Compare
Choose a tag to compare
	0.8.2
	13/09/2022
	* Remove glib dependency

v0.8.1

25 May 11:47
Compare
Choose a tag to compare

25/05/2020

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

v0.8.0

27 Aug 00:01
Compare
Choose a tag to compare

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

26 Mar 18:46
Compare
Choose a tag to compare
  • Add ability to provide arguments to applications

xstarter v0.6.0

14 Jan 16:03
Compare
Choose a tag to compare
  • 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

27 May 19:37
Compare
Choose a tag to compare
  • Change name of strdup as it conflicted during arch build

xstarter v0.5.1

26 May 21:57
Compare
Choose a tag to compare
  • 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

29 Jan 21:08
Compare
Choose a tag to compare
  • Support ncurses 5.9 / ncurses 6.0
  • General cleanup