summaryrefslogtreecommitdiff
path: root/lib/apps
AgeCommit message (Collapse)Author
2025-04-25fix(AstalApps): increase min score threshold to 0.5kotontrion
The default minimum score for application queries has been increased from 0 to 0.5 to correctly filter out mismatches when using the exact query algorithm fixes #339
2025-01-08apps: fix wrong penaltykotontrion
2024-12-21nix: refactor (#197)Aylur
close #192
2024-11-01apps: remove redundant propertiesAylur
there is no need for the enable properties since setting the multiplier to a non zero or zero value is the same thing
2024-11-01fix: trailing empty categoryAylur
2024-10-26apps: add option to include categories in queriesmatteo4375
2024-10-25docs: battery doc commentsAylur
2024-10-24apps: add option to include keywords in queries (#56)matteo4375
2024-10-24lib(apps): make scoring mechanism publicAylur
resolves #54
2024-10-23docs: fixup notifd and appsAylur
2024-10-16Merge branch 'main' into fix/fuzzy-searchAylur
2024-10-16apps: fuzzy: reduce panalty for not matchingkotontrion
2024-10-15docs: apps doc commentsAylur
docs: apps doc comments
2024-10-13apps: fix stylekotontrion
2024-10-11apps: better fuzzy search algorithmkotontrion
2024-09-01monorepo structuringAylur