summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-06-23Fix regression in 4ab0f6cSimon Parri
2025-06-20Bump version to 0.60v0.60Simon Parri
2025-06-20Make predicate functions' return values consistent with each otherSimon Parri
Before, there might have been one predicate that, to get an urgency of 10, you'd have to pass an N of 0.01, and another that to get an urgency of 10 you'd have to pass an N of 20. Now, N's of the same order of magnitude produce changes of the same order of magnitude.
2025-06-20Add random, near-deadline? and scheduled-today?Simon Parri
2025-06-20Update predicate naming schemeSimon Parri
2025-06-20Add URLSimon Parri
2025-06-20Fix docstringsSimon Parri
2025-06-20Fix calculation of prioritiesSimon Parri
Turns out headings always have a 'priority property, so we don't need to have our own fallback. Org will provide.
2025-06-19Add version 0.50v0.50Simon Parri