Skip to content

Releases: otfried/old-ipe-releases

v7.2.26

16 Jul 14:04
Compare
Choose a tag to compare
  • Allow to store autosave file in same directory as document
    itself. This is now also the default. (#426)

  • Circular graph edges no longer get broken when moving graph
    nodes (bug #424).

  • Make it possible to remap left_command on MacOS (bug #431).

  • Use PKG_CONFIG environment variable (#429).

v7.2.25

19 Jun 17:21
Compare
Choose a tag to compare
  • Add spell-checking to text entry on Linux.

  • Change presentation style sheet to have 16:9 aspect ratio (#385).

  • Many more configuration options in prefs.canvas_style (#400 & #406).

  • Remove box around links in PDF output (#397).

  • Add 'script' text size (#410).

  • Use most-recently used directory in "Save" and "Save As" (#394).

  • Maintain a single custom string on each Ipe object. It's not used by Ipe itself, but can be used by external software or ipelets. (#409)

  • Add page transition effects from PDF 1.5 (Push, Cover, Uncover, Fade).

  • Adjust highlighting text colors in dark theme.

  • Fix crash when compiling with -D_GLIBCXX_ASSERTIONS (#387).

  • Try to simply use UTF-8 in 'runlatex.bat'. This should work at least on Windows-10 (bug #338, second case).

  • Upgrade Freetype in Windows package (fixes bug #411).

  • Show error message when a style sheet mentioned in prefs.styles cannot be read (bug #405).

  • Reuse PDF text resources for identical text objects (#412).

  • Fix losing primary selection when deselecting using rectangle drag (bug #423).

v7.2.24

07 Apr 10:10
Compare
Choose a tag to compare

Ipe 7.2.24 (2021-04-07)

  • Fix a crash on MacOS 11 El Sur by applying a patch to cairo
    (bug #370).

  • Switch from CAIRO_FILTER_FAST to CAIRO_FILTER_GOOD for decent
    display (essential when filming from the canvas).

  • Make "Select by type/attribute" ipelet work when selecting on an
    absolute color (#380).

  • Fix semi-transparent bitmaps as well as bitmaps with color keys not
    working in Ipepresenter (bug #9).

  • Fix exporting to EPS when part of the drawing lies outside the
    paper (bug #369).

  • Remember online latex service URL in a different file to avoid
    problems when using old and new Ipe versions.

  • Improve calling of external editor on Qt, so that keyboard focus
    is given to the external editor.

  • Raise Ipe window after returning from external editor on Qt, in
    case the editor program is still running.

  • New preference 'freeze_in_latex' to let the Ipe UI freeze during a
    Latex run.

  • New shell script 'iperender-par' that allows to run several
    instances of iperender in parallel (e.g. as part of a parallel
    make) (#375).

  • Add Lua API to access (Latex) dimensions of text object.

  • Silently ignore non-integer grid sizes (#372).

  • On MacOS 11, return to the classic toolbar underneath the title
    bar, because the new unified look leaves most tool buttons off the
    screen (bug #376).