Skip to content

Releases: zaptech-dev/loshell

v0.4.0 — Volume Control

19 Feb 21:16

Choose a tag to compare

You can now control the radio volume directly from the TUI. Use [ and ] to decrease and increase volume in 10% steps. A visual volume bar shows the current level next to the station name.

What's new

  • Volume control with [ / ] keybindings (0–100%, 10% increments)
  • Volume bar indicator in the station line

Full changelog: v0.3.1...v0.4.0

v0.3.1

11 Feb 01:59

Choose a tag to compare

Add desktop notifications on pomodoro timer end.

Native OS notifications fire when focus/break sessions switch -- osascript on macOS, notify-send on Linux. Zero new dependencies.

Install/upgrade:

cargo install loshell
# or
brew upgrade loshell

v0.3.0

10 Feb 13:15

Choose a tag to compare

Add switchable themes.

Press T to cycle through 6 color themes: Blade Runner (default), Catppuccin Mocha, Gruvbox, Tokyo Night, Rosé Pine, and Monotropic. Selection persists across restarts.

Install/upgrade:

cargo install loshell
# or
brew upgrade loshell

v0.2.1 - Better Stations

03 Feb 04:30

Choose a tag to compare

Replaced random streams with SomaFM - commercial-free, been around since 1999.

New stations:

  • Groove Salad
  • Drone Zone
  • Lush
  • Deep Space One
  • Vaporwaves

v0.2.0 - Todo List

03 Feb 02:50

Choose a tag to compare

What's New

  • Todo list - Track what you need to ship today
  • Time tracking per task - See how long you spent on each task
  • Persistent storage - Tasks saved to disk automatically

Keybindings

Key Action
t Toggle todo panel
n New task
j/k Navigate tasks
x Mark done
d Delete
Space Start pomodoro (auto-tracks selected task)

Bug Fixes

  • Fixed radio OutputStream drop message appearing in terminal

v0.1.0

02 Feb 21:12

Choose a tag to compare

Initial release

  • Lofi radio streaming (5 stations)
  • Pomodoro timer with audio notifications
  • Volume fade before timer ends
  • Minimal TUI interface