Skip to content

Releases: IARI/label-creator

v0.0.3

13 Jun 08:42
Compare
Choose a tag to compare

Release 0.0.3

Todo: add a release description

Change log

  • version bump
  • improved release build script code
  • fixed an issue with the top column-width-bar layout
  • consistent cursor positioning between one- and multiuline label-text editing
  • itext: use non-deprecated Canvas constructor

release created with the breadmoirai.github-release gradle plugin

v0.0.2

12 Jun 12:43
Compare
Choose a tag to compare

Release 0.0.2

First release of the Label Creator!
A standalone executable binary for windows is attached.

Change log

  • gradle-task for github releases - breadmoirai.github-release 2.2.12

  • new feature: rename known files

  • more features

    • allow multiline text in label text fields (shift+enter for first new line)
    • improved label layout with a lot of saved space
    • added settings for line-height control (appsettings)
    • added fine auto-fontsize control with respect to height (appsettings)
  • update itext 7.1.11

  • several updates

    • updated tfxserializer 1.1.0
    • added document features: copy/delete/show in explorer
    • customizable column- and row-definitions, it is possible to mix relative and absolute measures
    • ui style changes in main view
    • Updating: old documents will have to be set up again (column/rows will be set to 0)
    • known issues with to few rows, and performance problems
  • updated to gradle 6.5, kotlin 1.3.72, TFXserializer .1.0.1

  • update gradle => 6.3

  • added version number

  • added own library repo to buildscript

  • buildscript cleanup

  • avoid an IDE error with explicit import

  • kotlin 1.3.71 + tfxserializer library

  • tornadofx 1.7.20

  • migrated gradle settings to kotlin script

  • feat: show page size with correct unit + code cleanup

  • readme update

release created with the breadmoirai.github-release gradle plugin