X Tutup
Skip to content

Commit 5f77a2e

Browse files
committed
Made Trundle happy
1 parent 6596693 commit 5f77a2e

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
v0.9.4
2+
======
3+
4+
Fixed issues:
5+
#36 when typing a float literal bpython autocompletes int methods
6+
#40 Autocompletion for file names
7+
#27 Indenting doesn't reset
8+
9+
bpython configuration has moved from ~/.bpython.ini to ~/.bpython/config (currently
10+
still supporting fallback)
11+
12+
leftovers of statusbar when exiting bpython cleaned up
13+
14+
bpython now does not crash when a 'popup' goes out of window bounds
15+
16+
numerous fixes and improvements to parentheses highlighting
17+
18+
made *all* keys configurable (except for arrow keys/pgup/pgdown)
19+
120
v0.9.3
221
======
322

bpython/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
# THE SOFTWARE.
2222

2323

24-
__version__ = '0.9.3'
24+
__version__ = '0.9.4'

0 commit comments

Comments
 (0)
X Tutup