| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff 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 | + | ||
| 1 | 20 | v0.9.3 | |
| 2 | 21 | ====== | |
| 3 | 22 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -21,4 +21,4 @@ | |||
| 21 | 21 | # THE SOFTWARE. | |
| 22 | 22 | ||
| 23 | 23 | ||
| 24 | - __version__ = '0.9.3' | ||
| 24 | + __version__ = '0.9.4' | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments