forked from prompt-toolkit/pyvim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
104 lines (67 loc) · 1.93 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
CHANGELOG
=========
0.0.12: 2016-01-03
-----------------
Upgrade to prompt_toolkit==0.56 and ptpython==0.27.
New features:
- Visual block selection type.
- Handle mouse events on tabs.
- Focus window on click.
- Show the current document in the titlebar.
Fixes:
- Make sure that 'pyvim -u ...' alsa works on Python 2.
0.0.11: 2015-10-29
-----------------
Upgrade to prompt_toolkit==0.54 and ptpython==0.25.
0.0.10: 2015-09-24
-----------------
Upgrade to prompt_toolkit==0.52 and ptpython==0.24.
0.0.9: 2015-09-24
-----------------
Upgrade to prompt_toolkit==0.51 and ptpython==0.23.
0.0.8: 2015-08-08
-----------------
Upgrade to prompt_toolkit==0.46 and ptpython==0.21.
0.0.7: 2015-06-30
-----------------
Upgrade to prompt_toolkit==0.45 and ptpython==0.20.
0.0.6: 2015-06-30
-----------------
Upgrade to prompt_toolkit==0.44 and ptpython==0.19.
New features:
- Added __main__: allow "python -m pyvim".
0.0.5: 2015-06-22
-----------------
Upgrade to prompt_toolkit==0.41 and ptpython==0.15.
0.0.4: 2015-05-31
-----------------
New features:
- Upgrade to prompt_toolkit==0.38:
Several new key bindings bug fixes and faster pasting.
0.0.3: 2015-05-07
-----------------
New features:
- shortcuts for split and vsplit.
- Page up/down key bindings.
- ControlW n/v key bindings for splitting windows.
- Custom I/O backends. (For opening of .gz files and http:// urls.)
- Implemented ControlE/ControlY/ControlD/ControlU for scrolling.
- Implemented scroll offset.
- Added :bd, :cq and :open
- Better handling of exclamation mark in commands.
Bug fixes:
- NameErrors in .pyvimrc example.
- ControlF shortcut.
- Solves :q issue.
- Fixed ControlT
0.0.2: 2015-04-26
-----------------
First public release:
- Working layouts: horizontal/vertical splits, tab pages, etc...
- Many commands + key bindings.
- Jedi and Pyflakes integration.
- Reading and writing of files.
- Many other stuff.
2015-01-25
----------
First working proof of concept.