Skip to content

v1.3.0 — Settings, themes & history

Latest

Choose a tag to compare

@Foxemsx Foxemsx released this 10 Jul 18:24

riptide v1.3.0

Settings, themes, speed-test history, and a polished main menu.

What's new

Main menu

  • New Settings option (hotkey 3; Exit is now 4)
  • Refreshed card layout (2×2 grid on wide terminals)
  • Taller cards so badges (LIVE / TUNE / …) stay inside the selected fill

Settings

  • Search bar to filter themes and sections
  • Accordion panels so the page always fits: 1 Themes · 2 Reset DB · 3 Uninstall
  • 11 color themes: default, ocean, midnight, sunset, forest, rose, nord, dracula, cyber, ember, arctic
  • Theme preference is saved and can be overridden with --theme
  • Reset database with a confirmation modal (clears history, keeps theme)
  • Uninstall instructions (Linux one-liner + manual Windows/Linux)

Speed Test history

  • SQLite store (riptide.db in the user config dir)
  • Completed tests auto-save; press s to name a run
  • Recent tests panel beside the speed card (latest 10)
  • Rates follow the same units as the live test — cycle with c

Other

  • Updated README, screenshots, and showcase gif
  • Bandwidth monitor stays live-only (no history block)

Install

# Linux / WSL
curl -fsSL https://raw.githubusercontent.com/Foxemsx/riptide/main/install.sh | sh

# Go
go install github.com/Foxemsx/riptide/cmd/riptide@v1.3.0

Or download a binary from the assets below (CI attaches platform builds shortly after this release is published).

Uninstall

curl -fsSL https://raw.githubusercontent.com/Foxemsx/riptide/main/uninstall.sh | sh

Also available under Settings → Uninstall in the app.

Full Changelog: v1.2.1...v1.3.0