Releases: JWalk9000/hyprsnipper
Releases · JWalk9000/hyprsnipper
HyprSnipper v1.0.2
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.svgadded, and optional 256x256 PNG +.DirIcongenerated when ImageMagick is present
- Removed Qt TIFF plugin to prevent
libtiff.so.5runtime 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'shyprctl. - AppImage prerequisite: libfuse2
- If the AppImage fails to launch with “dlopen(): error loading libfuse.so.2”, please install the FUSE 2 runtime — see README
https://github.com/JWalk9000/hyprsnipper/tree/main#appimage-fuse2
- If the AppImage fails to launch with “dlopen(): error loading libfuse.so.2”, please install the FUSE 2 runtime — see README
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
- 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
##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