Skip to content

Release 1.6.1

Choose a tag to compare

@github-actions github-actions released this 07 Sep 15:20
· 28 commits to main since this release

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.sh

Artefakte

  • Python Wheel (.whl)
  • Source Distribution (.tar.gz)
  • Flatpak Bundle (.flatpak)
  • Vollständiger Quellcode