-
Notifications
You must be signed in to change notification settings - Fork 51
/
CHANGELOG
65 lines (44 loc) · 1.76 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
1.2.0 (Jun 3, 2018)
----------------------
* Add new option "autopep8_on_save". (https://github.com/tell-k/vim-autopep8/pull/35) Thanks to @ahakanbaba
1.1.1 (Oct 12, 2017)
----------------------
* Fixed auto go to first line. (https://github.com/tell-k/vim-autopep8/pull/33)
1.1.0 (Feb 26, 2017)
----------------------
* Support more aggresive options
* Support show diff in vertical split
* Support range selection
* Remove default <F8> key mapping.
1.0.7 (Sep 09, 2014)
----------------------
* Autopep8 broken. (https://github.com/tell-k/vim-autopep8/pull/15)
* Redraw under disable_show_diff mode. (https://github.com/tell-k/vim-autopep8/pull/13)
1.0.6 (May 23, 2014)
----------------------
* No need to file scope variables. (https://github.com/tell-k/vim-autopep8/issues/11)
* Add ability to pass commandline args. (https://github.com/tell-k/vim-autopep8/pull/10)
* fixed typo. (https://github.com/tell-k/vim-autopep8/pull/9)
1.0.5 (May 05, 2014)
----------------------
* add "autopep8_indent_size" option. (https://github.com/tell-k/vim-autopep8/issues/8)
1.0.4 (Mar 02, 2014)
----------------------
* Changed to green the color of the "fixes comment"
* Function ":Autopep8" becomes callable.
1.0.3 (Dec 30, 2013)
----------------------
* fixed bug & typo.
* when filename or filepath contain whitespace, cause error. (https://github.com/tell-k/vim-autopep8/issues/5)
* typo. 'aggresive' =>
'aggressive'.(https://github.com/tell-k/vim-autopep8/issues/7 )
1.0.2 (Oct 25, 2013)
----------------------
* fixed typo. (https://github.com/tell-k/vim-autopep8/pull/4)
1.0.1 (Sep 16, 2013)
----------------------
* add "autopep8_disable_show_diff" option. default is 0.
* add help document. available "help autopep8".
1.0.0 (Jun 06, 2013)
----------------------
* Initial release