Releases: mdgaziur/findex
Releases · mdgaziur/findex
v0.8.2
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
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
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
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
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
Full Changelog: v0.7.0...v0.7.1
Release v0.7.0
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
andgithub-repo
. They have to be installed manually.
Full Changelog: 0.6.0...v0.7.0
Release v0.6.0
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
andtoggle_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
Release v0.5.0
Changelog:
- Improved default theme
- Improved customizability
- Added settings.toml to modify behaviour
- Fixed bugs
Release v0.4.0
Changelog:
- Improve performance