Releases: ernestask/jogg
Releases · ernestask/jogg
v0.0.0-4
Show desktop entry descriptions in results Probably not necessary, but this commit creates a new widget for results, allowing better reuse of widgets and controlling their vertical size, which is required to not have different size results when not all desktop entries have descriptions. Resolves https://github.com/ernestask/jogg/issues/6
v0.0.0-3
v0.0.0-2
Implement action search This commit ditches g_desktop_app_info_search() with a modified copy of the search code in order to support searching for actions in desktop entries. That additionally required implementing own sorting, which currently is based on the specificity of the match type (e.g. name ranks above display name and keywords and so on) and whether we’ve prefix-matched. Resolves #5.