Releases: nutdotnet/AGauge
Releases · nutdotnet/AGauge
v2.1.1-prerelease.2
What's Changed
- Merge in Code-Artist by @gbakeman in #8
- Tick Mark bug by @gbakeman in #11
⚠️ All classes are now under theAGaugeClassic
namespace for easier identification and organization.- Library is now built against .NET Framework 4.8.
- When
MinValue
,MaxValue
orScaleLinesMajorStepValue
is set to a value that is considered invalid (MaxValue
-MinValue
is not a factor ofScaleLinesMajorStepValue
) - 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
v2.0.5-prerelease.1
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