Skip to content

Releases: JWalk9000/hyprsnipper

HyprSnipper v1.0.2

02 Nov 19:12

Choose a tag to compare

HyprSnipper v1.0.2

Date: 2025-11-02

This release focuses on stabilizing the AppImage packaging so users can run HyprSnipper without installing Python or Qt.

Highlights

  • Reliable AppImage build using PyInstaller + appimagetool fallback (avoids flaky linuxdeploy python plugin)
  • Bundled libpython3.13 and PySide6/Qt libraries inside the AppImage
  • Fixed AppImage desktop/icon validation issues:
    • Desktop file is placed at AppDir root for appimagetool
    • Sanitized Categories to Graphics; for menu cleanliness
    • Top-level hyprsnipper.svg added, and optional 256x256 PNG + .DirIcon generated when ImageMagick is present
  • Removed Qt TIFF plugin to prevent libtiff.so.5 runtime dependency problems

Notes

  • AppStream metadata is not included for now to keep builds green; a refined file will be added in a future release once it validates cleanly with appstreamcli.
  • You still need these host tools for full functionality: grim, slurp, wl-clipboard, and Hyprland's hyprctl.
  • AppImage prerequisite: libfuse2

Checksums

A SHA256 checksum is provided alongside the AppImage in the dist/ folder.

Thanks

Thanks to everyone helping test packaging across distros and environments!

v1.0.1c

30 Oct 04:10

Choose a tag to compare

  • New: AppImage (x86_64) available on Releases.
  • Installer: Detects Arch derivatives (CachyOS, EndeavourOS, Garuda, Artix); added Fedora/openSUSE branches.
  • Docs: Clarified icon behavior (SVG recolored, PNG preserved).
  • Packaging: AUR PKGBUILDs (stable and -git) included, getting ready to submit.

v1.0.0

28 Sep 14:37

Choose a tag to compare

##Initial Release

###General Features:

  • 4 capture modes
  • Save, copy to clipboard, and or edit immediately
  • Pywal integration for automatic color theming
  • Dynamic SVG icon coloring
  • Configurable window animation delays
  • 8-color palette system

UI Features:

  • SVG Theme-colorable icons included
  • Multi-color PNG custom icons supported
  • Palette loading supports absolute/relative paths

###Documentation:

  • README.md: Installation and usage guide
  • Clear notes in settings.yaml