Skip to content

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

Pre-release
Pre-release

Choose a tag to compare

@wjllance wjllance released this 01 Mar 14:19
· 59 commits to main since this release
207fca0

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

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


🎯 发布说明 / Release Notes

中文

这是 v0.6.1 的第三个预发布版本,包含代码优化。

优化 / Improvements

  • 简化 Portfolio 命令 (PR #112)
    • portfolio 命令直接执行 snapshot,无需子命令
    • 使用体验更简洁

之前更新 / Previous Changes

  • Dashboard 匿名模式 (PR #108)
  • Portfolio 基础功能 (PR #106)
  • 修复重复命令定义 (PR #110)
  • 修复 Dashboard 重复调用 (PR #109)

English

This is the third pre-release for v0.6.1 with code improvements.

Improvements

  • Simplify Portfolio command (PR #112)
    • portfolio command now executes snapshot directly
    • Simpler user experience

Previous Changes

  • Dashboard anonymous mode (PR #108)
  • Portfolio base functionality (PR #106)
  • Fix duplicate command definition (PR #110)
  • Fix dashboard duplicate call (PR #109)

📦 安装测试 / 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 直接执行 (无需子命令)
  • standx portfolio --watch 自动刷新

🔗 相关链接 / Related Links


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

Happy Testing! 🚀