Skip to content

Releases: mdgaziur/findex

v0.8.2

05 Jun 18:09
3a3327e
Compare
Choose a tag to compare

What's Changed

  • About: include git tag in about message
  • Result List Row: vertically center align result info
  • Default settings: set result_size to 5
  • CSS: update default styling
  • Feature: add icon beside searchbar
  • Bump mio from 0.8.8 to 0.8.11 by @dependabot in #49

Full Changelog: v0.8.1...v0.8.2

Release v0.8.1

07 Feb 11:42
44ed7cb
Compare
Choose a tag to compare

What's Changed

  • Bump shlex from 1.2.0 to 1.3.0 by @dependabot in #47
  • Fix(#45): fix ParseIntError in getpid
  • Fix(#46): crash when ApplicationCommand::Command(/* RString */) is empty
  • Improvement: deduplicate appinfo based on commandline insead of name

NOTE: this version features changes in the plugin API so it's necessary to recompile the plugins before using them.

Full Changelog: v0.8.0...v0.8.1

Release v0.8.0

18 Oct 13:24
8453150
Compare
Choose a tag to compare

What's Changed

  • Added --about command line option to get version and author nfo
  • Fix weird behavior when 'del' is pressed
  • Added the ability to set custom shortcut for triggering each plugins
  • Added keyboard shortcut to launch any of the first 10 results
  • Added classes for ease of customization

New Contributors

  • @pinkcreeper100 made their first contribution in #40

Full Changelog: v0.7.2...v0.8.0

Release v0.7.2

28 Feb 16:25
8936ff4
Compare
Choose a tag to compare

What's Changed

  • Fix struct layout bug in findex-plugin crate (5345185)
  • Bump tokio from 1.24.1 to 1.25.0 by @dependabot in #39

Full Changelog: v0.7.1...v0.7.2

NOTE: this release contains breaking changes in the plugin system. So you must recompile all of your plugins if you want to use this version.

Release v0.7.1

09 Jan 04:11
42d16a1
Compare
Choose a tag to compare

What's Changed

  • Fixed window positioning bug
  • Use config dir specified in env variable (XDG_CONFIG_DIRS) instead of hardcoding one
  • Fix busy loop in the main thread by @Maix0 in #36
  • Bump tokio from 1.23.0 to 1.24.1

Note: This version does not include any breaking change in the plugin system.

New Contributors

  • @Maix0 made their first contribution in #36

Full Changelog: v0.7.0...v0.7.1

Release v0.7.0

25 Dec 15:17
e3006be
Compare
Choose a tag to compare

Changelog

  • Removed systemd services
  • Added findex-daemon
  • Added basic wayland support
  • Fixed UX bugs
  • Added plugin system (Check readme for more info)
  • Added plugins urlopen and github-repo. They have to be installed manually.

Full Changelog: 0.6.0...v0.7.0

Release v0.6.0

17 Jul 09:12
f05acb9
Compare
Choose a tag to compare

Changelog

  • New codebase
  • Faster performance(launches faster than previous versions and less input lag)
  • Show application description
  • Add new CSS class findex-result-app-description
  • Remove old settings related to fuzzy searching
  • Add min_score, result_size, name_match_highlight_color and toggle_key
  • Use Keybinder to bind keys. This means user can bind shortcut to launch Findex via settings.toml
  • Drop support for Wayland(Will be brought back in later version)
  • Currently dependent on systemd to restart Findex when configuration changes. In later versions, this will be changed.
  • Sublime like fuzzy searching with highlighting

Release v0.5.1

29 Jun 13:50
5728480
Compare
Choose a tag to compare

Features:
No new features

Bugfixes:

Release v0.5.0

30 Nov 10:28
c600739
Compare
Choose a tag to compare

Changelog:

  • Improved default theme
  • Improved customizability
  • Added settings.toml to modify behaviour
  • Fixed bugs

Release v0.4.0

12 Nov 03:35
Compare
Choose a tag to compare

Changelog:

  • Improve performance