Skip to content

0.5

Compare
Choose a tag to compare
@otsaloma otsaloma released this 03 Oct 19:06
· 63 commits to master since this release
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