Release 1.6.1
Version 1.6.1
Release-Typ: patch
Änderungen
fix: replace blurry upscaled PNG icons with high-quality SVG-generated icons
- Generate crisp PNG icons directly from SVG using cairosvg
- Add support for 256px icon size for better high-DPI display support
- Create generate_icons.py script for easy icon regeneration
- Significantly reduce file sizes while improving visual quality
- Update icon loading to support all sizes (16px to 256px)
Installation
# Via pip
pip install bash-script-maker==1.6.1
# Aus Quellcode
git clone https://github.com/securebitsorg/bash-script-maker.git
cd bash-script-maker
git checkout v1.6.1
./install.shArtefakte
- Python Wheel (.whl)
- Source Distribution (.tar.gz)
- Flatpak Bundle (.flatpak)
- Vollständiger Quellcode