File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 6.2.1] - 2022-05-25
2
+
3
+ ### Bugfixes
4
+ - Fix ` \n ` being escaped when highlighting python
5
+
6
+
7
+ ### Refactors
8
+ - Add ` WindowManager.autorun ` class attribute
9
+
10
+
11
+
1
12
## [ 6.2.0] - 2022-05-24
2
13
3
14
### Bugfixes
190
201
191
202
192
203
204
+ [ 6.2.0 ] : https://github.com/bczsalba/pytermgui/compare/6.2.0...6.2.1
193
205
[ 6.2.0 ] : https://github.com/bczsalba/pytermgui/compare/6.1.0...6.2.0
194
206
[ 6.1.0 ] : https://github.com/bczsalba/pytermgui/compare/6.0.0...6.1.0
195
207
[ 6.0.0 ] : https://github.com/bczsalba/pytermgui/compare/5.0.0...6.0.0
Original file line number Diff line number Diff line change 42
42
43
43
warnings .filterwarnings ("ignore" )
44
44
45
- __version__ = "6.2.0 "
45
+ __version__ = "6.2.1 "
46
46
47
47
48
48
def auto (data : Any , ** widget_args : Any ) -> Optional [Widget | list [Splitter ]]:
You can’t perform that action at this time.
0 commit comments