Skip to content

Releases: tobitege/OpenSourceToolkit.NET

v1.0.0

07 Jun 06:53
68bda31

Choose a tag to compare

📋 What's Changed

Changed

  • Upgraded the desktop app to Avalonia 12 and Flowery.NET 2.0.6.
  • Updated eligible direct NuGet dependencies that were older than seven days, including OpenCvSharp, SkiaSharp, System.Text.Json, System.Drawing.Common, YamlDotNet, LlmTornado, Microsoft.SqlServer.TransactSql.ScriptDom, and MSTest packages.
  • Replaced deprecated Avalonia placeholder APIs across the UI with PlaceholderText.
  • Updated fullscreen image viewer window chrome settings for Avalonia 12.
  • Updated MSTest exception assertions for the MSTest 4 assertion API.

Fixed

  • Restored text clipboard copy behavior after Avalonia 12 moved clipboard text helpers to extension methods.
  • Preserved duplicate validation-plugin removal behavior after Avalonia 12 made the binding plugin container non-public.

🖥️ Desktop App (Windows)

Self-contained executable - no .NET installation required!

Platform Download
Windows x64 OpenSourceToolkit.NET-Desktop-Windows-x64.zip

What's Changed

  • Bump v1.0.0; upgrade to Avalonia 12; deps updates (#4) by @tobitege in #5

Full Changelog: v0.2.3...v1.0.0

v0.2.3

18 May 18:22
98b2497

Choose a tag to compare

📋 What's Changed

Security

  • Updated Magick.NET-Q8-AnyCPU from 14.13.0 to 14.13.1 in the app and converters projects to address current Dependabot advisories.

🖥️ Desktop App (Windows)

Self-contained executable - no .NET installation required!

Platform Download
Windows x64 OpenSourceToolkit.NET-Desktop-Windows-x64.zip

Full Changelog: v0.2.2...v0.2.3

v0.2.2

30 Apr 22:47
6a3b15f

Choose a tag to compare

📋 What's Changed

Changed

  • Updated stable NuGet dependencies for System.Text.Json, System.Drawing.Common, Magick.NET, OpenCvSharp4, System.IdentityModel.Tokens.Jwt, and LlmTornado.

🖥️ Desktop App (Windows)

Self-contained executable - no .NET installation required!

Platform Download
Windows x64 OpenSourceToolkit.NET-Desktop-Windows-x64.zip

Full Changelog: v0.2.0...v0.2.2

v0.2.0

20 Mar 20:15
96d894d

Choose a tag to compare

📋 What's Changed

Changed

  • Updated Magick.NET-Q8-AnyCPU from 14.10.0 to 14.11.0 in the app and converters projects to address known security advisories.
  • Updated Flowery.NET from 1.8.0 to 1.9.2 and aligned Avalonia package references to 11.3.12.
  • Updated System.Text.Json package references to 10.0.5 across affected projects.
  • Switched the default Flowery.NET dependency back to the NuGet package instead of a local project reference.

Fixed

  • Resolved NuGet restore and build warnings caused by Avalonia and System.Text.Json package downgrades.

🖥️ Desktop App (Windows)

Self-contained executable - no .NET installation required!

Platform Download
Windows x64 OpenSourceToolkit.NET-Desktop-Windows-x64.zip

Full Changelog: v0.1.1...v0.2.0

v0.1.1

23 Dec 07:15
6a82214

Choose a tag to compare

📋 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.cs by replacing SKFilterQuality with SKSamplingOptions.
  • Fixed CA1416 platform compatibility warnings in ImageConverter.cs by 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 + 2000 incorrectly returned 3517 instead of 478).
  • 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

20 Dec 04:49
83ba0ee

Choose a tag to compare

📋 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

Full Changelog: https://github.com/tobitege/OpenSourceToolkit.NET/commits/v0.1.0