We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6547d6d commit a82e648Copy full SHA for a82e648
CHANGELOG
@@ -1,6 +1,29 @@
1
Changelog
2
=========
3
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
27
0.13.2
28
-------
29
0 commit comments