Skip to content

Releases: latexdraw/latexdraw

4.0.3

06 Dec 12:33
Compare
Choose a tag to compare
  • new(i18n): Chinese (Traditional), by Michael Tsao @microwave54
  • fix(ui): Freeze when using key shortcuts
  • fix(ui): Objects being dragged move faster than the mouse cursor #37
  • fix(ui): TeX file export extension, by @ahresse
  • fix(ui): Text positions not correctly exported as PDF #41

4.0.2

04 Oct 15:21
Compare
Choose a tag to compare
  • improvement: better ctrl-scroll zooming (consider the pointer)
  • fix: thumbnails creation did not work on MacOSX
  • fix: Text position ignored when loading a file
  • fix: Zoom spinner not updated on file loading
  • fix: Rounded rectangle not correctly rendered
  • fix: setting the position of a shape manually did not work as expected
  • fix: better resolution of the app icons
  • fix: invalid tooltips
  • fix issue with shortcuts on mac
  • change: we removed the use of the shared templates folder

4.0.1

13 Apr 13:05
Compare
Choose a tag to compare

Version 4.0.1 -- 2020-04-13

  • fix: the app does not start with a OS language not supported
  • fix/change: instead of requiring the tool ImageMagick to convert pdd to png thumbnails,
    the app now uses pdftoppm, which is provided by LaTeX distributions
  • fix: export using LaTeX does not work on Windows
  • fix: the LaTeX 'text position' had no graphical effect
  • fix: issues in translation files
  • fix: the app may not stop correctly
  • fix: some actions do not work on start because of an configuration issue
  • fix: Windows prevents parallel LaTeX compilations (this had an impact on the text rendering that may fail)
  • translations updated
  • no more export using pdfcrop as the exported pdf files should now be cropped natively

4.0.0

13 Apr 13:04
Compare
Choose a tag to compare

Version 4.0.0 -- 2020-03-28

  • New: The user interface is now developed in JavaFX (instead of Swing):

    • We completely redesigned the user interface.
    • Better performances.
    • To ease the selection, the cursor changes when moving the mouse over a shape with the hand.
  • Can insert eps and pdf pictures ('convert' provided by ImageMagick is required).

  • psrotate supported

  • Fixed

    • Multiple fixes in the SVG save/load
    • Multiple fixes in the PSTricks save/load

Improvements:

  • can scroll on a spinner to change its value.
  • A better zoom animation.

Change:

  • Some SVG arrow parameters, produced using a 3.x or older version, may not be loaded as expected

4.0 beta2 -- preview

18 May 16:06
Compare
Choose a tag to compare
4.0 beta2 -- preview Pre-release
Pre-release

A first official development release of the next main version. The changes in the user interface are huge. The app does not require a Java installation anymore: the provided binaries embed a sliced JVM so that you can run the app as a standalone app. Binaries are available for Linuw, Windows and MacOsX.

3.3.9

09 May 05:32
Compare
Choose a tag to compare

fixed: scroll did not work properly on MacOS thanks to a JDK issue