Release 1.5.0
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.shArtefakte
- Python Wheel (.whl)
- Source Distribution (.tar.gz)
- Flatpak Bundle (.flatpak)
- Vollständiger Quellcode