Skip to content
This repository was archived by the owner on Dec 4, 2024. It is now read-only.

Releases: tavanuka/SvgPathExtractor

Public release v1.1.0

03 Feb 11:10
d353303

Choose a tag to compare

What's Changed

Fixes

  • Removed previous release builds as they were not functioning. It should work on build now

Known Issues

  • Exception possibility upon entering a faulty string still persists. Application has no checking

Full Changelog: 1.0.x...1.1.x

Public release v1.0.1

03 Feb 10:55

Choose a tag to compare

Fixes

  • Fixed application not outputting the files in the correct local directory
  • Fixed loop iteration to actually work (lol)
  • Fixed creating a local directory being created in the input path folder
  • Removed use of redundant variable declaration
  • Renamed properties to the naming convention's standard

Public release v1.0.0

02 Feb 20:29

Choose a tag to compare

What's new

  • Complete rewrite of display interaction logic. It now takes multiple options (read/save local, read/save from path)
  • Added option to save to local directory by creating an output folder
  • Added option to read from current directory of the executable's path
  • Input files can now be parsed with two different closing tags.
  • Ability to capture multiple path tags
  • (not implemented) output multiple paths and path attributes

What's changed

  • Updated regular expression to recognize variants of closing tags

Fixes

  • Fixed application not hanging on completion
  • Fixed regular expression not capturing groups correctly
  • Fixed regular expression not matching correct tags
  • Clean up code
  • Fixed correct property naming conventions
  • Fixed correct versioning

Known Issues

  • There is no proper exception and path checking for correct format. Paths have to be entered correctly

Public release v0.0.1

02 Feb 10:13
a7fdaed

Choose a tag to compare

Initial release.