X Tutup
Skip to content

Commit a82e648

Browse files
committed
Start working on 0.14 changelog
1 parent 6547d6d commit a82e648

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
11
Changelog
22
=========
33

4+
0.14
5+
----
6+
7+
This release contains major changes to the frontends:
8+
9+
* curtsies is the new default frontend.
10+
* The old curses frontend is available as bpython-cli.
11+
* The GTK+ frontend has been removed.
12+
13+
New features:
14+
15+
* French translation.
16+
* #234: Copy to clipboard.
17+
18+
Fixes:
19+
20+
* #284: __file__ is now defined.
21+
* #366, #367: Fixed help support in curtsies.
22+
* #432: Fix crash if no history is present.
23+
24+
Python 2.6, 2.7, 3.3 and newer are supported. Support for 2.5 has been dropped.
25+
Furthermore, it is no longer necessary to run 2to3 on the source code.
26+
427
0.13.2
528
-------
629

0 commit comments

Comments
 (0)
X Tutup