Release 1.7.0
Version 1.7.0
Release-Typ: minor
Änderungen
feat: add logo to application toolbar and improve desktop icon integration
- Add application logo to toolbar with version tooltip
- Implement add_logo_to_toolbar() method with PIL support and fallback
- Fix desktop menu icon display by using proper icon naming convention
- Install PNG icons in multiple sizes (48px, 64px, 128px) for better desktop integration
- Update desktop file to use standard icon reference instead of absolute path
- Improve install_desktop_integration.sh to install icons in proper hicolor directories
Installation
# Via pip
pip install bash-script-maker==1.7.0
# Aus Quellcode
git clone https://github.com/securebitsorg/bash-script-maker.git
cd bash-script-maker
git checkout v1.7.0
./install.shArtefakte
- Python Wheel (.whl)
- Source Distribution (.tar.gz)
- Flatpak Bundle (.flatpak)
- Vollständiger Quellcode