We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6596693 commit 5f77a2eCopy full SHA for 5f77a2e
CHANGELOG
@@ -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
20
v0.9.3
21
======
22
bpython/__init__.py
@@ -21,4 +21,4 @@
# THE SOFTWARE.
23
24
-__version__ = '0.9.3'
+__version__ = '0.9.4'
0 commit comments