Skip to content

Releases: tuanchauict/MonoSketch

v1.3.5: Add thin arrows because the thinker ones may not be rendered correctly on some fonts

16 Jun 02:23
8ced332
Compare
Choose a tag to compare

v1.3.4 New crossing point algorithm

18 Apr 08:12
ed8c0df
Compare
Choose a tag to compare

Simplify the crossing point algorithm and allow complex combinations to joinable

╓───────┒
║       ┃
╟───────┨
║       ┃
╙───────┚

See ##588 for more detail

What's Changed

  • Simplify crossing point algorithm and allow complex combination to joinable by @tuanchauict in #588
  • Exclude directions exist in upper inner char on lower inner char by @tuanchauict in #590
  • Use mask to check left right top bottom direction of the adjacent chars by @tuanchauict in #592
  • Fix line anchor char is overriden when overlapping lines by @tuanchauict in #599
  • v1.3.4 Simplify crossing point algorithm and allow complex combination to joinable by @tuanchauict in #603

Full Changelog: v1.3.3...v1.3.4

v1.3.3: Improve moving focus shape: prefer interaction point

20 Aug 04:22
f7ce614
Compare
Choose a tag to compare

We have improved the user experience by prioritizing currently selected shapes over unselected shapes when moving the mouse, and by giving priority to handling interaction points when the mouse is on them.
These enhancements aim to make shape interaction more intuitive and responsive for a smoother user experience.

v1.3.2: Fix bugs related to hover and move

22 Jul 00:04
7b59aa0
Compare
Choose a tag to compare

What's Changed

  • Fix hover while dragging and line select becomes line move by @tuanchauict in #571

Full Changelog: v1.3.1...v1.3.2

v1.3.1

08 Jul 07:39
f717c10
Compare
Choose a tag to compare

Able to move hover shape without select

Screen.Recording.2023-07-08.at.16.17.58.mov

v1.3.0 Line snapping

08 Jul 07:33
5e01d31
Compare
Choose a tag to compare

Able to snap a line to a shape to update its anchors when changing the shape's bound

Screen.Recording.2023-06-26.at.6.08.36.mov