File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 11## 1.0.0-rc1 (TBD, 2020)
22* Enhancements
33 * Changed the default help text to make ` help -v ` more discoverable
4+ * ** set** command now supports tab-completion of values
45 * Added ` add_settable() ` and ` remove_settable() ` convenience methods to update ` self.settable ` dictionary
56 * Added convenience ` ansi.fg ` and ` ansi.bg ` enums of foreground and background colors
67 * ` ansi.style() ` ` fg ` argument can now either be of type ` str ` or ` ansi.fg `
1617 * It is now a Dict[ str, Settable] instead of Dict[ str, str]
1718 * setting onchange callbacks have a new method signature and must be added to the
1819 Settable instance in order to be called
19- * ** set** command now supports tab-completion of values
2020 * Removed ` cast() ` utility function
2121 * Removed ` ansi.FG_COLORS ` and ` ansi.BG_COLORS ` dictionaries
2222 * Replaced with ` ansi.fg ` and ` ansi.bg ` enums providing similar but improved functionality
You can’t perform that action at this time.
0 commit comments