v0.6.2-rc.1 (Pre-release)
Pre-release
Pre-release
Release v0.6.2-rc.1
🐛 Bug Fixes
Trade Model Field Mapping (#113)
- Correct Trade model field mapping for proper decoding
- Fix trade history display issues
📚 Documentation
README Portfolio Command (#115)
- Add Portfolio command documentation to README
- Include usage examples and options
📋 Summary
This is a release candidate for v0.6.2 testing.
Changes since v0.6.1:
- Trade model field mapping fix
- Portfolio command documentation
🧪 Testing Checklist
-
standx trade history BTC-USD- Verify trade history displays correctly -
standx portfolio snapshot- Test portfolio command -
standx dashboard snapshot- Verify dashboard works - Version check:
standx --versionshould show0.6.2-rc.1
📥 Installation
Linux
curl -L -o /tmp/standx.tar.gz https://github.com/wjllance/standx-cli/releases/download/v0.6.2-rc.1/standx-v0.6.2-rc.1-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.2-rc.1/standx-v0.6.2-rc.1-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