Skip to content

Releases: Neo-vortex/PpmSharp

Release v1.0.14

Choose a tag to compare

@github-actions github-actions released this 14 Dec 00:48
332645d

PpmSharp v1.0.14

Build Number: 14
Commit: 332645d
Date: 2025-12-14T04:17:03+03:30

📥 Downloads

Platform Architecture Download
🐧 Linux x64 ppmsharp-linux-x64.tar.gz
🍎 macOS x64 (Intel) ppmsharp-osx-x64.tar.gz
🍎 macOS ARM64 (M1/M2/M3) ppmsharp-osx-arm64.tar.gz

🚀 Quick Start

Linux / macOS

# Download and extract
tar -xzf ppmsharp-*.tar.gz

# Make executable (if needed)
chmod +x ppmsharp-*

# Run
./ppmsharp-* image.ppm

📝 Changes

What's Changed

  • libglfw.so.3 is not included via CI/CD builds
  • Update dotnet.yml (332645d)
  • Update dotnet.yml (cd88264)
  • Update dotnet.yml (5ffa790)
  • Update dotnet.yml (c2bf9d1)
  • Update dotnet.yml (d14afa1)
  • Update dotnet.yml (fc1462b)
  • Update dotnet.yml (738243a)
  • Update dotnet.yml (c82f346)
  • fix: source generators must not have version other than standard2.0 but changing to 10 for a compatible AOT build (99078a5)
  • git: add rendered example (8a9d7a8)

Full Changelog: v1.0.13...v1.0.14

Release v1.0.12

Choose a tag to compare

@github-actions github-actions released this 14 Dec 00:39
5ffa790

PpmSharp v1.0.12

Build Number: 12
Commit: 5ffa790
Date: 2025-12-14T04:08:14+03:30

📥 Downloads

Platform Architecture Download
🐧 Linux x64 ppmsharp-linux-x64.tar.gz
🍎 macOS x64 (Intel) ppmsharp-osx-x64.tar.gz
🍎 macOS ARM64 (M1/M2/M3) ppmsharp-osx-arm64.tar.gz

🚀 Quick Start

Linux / macOS

# Download and extract
tar -xzf ppmsharp-*.tar.gz

# Make executable (if needed)
chmod +x ppmsharp-*

# Run
./ppmsharp-* image.ppm

📝 Changes

What's Changed

  • Update dotnet.yml (5ffa790)
  • Update dotnet.yml (c2bf9d1)
  • Update dotnet.yml (d14afa1)
  • Update dotnet.yml (fc1462b)
  • Update dotnet.yml (738243a)
  • Update dotnet.yml (c82f346)
  • fix: source generators must not have version other than standard2.0 but changing to 10 for a compatible AOT build (99078a5)
  • git: add rendered example (8a9d7a8)
  • Merge remote-tracking branch 'origin/main' (91ee6ba)
  • fix: hard-coded path (04e659a)

Full Changelog: v1.0.11...v1.0.12