File tree 1 file changed +34
-2
lines changed
1 file changed +34
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## TODO
4
4
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
+
5
31
- Move changelog rst syntax to markdown
6
32
- ` 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+).
9
35
- Inspect why files starting with the following code do not get loaded:
10
36
11
37
``` python
16
42
main()
17
43
```
18
44
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
+
19
51
# # 2019-05-11 0.10.0
20
52
21
53
After many changes, including moving most of our dependencies from copied
You can’t perform that action at this time.
0 commit comments