Releases: nutthead/keegees
keegees v0.0.2
🚀 keegees v0.0.2
Professional GNOME keybinding management tool
📋 What's Included
keegees.sh- Main executable script (1889+ lines)install.sh- POSIX-compliant installation script- Complete documentation and examples
⚡ Quick Install
wget https://github.com/nutthead/keegees/releases/download/v0.0.2/keegees-0.0.2.tar.gz
tar -xzf keegees-0.0.2.tar.gz
cd keegees-0.0.2
./install.sh🔧 Requirements
- bash (script execution)
- gsettings (GNOME integration)
- bc (POSIX arithmetic)
📈 Changes in this release
ad2543e docs(workflows): Added comprehensive documentation to release.yml for enhanced maintainability (#10)
46be5c8 chore(workflows): Restructured release workflow into 4-job multi-hop pipeline for enhanced visualization (#9)
--dry-run before making changes to your system keybindings.
What's Changed
- chore(workflows): Restructured release workflow into 4-job multi-hop … by @behrangsa in #9
- docs(workflows): Added comprehensive documentation to release.yml for… by @behrangsa in #10
Full Changelog: v0.0.1...v0.0.2
keegees v0.0.1
🚀 keegees v0.0.1
Professional GNOME keybinding management tool
📋 What's Included
keegees.sh- Main executable script (1889+ lines)install.sh- POSIX-compliant installation script- Complete documentation and examples
⚡ Quick Install
# Download and extract
wget https://github.com/nutthead/keegees/releases/download/v0.0.1/keegees-0.0.1.tar.gz
tar -xzf keegees-0.0.1.tar.gz
cd keegees-0.0.1
./install.sh🔧 Requirements
- bash (script execution)
- gsettings (GNOME integration)
- bc (POSIX arithmetic)
📈 Changes in this release
34c6d1a Fix/workflow branch protection phase2 (#8)
44820e2 Fix/workflow branch protection (#7)
a597e33 Release workflow (#6)
3f14cbf chore(README): Added a gif demo of keegees (#5)
3041dcd feat: Added codeql.yml (#3)
48d33c1 chore(funding): Added FUNDING.yml (#4)
610ce4f chore: Added MIT license, fixed linting errors, and improved CLAUDE.md (#1)
74ec3a1 docs: Refined README documentation and updated hero image
0f40baa docs: Enhanced README with hero image and improved documentation structure
8114c3c feat: Initial implementation of keegees GNOME keybinding management system
--dry-run before making changes to your system keybindings.
What's Changed
- chore: Added MIT license, fixed linting errors, and improved CLAUDE.md by @behrangsa in #1
- chore(funding): Added FUNDING.yml by @behrangsa in #4
- feat: Added codeql.yml by @behrangsa in #3
- chore(README): Added a gif demo of keegees by @behrangsa in #5
- Release workflow by @behrangsa in #6
- Fix/workflow branch protection by @behrangsa in #7
- Fix/workflow branch protection phase2 by @behrangsa in #8
New Contributors
- @behrangsa made their first contribution in #1
Full Changelog: https://github.com/nutthead/keegees/commits/v0.0.1