File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Current Progress
36
36
+ [ x] ` Checkbox `
37
37
+ [ x] ` Dropdown `
38
38
39
- * [ ] ` InputField ` rewrite:
39
+ * [x ] ` InputField ` rewrite:
40
40
+ [x] inherit from Label, make use of its ` get_lines() ` line breaking
41
41
+ [x] add ` bind() ` method, similarly to ` WindowManager `
42
42
+ [x] better styling, support for syntax highlights
Original file line number Diff line number Diff line change 40
40
__all__ += _inspector_all
41
41
__all__ += _serializer_all
42
42
__all__ += _exceptions_all
43
- __version__ = "0.1.4 "
43
+ __version__ = "0.2.0 "
44
44
45
45
46
46
def _macro_align (item : str ) -> str :
Original file line number Diff line number Diff line change 2
2
3
3
setup (
4
4
name = "pytermgui" ,
5
- version = "0.1.4 " ,
5
+ version = "0.2.0 " ,
6
6
include_package_data = True ,
7
7
packages = ["pytermgui" , "pytermgui/widgets" ],
8
8
license = "MIT" ,
You can’t perform that action at this time.
0 commit comments