Skip to content

Releases: otsaloma/catapult

1.1

06 Oct 19:28
1.1
Compare
Choose a tag to compare
  • Add setting to show non-native apps i.e. ignore the OnlyShowIn attribute of desktop files (#29)
  • Fix the light theme and @import rules in general (#28)

1.0.1

03 Apr 19:19
1.0.1
Compare
Choose a tag to compare
  • Don't make build depend on flake8

1.0

03 Apr 18:57
1.0
Compare
Choose a tag to compare
1.0
  • Remember choices also for prefixes of search query, e.g. if searching for "music", also save choice for "musi", "mus", "mu" and "m" (this should help avoid results jumping back and forth in certain cases)
  • Limit results returned per plugin (default 24) to avoid issues with huge file indexes paired with short query strings (#23)
  • Use xdg-screensaver lock in the session plugin to lock the screen in GNOME (instead of the earlier gnome-screensaver-command --lock)
  • Update installation to use just a Makefile and a private package under $PREFIX/share/catapult

0.999

31 Aug 20:36
0.999
Compare
Choose a tag to compare
  • Fix result list scrolling
  • Fix deleting clipboard items (#20)

0.99

09 Aug 19:59
0.99
Compare
Choose a tag to compare
  • Fix copying to the clipboard

0.9

22 Jul 22:50
0.9
Compare
Choose a tag to compare
0.9
  • Use GTK 4 (#15)
  • Drop Keybinder, users need to do the keybinding themselves
  • Window positioning on screen no longer works, users can configure their own window manager to center all new windows
  • See the updated README regarding the above regressions
  • Show window initially by default, remove --show, add --hide (if you have Catapult configured to start when you login to your desktop, you probably want to add --hide there)
  • Add dependency on the gapplication binary (part of GLib, but might be packaged separately, e.g. libglib2.0-bin on Debian)

0.6

05 Jan 21:52
0.6
Compare
Choose a tag to compare
0.6
  • Add search icon next to input
  • Refresh default themes
  • Allow overriding parts of the theme with ~/.config/catapult/user.css (#14)

0.5.1

23 Oct 12:30
0.5.1
Compare
Choose a tag to compare
  • Allow deleting clipboard history items using the delete key

0.5

03 Oct 19:06
0.5
Compare
Choose a tag to compare
0.5
  • Add a clipboard history plugin (default trigger "cc", requires a clipboard manager source, currently supports gpaste)
  • Update apps plugin index every time the launcher window is shown, making new installed apps show up instantly in search results (#13)
  • Specify limited API for plugins under catapult.api
  • When installing, don't relay PREFIX to setup.py as many distros interpret that differently. Use SETUP_PREFIX separately if needed, e.g. for building a distro package, you could use something like make DESTDIR=pkg PREFIX=/usr SETUP_PREFIX=/usr install. See Makefile for details.
  • Raise Python dependency to 3.8 or greater

0.4.1

08 Jun 18:13
0.4.1
Compare
Choose a tag to compare
  • Create directory for logging