Skip to content

Releases: erlete/coordinate-canvas

v1.5.1

20 Jan 03:37
0a4ad1b
Compare
Choose a tag to compare

This release features CLI support and extensive code cleanup. Check details on #15 for more information.

What's Changed

New Contributors

Full Changelog: v1.4.1...v1.5.1

v1.4.1

03 Mar 02:38
e5f9935
Compare
Choose a tag to compare

This PR features minor quality changes regarding workflow and outdated documentation updates.

What's Changed

  • Update package information and integration workflows by @erlete in #4

Full Changelog: v1.4.0...v1.4.1

v1.4.0

25 Dec 13:56
6dabc94
Compare
Choose a tag to compare

This PR features a revolutionary functionality for the repository: multiple line handling on the same plot. The user is allowed to switch between lines directly using the number keys.

As it was mentioned in #1, the spline generation issue caused by consecutive identical coordinates was successfully solved.

Furthermore, an input handling module was added in order to properly request and verify the required input format for the package to work.

What's Changed

  • Multi-line direct support, input handling and error solving by @erlete in #2

Full Changelog: v1.3.1...v1.4.0

v1.3.1

23 Dec 22:26
23fd7a4
Compare
Choose a tag to compare

Solved an issue that caused the spline generation to throw an error and cause unexpected behavior from the canvas when two identical coordinates were consecutively drawn.

Also renamed modules, updated requirements and documented code.

What's Changed

  • Solve spline generation issue by @erlete in #1

Full Changelog: v1.3.0...v1.3.1

v1.3.0

22 Dec 12:08
8116b33
Compare
Choose a tag to compare

This release features a new coordinate visualization method: a visual spline. This allows the user to better predict how the curvature and yaw of the line they are drawing would look like when cubically interpolated.

The spline is only visual. Saved data is still the same: the individually drawn points.

Full Changelog: v1.2.0...v1.3.0

v1.2.0

20 Dec 22:02
ffe4928
Compare
Choose a tag to compare

Fixed an error that appeared when the module was executed via python3 -m coordinate-canvas since the module itself did not have a __main__.py file and could not be directly executed.

Full Changelog: v1.1.0...v1.2.0

v1.1.1

20 Dec 13:48
4d409a5
Compare
Choose a tag to compare

Quick fix for the PyPI package release.

v1.1.0

20 Dec 13:46
4d409a5
Compare
Choose a tag to compare

This release features the PyPI package publication that allows users to interact with the coordinate canvas as a Python module directly from the command line.

Full Changelog: v1.0.0...v1.1.0

v1.0.0

25 Sep 19:29
Compare
Choose a tag to compare

Initial release

This release contains the first stable version of the documented, fully-functional program, featuring:

  • Variable canvas size selection (width, height).
  • Variable amount of lines to draw.
  • Visual grid to guide coordinate selection.
  • Coordinate data output to a JSON file.