Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-05 | feat: parse issues as markdown | Alexander Foremny | |
2023-12-05 | feat: add experimental render api | Alexander Foremny | |
2023-11-27 | don't cache `internalTags` | Alexander Foremny | |
2023-11-09 | fix extracting tags from code | Alexander Foremny | |
2023-11-07 | add internal tag `title' | Alexander Foremny | |
2023-11-07 | add issue marker as internal tag @type | Alexander Foremny | |
2023-11-07 | add author & editor to internal tags | Alexander Foremny | |
2023-11-07 | add internal tag @modifiedAt | Alexander Foremny | |
2023-11-07 | record both creation and update in provenance | Alexander Foremny | |
2023-11-07 | refactor history | Alexander Foremny | |
2023-10-17 | add filter operators | Alexander Foremny | |
The following filter expressions are now additionally valid: ``` --filter @tag <=VALUE --filter @tag <VALUE --filter @tag >=VALUE --filter @tag >VALUE ``` Note that negation needs some re-work. Currently, only `--filter !@tag <VALUE` is valid, and `--filter @tag !<VALUE` is not. The first version may not behave as you would expect it. A tracking issue has been created. Note that without typing tag values, all comparisons perform lexicographically on `String`s. | |||
2023-10-17 | allow empty-valued (bool) tags | Alexander Foremny | |
2023-10-16 | add internal tag `createdAt` | Alexander Foremny | |
2023-10-16 | refactor: add language extensions to Cabal file | Alexander Foremny | |
Ditches `ghci` in favor of `cabal repl`. | |||
2023-10-14 | add basic caching of Issue's | Fabian Kirchner | |
2023-10-05 | generate internal @id tag from title | Alexander Foremny | |
2023-10-04 | add tags to issues | Alexander Foremny | |