Skip to content

Release 1.9.0

Choose a tag to compare

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

Version 1.9.0

Release-Typ: minor

Änderungen

feat: add prominent header with logo, app title and version

  • Create dedicated header section with professional layout
  • Display large logo (48x48) next to application title
  • Show 'Bash-Script-Maker' title in large bold font (24pt)
  • Add version number and descriptive subtitle
  • Include startup date as additional context
  • Implement visual separator between header and toolbar
  • Maintain fallback options for logo display (PIL, emoji, text)
  • Enhance overall professional appearance and branding

Installation

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

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

Artefakte

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