Skip to content

Release 1.7.0

Choose a tag to compare

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

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

Artefakte

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