Include issues without project or milestone on boards.

In order to help organize issues, show issues on boards even if they
don't have an assigned project or milestone.

Refactor the issue hiding feature (using the `hide-until` property) to
be an option to IssueFilter rather than a separate, special-case. This
means that the CLI always filters by default.

Hide issues in the Done state on project boards unless the new
`--show-done` arg is passed.
This commit is contained in:
2025-12-01 13:50:13 -06:00
parent 6ceca9b009
commit 1d18be9d1b
6 changed files with 50 additions and 43 deletions

View File

@@ -1,6 +1,6 @@
# Package
version = "4.31.0"
version = "4.31.1"
author = "Jonathan Bernard"
description = "Personal issue tracker."
license = "MIT"