You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li>When an expression is fed through the sympy bridge, make sure to
32
37
not remove outer parent relations (so that the expression remains a
33
-
sub/superscript if it was one before entering the bridge).</li>
38
+
sub/superscript if it was one before entering the bridge).</li>
39
+
<li>Fix several bugs with the undo system, and add redo.</li>
40
+
<li>Fix split-view mode.</li>
41
+
<li>Added optional <tt>partial=False</tt> flag to <tt>zoom</tt> to
42
+
enable zooming on exact matches (Daniel).</li>
43
+
<li>Add some more standard keybindings (ctrl-k, ctrl-a, ctrl-e) to
44
+
input cells.</li>
45
+
<li>Generate source tarball asset with microtex included.</li>
34
46
</ul>
35
47
36
-
<aname="master"></a>
37
48
<h3>2.5.6 (released 29-Sep-2024)</h3>
38
49
<ul>
39
50
<li>Windows build is working again, now using MSYS2 because that's the only system that provides binary packages of our dependencies and also still carries gtkmm-3.0. An installer is now auto-generated by the CI on every release.</li>
0 commit comments