File tree Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ ## 0.3.0 - 2022-10-01
6
+
7
+ ### Features
8
+ - A new custom usage lexer that is consistent with the formatter styles
9
+ * Issue #16 , PR #17
10
+
11
+ ### Fixes
12
+ - Fix inconsistent coloring of args in the top usage panel
13
+ * Issue #16 , PR #17
14
+ - Fix incorrect line breaks that put metavars on a alone on a new line
15
+ * Issue #12 , PR #20
16
+ - Do not print help output, return it instead
17
+ * Issue #19 , PR #21
18
+
19
+ ### Changes
20
+ - The default styles have been changed to be more in line with the new usage coloring
21
+ * PR #17
22
+ - The default ` max_help_position ` is now set to 24 (the default used in argparse) as line breaks
23
+ are no longer an issue
24
+ * PR #20
25
+
26
+ ### Removed
27
+ - The ` RichHelpFormatter.renderables ` property has been removed, it was never documented
28
+ * PR #20
29
+
30
+ ### Tests
31
+ - Run windows tests in CI
32
+ * PR #22
33
+
5
34
## 0.2.1 - 2022-09-25
6
35
7
36
### Fixes
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
4
4
5
5
[project ]
6
6
name = " rich_argparse"
7
- version = " 0.2.1 "
7
+ version = " 0.3.0 "
8
8
description = " A rich help formatter for argparse"
9
9
authors = [
10
10
{
name =
" Ali Hamdan" ,
email =
" [email protected] " },
You can’t perform that action at this time.
0 commit comments