Skip to content

Releases: czirok/apps

v2025.07.24-apps

24 Jul 11:26

Choose a tag to compare

v2025.07.24-nuget

24 Jul 11:27

Choose a tag to compare

v2025.07.24-nuget Pre-release
Pre-release

v2025.07.20-nuget

19 Jul 22:08

Choose a tag to compare

v2025.07.20-nuget Pre-release
Pre-release

Packages

Symbols

Changes

  • Update .NET from 10.0.0-preview.5.x to 10.0.0-preview.6.25358.103
  • Fix NuGet packages Project website
  • Add visual feedback to EasyUIBinding ClipboardButton with icon and timer
  • Add SkiaSharp SVG path parsing demo to QuickStart1 sample
  • Add LC_NUMERIC fix for SkiaSharp.Views.GirCore package

GTK initialization (Gtk.Module.Initialize()) automatically calls setlocale(LC_ALL, ""), which overwrites system locale settings. This causes issues with SkiaSharp SVG path parsing functions, as the native Skia library uses the LC_NUMERIC locale category to interpret decimal separators.

In European locales (e.g., hu-HU), the decimal separator is a comma (,), while SVG path strings use dots (.). This results in the SKPath.ParseSvgPathData() function returning null for SVG path strings containing decimal numbers.

The fix sets the LC_NUMERIC category to "C", ensuring that the native Skia library always expects a dot (.) character as the decimal separator, regardless of system locale settings. This change only affects native library behavior and does not influence C# CultureInfo settings.

v2025.07.16-apps

16 Jul 19:59

Choose a tag to compare

N-body Simulation Application

N-body Packages

N-body 1.2.1 Changes

  • Fix GLib-GIO-ERROR: Settings schema 'org.gnome.nbody' is not installed
    • Add schema installation alert to README
    • Rename install and uninstall scripts to install-to-home.sh and uninstall-from-home.sh
    • Add schema settings to install and uninstall scripts

Pela Gomoku

Pela Gomoku Packages

Changes

  • Add project.env configuration file for centralized project settings
  • Create template files for all package formats (PKGBUILD, RPM spec, Flatpak manifest)
  • Implement colored verbose output in all build scripts
  • Standardize build process across arch, deb, rpm, flatpak, and targz formats
  • Replace hardcoded values with template variables ({{APP_NAME}}, {{VERSION}}, etc.)
  • Add comprehensive error handling and user feedback
  • Fix VS Code settings.json

Initial applications v2025.07.14-apps

14 Jul 01:01

Choose a tag to compare

Initial nugets v2025.07.14-nuget