Skip to content

v0.4.0 - Pause/Resume & Build Artifacts

Latest

Choose a tag to compare

@dtran320 dtran320 released this 05 Feb 01:00
· 9 commits to main since this release

What's New

Pause/Resume ⏸️

  • Temporarily disable vibereps with --pause and --resume flags
  • Pause state shown in both exercise UI and Electron tray menu
  • Great for meetings, deep focus sessions, or when you just need a break

Installer Improvements 📦

  • Install script now works correctly when piped from curl
  • Defaults to recommended options in non-interactive mode
  • New --webapp flag to skip Electron prompt
  • Fixed double punctuation in output

Skills Consolidation

  • Single /vibereps skill replaces multiple separate skills
  • Skills are now installable via the installer

Other

  • Improved notification reliability and session ID lookup
  • Docs updates: workflow diagram fixes, demo video, server marked as in-progress

Installation

```bash
curl -sSL https://raw.githubusercontent.com/Flow-Club/vibereps/main/install.sh | bash
```

Downloads

Artifact Description
vibereps.tar.gz Webapp files (browser-based mode, all platforms)
VibeReps.dmg macOS Electron menubar app (Apple Silicon / arm64)

Full Changelog: v0.3.0...v0.4.0