Skip to content

riverctl v0.1.4

Choose a tag to compare

@sanity sanity released this 31 Jul 02:29
· 422 commits to main since this release

What's Changed

Bug Fixes

  • Fixed message author attribution bug (#27) where all messages appeared to be from the viewing user
  • Added --config-dir parameter to allow separate storage directories for different users

Technical Details

  • Modified Storage::new() to accept optional config directory parameter
  • Updated ApiClient to pass through config directory setting
  • Ensures each user maintains their own signing keys and room data

Breaking Changes

  • The RIVER_CONFIG_DIR environment variable is now deprecated in favor of the --config-dir CLI parameter

Known Issues

  • Message streaming functionality temporarily disabled (will be re-enabled in next release)

Installation

cargo install riverctl

Or download the pre-built binary from the releases page.

🤖 Generated with Claude Code