Skip to content

Release 1.5.0

Choose a tag to compare

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

Version 1.5.0

Release-Typ: minor

Änderungen

feat: add window icon support for title bar and taskbar

  • Implement set_window_icon() method to load application icons
  • Add multiple icon sizes (16px, 32px, 48px, 64px, 128px) for better display
  • Use PIL/Pillow for optimal icon rendering with fallback to basic Tkinter
  • Add Pillow dependency to requirements.txt and pyproject.toml
  • Generate multiple PNG icon sizes from existing 16px icon
  • Ensure proper icon display in both title bar and system taskbar

Installation

# Via pip
pip install bash-script-maker==1.5.0

# Aus Quellcode
git clone https://github.com/securebitsorg/bash-script-maker.git
cd bash-script-maker
git checkout v1.5.0
./install.sh

Artefakte

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