File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## TODO
44
5+ - Update submodules
6+ - Fix Errors related to these updates
7+ - Improve tests outputs
8+ - Fix Global and Module MoveRefactoring (#1141 ) Thanks to @lieryan
9+ - Text object/operator/motion mapping to select logical line (#1145 ). Thanks to
10+ @lieryan
11+ - Remove dead keywords and builtins; add match, case (#1149 ). Thanks to
12+ @NeilGirdhar
13+ - Add syntax highlight for walrus (#1147 ) Thanks to @fpob
14+ - Add configurable prefix for rope commands (#1137 ) TThanks to @NathanTP
15+ - Add option g: pymode_indent_hanging_width for different hanging indentation
16+ width (#1138 ). Thanks to @wookayin
17+
18+ ## 2020-10-08 0.13.0
19+
20+ - Add toml submodule
21+
22+ ## 2020-10-08 0.12.0
23+
24+ - Improve breakpoint feature
25+ - Improve debugging script
26+ - Update submodules
27+ - Improve tests
28+
29+ ## 2020-05-28 0.11.0
30+
531- Move changelog rst syntax to markdown
632- ` pymode_rope ` : check disables
7- - Remove supoort for python 2. From 0.11.0 on we will focus on supporting
8- python 3+ (probably 3.5+).
33+ - BREAKING CHANGE: Remove supoort for python 2. From 0.11.0 on we will focus on
34+ supporting python 3+ (probably 3.5+).
935- Inspect why files starting with the following code do not get loaded:
1036
1137 ``` python
1642 main()
1743 ```
1844
45+ - added github actions test suit and remove travis
46+ - improved submodules cloning (shallow)
47+ - Removes `six` submodule
48+ - Fix motion mapping
49+ - Fix breakpoint feature
50+
1951# # 2019-05-11 0.10.0
2052
2153After many changes, including moving most of our dependencies from copied
You can’t perform that action at this time.
0 commit comments