Releases: securebitsorg/Bash-Script-Maker
Release 1.11.0
Version 1.11.0
Release-Typ: minor
Änderungen
Merge pull request #13 from securebitsorg/securebitsorg-patch-4
Create codacy.yml
Installation
# Via pip
pip install bash-script-maker==1.11.0
# Aus Quellcode
git clone https://github.com/securebitsorg/bash-script-maker.git
cd bash-script-maker
git checkout v1.11.0
./install.shArtefakte
- Python Wheel (.whl)
- Source Distribution (.tar.gz)
- Docker Image (ghcr.io)
- Vollständiger Quellcode
Release 1.9.0
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.shArtefakte
- Python Wheel (.whl)
- Source Distribution (.tar.gz)
- Flatpak Bundle (.flatpak)
- Vollständiger Quellcode
Release 1.8.1
Version 1.8.1
Release-Typ: patch
Änderungen
fix: resolve desktop menu launcher issue and improve icon handling
- Install application properly with pip install -e . to create executable
- Fix desktop file icon reference to use base name instead of absolute path
- Update all installation scripts to use Icon=bash-script-maker for better desktop environment compatibility
- Ensure proper desktop integration works across different Linux distributions
- Fix 'Programm ist nicht auffindbar' error when launching from start menu
Installation
# Via pip
pip install bash-script-maker==1.8.1
# Aus Quellcode
git clone https://github.com/securebitsorg/bash-script-maker.git
cd bash-script-maker
git checkout v1.8.1
./install.shArtefakte
- Python Wheel (.whl)
- Source Distribution (.tar.gz)
- Flatpak Bundle (.flatpak)
- Vollständiger Quellcode
Release 1.8.0
Version 1.8.0
Release-Typ: minor
Änderungen
feat: enhance logo display with larger size and application branding
- Increase toolbar logo size from 24x24 to 36x36 pixels for better visibility
- Add application name and version display next to logo in toolbar
- Create logo container with proper spacing and typography
- Enhance About dialog with prominent 64x64 logo in header
- Add comprehensive branding with app name, version, and visual hierarchy
- Implement multiple fallback options for logo display (PIL, emoji, text)
- Improve overall professional appearance of the application interface
Installation
# Via pip
pip install bash-script-maker==1.8.0
# Aus Quellcode
git clone https://github.com/securebitsorg/bash-script-maker.git
cd bash-script-maker
git checkout v1.8.0
./install.shArtefakte
- Python Wheel (.whl)
- Source Distribution (.tar.gz)
- Flatpak Bundle (.flatpak)
- Vollständiger Quellcode
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
Release 1.6.1
Version 1.6.1
Release-Typ: patch
Änderungen
fix: replace blurry upscaled PNG icons with high-quality SVG-generated icons
- Generate crisp PNG icons directly from SVG using cairosvg
- Add support for 256px icon size for better high-DPI display support
- Create generate_icons.py script for easy icon regeneration
- Significantly reduce file sizes while improving visual quality
- Update icon loading to support all sizes (16px to 256px)
Installation
# Via pip
pip install bash-script-maker==1.6.1
# Aus Quellcode
git clone https://github.com/securebitsorg/bash-script-maker.git
cd bash-script-maker
git checkout v1.6.1
./install.shArtefakte
- Python Wheel (.whl)
- Source Distribution (.tar.gz)
- Flatpak Bundle (.flatpak)
- Vollständiger Quellcode
Release 1.6.0
Version 1.6.0
Release-Typ: minor
Änderungen
feat: test GitHub Packages workflow with Docker container publishing
- Verify that all release jobs execute correctly
- Test Docker image creation and push to GitHub Container Registry
- Ensure PyPI publishing works as expected
Installation
# Via pip
pip install bash-script-maker==1.6.0
# Aus Quellcode
git clone https://github.com/securebitsorg/bash-script-maker.git
cd bash-script-maker
git checkout v1.6.0
./install.shArtefakte
- Python Wheel (.whl)
- Source Distribution (.tar.gz)
- Flatpak Bundle (.flatpak)
- Vollständiger Quellcode
Release 1.5.1
Version 1.5.1
Release-Typ: patch
Änderungen
fix: correct YAML indentation in auto-release workflow
- Fix syntax error on line 42 with incorrect indentation
- Ensure proper alignment for Git tag retrieval comment
Installation
# Via pip
pip install bash-script-maker==1.5.1
# Aus Quellcode
git clone https://github.com/securebitsorg/bash-script-maker.git
cd bash-script-maker
git checkout v1.5.1
./install.shArtefakte
- Python Wheel (.whl)
- Source Distribution (.tar.gz)
- Flatpak Bundle (.flatpak)
- Vollständiger Quellcode
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
Release 1.4.6
Version 1.4.6
Release-Typ: patch
Änderungen
fix: auto release
Installation
# Via pip
pip install bash-script-maker==1.4.6
# Aus Quellcode
git clone https://github.com/securebitsorg/bash-script-maker.git
cd bash-script-maker
git checkout v1.4.6
./install.shArtefakte
- Python Wheel (.whl)
- Source Distribution (.tar.gz)
- Flatpak Bundle (.flatpak)
- Vollständiger Quellcode