v0.6.3-rc.2
Pre-release
Pre-release
Release v0.6.3-rc.2
✨ New Features
Command Short Aliases (#137)
- Add short aliases for common commands
- Examples:
sforsnapshot,wforwatch,dfordashboard - Improve CLI usability and typing efficiency
🐛 Bug Fixes
Kline Timestamp Format (#129)
- Format Unix timestamps to human-readable time
- Display format:
YYYY-MM-DD HH:MM:SS - Improve readability of kline/candlestick data
Depth Spread Display (#138)
- Show bid-ask spread in both dollar amount and percentage
- Better market depth visualization
- Help traders quickly assess market liquidity
WebSocket Debug Logs (#139)
- Ensure debug logs only show with
--verboseflag - Clean up watch mode output
- Remove unwanted DEBUG messages in normal operation
📋 Summary
This is release candidate 2 for v0.6.3 testing.
Changes since v0.6.3-rc.1:
- Command short aliases for improved UX
- Better timestamp formatting in kline output
- Enhanced depth spread display
- Cleaner watch mode output (no debug logs)
🧪 Testing Checklist
-
standx --versionshould show0.6.3-rc.2 -
standx market ticker -s BTCUSDTworks with short flags -
standx kline BTCUSDTshows readable timestamps -
standx depth BTCUSDTshows spread in $ and % -
standx dashboard --watchruns without DEBUG logs - Command aliases work (e.g.,
standx d sfor dashboard snapshot)
📥 Installation
Linux
curl -L -o /tmp/standx.tar.gz https://github.com/wjllance/standx-cli/releases/download/v0.6.3-rc.2/standx-v0.6.3-rc.2-x86_64-unknown-linux-gnu.tar.gz
tar -xzf /tmp/standx.tar.gz -C /tmp
sudo mv /tmp/standx /usr/local/bin/
sudo chmod +x /usr/local/bin/standxmacOS (Apple Silicon)
curl -L -o /tmp/standx.tar.gz https://github.com/wjllance/standx-cli/releases/download/v0.6.3-rc.2/standx-v0.6.3-rc.2-aarch64-apple-darwin.tar.gz
tar -xzf /tmp/standx.tar.gz -C /tmp
sudo mv /tmp/standx /usr/local/bin/
sudo chmod +x /usr/local/bin/standxFull Changelog: https://github.com/wjllance/standx-cli/blob/main/CHANGELOG.md