Releases: zaptech-dev/loshell
Releases · zaptech-dev/loshell
v0.4.0 — Volume Control
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
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
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
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
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
Initial release
- Lofi radio streaming (5 stations)
- Pomodoro timer with audio notifications
- Volume fade before timer ends
- Minimal TUI interface