|
21 | 21 | - FEATURE: improve section updating (ie merge lists, update headers), improve date and header management |
22 | 22 | - FEATURE: include [SAMPLE] token to provide current or previous section in the prompt |
23 | 23 | - FEATURE: markdown lint and fixing before output |
24 | | -- FEATURE: option to review and update before saving |
| 24 | +- FEATURE: option to manually review and update before saving |
25 | 25 | - FEATURE: option to use LLM to automatically review before final output |
| 26 | + - reviews format and attempts to correct it or sends for a retry |
26 | 27 | - DOCUMENTATION: Add example of using custom prompt and rules with document subcommand |
27 | 28 | - DOCUMENTATION: Add example of adding a new document type subcommand |
28 | 29 | - DOCUMENTATION: Add example of sourcing giv functions in other scripts |
|
32 | 33 | - long commit histories and summaries |
33 | 34 | - ENHANCEMENT: allow user to specify (regex?) patterns for matching sections, headers, versions, todos |
34 | 35 | - ENHANCEMENT: improve prompt with more specific todo rules. ie. BUG->FIXED changes go in ### Fixed sub section |
35 | | - |
| 36 | +- FEATURE: Add roadmap document type |
| 37 | +- FEATURE: chat with TODOs |
| 38 | +- FEATURE: Improve rules and examples handling |
| 39 | + - --rules-file |
| 40 | + - --example-file - if "auto" attempt to extract section from output-file |
| 41 | + - |
36 | 42 | ## Known Issues |
37 | 43 |
|
| 44 | +- BUG: Announcement needs more project specific context for things like homepage, name, date |
| 45 | +- BUG: Changelog including front matter and incorrect header |
| 46 | +- BUG: Release notes has incorrect date |
38 | 47 | - BUG: Docker permissions issues |
39 | 48 | - BUG: Flatpak does not build |
40 | 49 | - BUG: Snap does not build |
|
0 commit comments