Releases: tobitege/OpenSourceToolkit.NET
Releases · tobitege/OpenSourceToolkit.NET
v0.1.1
📋 What's Changed
Changed
- Updated Avalonia packages from 11.3.9 to 11.3.10 (required by Flowery.NET).
- Updated System.Text.Json from 10.0.0 to 10.0.1.
- Updated App_Title in all localization files to include ".NET" suffix.
Fixed
- Fixed deprecation warning in
AsciiArtGenerator.csby replacingSKFilterQualitywithSKSamplingOptions. - Fixed CA1416 platform compatibility warnings in
ImageConverter.csby adding[SupportedOSPlatform("windows")]attribute. - Fixed Scientific Calculator: Enter key now always triggers calculation instead of re-activating the last clicked button.
- Fixed Scientific Calculator: Unary minus was being ignored, causing negative results to become positive in subsequent calculations (e.g.,
-1522 + 2000incorrectly returned3517instead of478). - App title in all localizations now state ".NET" at the end
🖥️ Desktop App (Windows)
Self-contained executable - no .NET installation required!
| Platform | Download |
|---|---|
| Windows x64 | OpenSourceToolkit.NET-Desktop-Windows-x64.zip |
Full Changelog: v0.1.0...v0.1.1
v0.1.0
📋 What's Changed
Added
- Initial public release.
🖥️ Desktop App (Windows)
Self-contained executable - no .NET installation required!
| Platform | Download |
|---|---|
| Windows x64 | OpenSourceToolkit.NET-Desktop-Windows-x64.zip |
What's Changed
- Bump Magick.NET-Q8-AnyCPU from 14.9.1 to 14.10.0 by @dependabot[bot] in #1
- Potential fix for code scanning alert no. 3: Workflow does not contain permissions by @tobitege in #2
- Potential fix for code scanning alert no. 1: Workflow does not contain permissions by @tobitege in #3
New Contributors
- @dependabot[bot] made their first contribution in #1
- @tobitege made their first contribution in #2
Full Changelog: https://github.com/tobitege/OpenSourceToolkit.NET/commits/v0.1.0