Skip to content

Releases: nutthead/keegees

keegees v0.0.2

27 Aug 21:20

Choose a tag to compare

🚀 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)


⚠️ Early Release Notice: This is a pre-1.0 release. Always use --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

27 Aug 20:48

Choose a tag to compare

🚀 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


⚠️ Early Release Notice: This is a pre-1.0 release. Always use --dry-run before making changes to your system keybindings.

What's Changed

New Contributors

Full Changelog: https://github.com/nutthead/keegees/commits/v0.0.1