riverctl v0.1.4
What's Changed
Bug Fixes
- Fixed message author attribution bug (#27) where all messages appeared to be from the viewing user
- Added
--config-dirparameter to allow separate storage directories for different users
Technical Details
- Modified
Storage::new()to accept optional config directory parameter - Updated
ApiClientto pass through config directory setting - Ensures each user maintains their own signing keys and room data
Breaking Changes
- The
RIVER_CONFIG_DIRenvironment variable is now deprecated in favor of the--config-dirCLI parameter
Known Issues
- Message streaming functionality temporarily disabled (will be re-enabled in next release)
Installation
cargo install riverctlOr download the pre-built binary from the releases page.
🤖 Generated with Claude Code