Skip to content

Releases: ernestask/jogg

v0.0.0-4

28 Jul 14:46
Compare
Choose a tag to compare
v0.0.0-4 Pre-release
Pre-release
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

21 Jul 13:33
Compare
Choose a tag to compare
v0.0.0-3 Pre-release
Pre-release
result: Fix style

v0.0.0-2

21 Jul 12:48
Compare
Choose a tag to compare
v0.0.0-2 Pre-release
Pre-release
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.

v0.0.0-1

14 Jul 14:33
Compare
Choose a tag to compare
v0.0.0-1 Pre-release
Pre-release
github: package: Only run on workflow_call

For now, there’s no need to build each commit.