Skip to content

Releases: nutdotnet/AGauge

v2.1.1-prerelease.2

23 Jul 17:27
afaea9e
Compare
Choose a tag to compare
v2.1.1-prerelease.2 Pre-release
Pre-release

What's Changed

  • Merge in Code-Artist by @gbakeman in #8
  • Tick Mark bug by @gbakeman in #11
    • ⚠️All classes are now under the AGaugeClassic namespace for easier identification and organization.
    • Library is now built against .NET Framework 4.8.
    • When MinValue, MaxValue or ScaleLinesMajorStepValue is set to a value that is considered invalid (MaxValue - MinValue is not a factor of ScaleLinesMajorStepValue) - the gauge will only draw the min and max scale lines and ignore the major step value when drawing tick marks.

Full Changelog: v2.1.0-prerelease.1...v2.1.1-prerelease.2

v2.1.0-prerelease.1

01 May 19:46
b3c311d
Compare
Choose a tag to compare
v2.1.0-prerelease.1 Pre-release
Pre-release

What's Changed

Full Changelog: v2.0.5-prerelease.1...v2.1.0-prerelease.1

v2.0.5-prerelease.1

10 Feb 23:54
af21923
Compare
Choose a tag to compare
v2.0.5-prerelease.1 Pre-release
Pre-release

First pre-release of AGauge Classic, culminating improvements and code restructuring. Since v2.0.2...

  • Fix gauge painting when modifying an AGaugeRange or AGaugeLabel thanks to @Nick135
  • Label coordinate origin is now the center of the gauge
  • Other formatting tweaks
  • Fixes object disposal to prevent memory spikes
  • Code structural changes ... all thanks to @PaulMartinsen
  • Smaller cleanup and code formatting
  • Break out gauge drawing methods for finer-grained modifications
  • Adding some build automation - by @gbakeman

Full Changelog: https://github.com/nutdotnet/AGauge/commits/v2.0.5-prerelease.1