Age | Commit message (Expand) | Author |
---|---|---|
2023-11-29 | support comments | |
2023-11-28 | assign support-issue-comments | |
2023-11-28 | un-hardcode issue marker | |
2023-11-28 | editing issues preserves comment style | |
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-27 | add `rawText` to `Issue` | |
2023-11-27 | don't cache `internalTags` | |
2023-11-10 | @backlog issues, remove @scheduled | |
2023-11-10 | assign separate-database-issues-and-history-issues | |
2023-11-09 | refactor TreeGrepper.Comment | |
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 | sort newest issues first by default | |
2023-11-07 | add issues | |
2023-11-07 | add internal tag `title' | |
2023-11-07 | improve getCommitHashes | |
2023-11-07 | add `tags` command | |
2023-11-07 | fix performance when generating history | |
2023-11-07 | fix issue title | |
2023-11-07 | fix `getRootDir` returning wrong path | |
2023-11-07 | update issues | |
2023-11-07 | fix hardcoded "@topic" | |
2023-11-07 | add issue marker as internal tag @type | |
2023-11-07 | add author & editor to internal tags | |
2023-11-07 | add numbers to grouped topics | |
2023-11-07 | fix group-by parsing | |
2023-11-07 | add --group-by option | |
2023-11-07 | add renaming issues | |
2023-11-07 | add `Git.getRootDir` | |
2023-11-07 | add settings | |
2023-11-07 | add `--edit` flag to `show` command | |
2023-11-07 | add internal tag @modifiedAt | |
2023-11-07 | record both creation and update in provenance | |
2023-11-07 | refactor history | |
2023-10-17 | inline `cached` into function calls | |
2023-10-17 | refactor `cached` | |
2023-10-17 | add `log` command | |
2023-10-17 | make --width a global option | |
2023-10-17 | make sort type-aware | |
2023-10-17 | make filter type-aware | |
2023-10-17 | add filter operators | |
2023-10-17 | applySort -> applySorts |