Skip to content

Alpha 9

Choose a tag to compare

@MiwiDots MiwiDots released this 21 Feb 21:27
· 57 commits to master since this release

Bug Fix

Corrupt JPEG Upload Fix

Problem: Screenshots kamen als leere/kaputte JPEGs beim Server an ("Empty JPEG image").

Ursache: Alte config.json ohne max_width Feld → Go liest 0 → Bild wird auf 0x0 Pixel skaliert → leeres JPEG.

Fix: LoadConfig() setzt jetzt automatisch Defaults für fehlende Felder:

  • max_width → 1920
  • jpeg_quality → 85
  • url → default API URL
  • mode → kills

PrintScreen Override (aus Alpha 8)

  • RegisterHotKey API claimed PrintScreen global → Windows Snipping Tool wird blockiert

🙏 Credits

Danke an Ray für die Bug Reports!


Download

  • screenshoter.exe - Release Version
  • screenshoter_debug.exe - Mit Konsolen-Output