Skip to content

v0.6.1-rc.2 (Pre-release)

Pre-release
Pre-release

Choose a tag to compare

@wjllance wjllance released this 01 Mar 08:57

StandX CLI v0.6.1-rc.1 Pre-release

发布日期: 2026-03-01
版本: v0.6.1-rc.1


🎯 发布说明 / Release Notes

中文

这是 v0.6.1 的预发布版本,包含 bug 修复和功能优化。

修复 / Fixes

  • 修复重复 Portfolio 命令定义 (PR #110)
    • 解决 PR #106 合并后产生的重复代码问题
  • 修复 Dashboard 重复调用 (PR #109)
    • 避免 get_balance() 被重复调用

新增 / Features

  • Dashboard 匿名模式 (PR #108)
    • 未登录时显示登录提示
    • 支持匿名浏览市场数据
  • Portfolio 基础功能 (PR #106)
    • 添加 Portfolio 命令框架
    • 支持 portfolio snapshot 命令

English

This is a pre-release for v0.6.1 with bug fixes and feature improvements.

Fixes

  • Fix duplicate Portfolio command definition (PR #110)
    • Resolved duplicate code issue after merging PR #106
  • Fix Dashboard duplicate call (PR #109)
    • Avoid calling get_balance() twice

Features

  • Dashboard anonymous mode (PR #108)
    • Show login prompt when not authenticated
    • Support anonymous market data browsing
  • Portfolio base functionality (PR #106)
    • Add Portfolio command framework
    • Support portfolio snapshot command

📦 安装测试 / Installation

# macOS / Linux
curl -sSL https://raw.githubusercontent.com/wjllance/standx-cli/main/install.sh | sh

# 验证版本 / Verify version
standx --version
# 预期 / Expected: standx 0.6.1

🧪 测试清单 / Test Checklist

  • standx --version 显示 0.6.1
  • standx dashboard 正常启动 (匿名模式)
  • standx portfolio snapshot 正常工作
  • 无重复命令定义错误

🔗 相关链接 / Related Links


注意 / Note: 这是预发布版本,用于测试验证。

Happy Testing! 🚀