Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-15 | feat: add `search` command | ||
2023-12-13 | issue: reopen add-fulltext-search | ||
2023-12-13 | issue: update issues | ||
2023-12-13 | chore: compute issues and issue events separately | ||
2023-12-13 | chore: uncache large issue fields | ||
2023-12-13 | chore: compute patches only when displayed | ||
2023-12-12 | feat: add `--edit` to `list` command | ||
2023-12-12 | issue: add future improvements | ||
2023-12-12 | issue: format tag-improvements-or-filtering | ||
2023-12-12 | chore: use `Map Text Issue` instead of [Issue] | ||
2023-12-08 | feat: add @rawText internal tag | ||
This facilitates full-text search via: ``` anissue list --filter '@rawText /any.*text/' ``` | |||
2023-12-08 | issue: close ↵ | ||
only-separate-generated-tags-with-a-blank-line-when-description-does-notend-with-tags | |||
2023-12-08 | feat: add filtering tags by (POSIX) regex | ||
Example: ``` anissue list --filter '@title /foo/' ``` | |||
2023-12-08 | issue: add add-anissue-lint | ||
2023-12-08 | issue: add future enhancements | ||
2023-12-08 | feat: easily separate renderables by blank lines | ||
2023-12-08 | feat: add `--detailed` to list | ||
This reverts commit 53623436f68e548b1a840ac0f7e1e4472270613d. | |||
2023-12-07 | chore: increase performance by caching everything | ||
Initial cache generation is slower, as we are losing out on parallelism. | |||
2023-12-06 | chore: fix formatting | ||
2023-12-06 | issue: add replace-anissue-show-with-anissue-list---detailed | ||
2023-12-05 | feat: parse issues as markdown | ||
2023-12-05 | feat: add experimental render api | ||
2023-12-03 | feat: drop mdcat | ||
2023-12-03 | feat: extend show to multiple issues | ||
2023-12-03 | feat: color patches | ||
2023-11-30 | feat: add -p|--patch to log command | ||
2023-11-30 | chore: make issue ids obligatory | ||
2023-11-30 | chore: define `(._N)` accessors for tuples | ||
2023-11-30 | feat: support closed issues | ||
Closed issues can be shown, but listing closed issues requires passing `--closed`. | |||
2023-11-30 | feat: show commit references in show command | ||
2023-11-29 | feat: collect issues referencing issue | ||
2023-11-29 | refactor: attach issues for each commit in history | ||
2023-11-29 | assign relations-between-issues | ||
2023-11-29 | support comments | ||
2023-11-28 | assign support-issue-comments | ||
2023-11-28 | un-hardcode issue marker | ||
2023-11-28 | move `replaceText` to `Issue` | ||
2023-11-28 | change provenance's hash form `Text` to `CommitHash` | ||
2023-11-27 | close separate-database-issues-and-history-issues | ||
2023-11-27 | update separate-database-issues-and-history-issues | ||
2023-11-27 | make provenance obligatory | ||
2023-11-10 | @backlog issues, remove @scheduled | ||
2023-11-10 | assign separate-database-issues-and-history-issues | ||
2023-11-09 | improve grouped list styling | ||
2023-11-09 | group-by -> group | ||
2023-11-09 | don't reference issues with @ | ||
2023-11-09 | fix extracting tags from code | ||
2023-11-09 | improve list output | ||
2023-11-07 | update issues | ||
2023-11-07 | add issues | ||