Skip to content

v0.1.1 β€” Wayland Support + One-Command Install

Choose a tag to compare

@rishapgandhi rishapgandhi released this 02 Jun 20:32
· 21 commits to main since this release

What's New

Wayland Support πŸ–₯️

  • Window tracker now works on GNOME Wayland (Ubuntu 22.04+)
  • Uses the Window Calls GNOME extension for native Wayland window detection
  • Fallback chain: Wayland extension β†’ xdotool (X11) β†’ wmctrl
  • Auto-detected during install β€” no user config needed

One-Command Install πŸš€

  • install.sh now handles everything automatically:
    • System dependencies (apt)
    • Wayland extension (if needed)
    • Python virtual environment
    • Config files
    • Systemd service (auto-start on login)
    • Adds taskmind to PATH (.bashrc/.zshrc)
  • Only action: Wayland users log out/in once after install

New CLI Command

  • taskmind install-extension β€” manually install/reinstall the GNOME extension

Install

git clone https://github.com/rishapgandhi/taskmind.git
cd taskmind && bash install.sh

Full Changelog: v0.1.0...v0.1.1