Skip to content

Releases: jorben/grider

1.3.2

19 Nov 16:32

Choose a tag to compare

✨ New Features

  • 974bfc8 - 移除评论组件并更新版本号显示 (commit by @jorben)

1.3.1

19 Nov 16:32

Choose a tag to compare

1.3.1 Pre-release
Pre-release

✨ New Features

  • edfe0b6 - 在回测页交易记录模块添加Excel导出功能 (commit by @jorben)

🐛 Bug Fixes

  • c415e58 - 更新网页头部GitHub链接为正确的仓库地址 (commit by @jorben)

1.3.0

19 Nov 13:19

Choose a tag to compare

1.3.0 Pre-release
Pre-release

✨ New Features

  • c6c85e6 - 实现自定义网格参数回测功能 (commit by @jorben)
  • f275705 - 合并网格参数和回测参数设置面板 (commit by @jorben)

🔧 Chores

  • 928b642 - env: 添加行情接口密钥配置示例
  • 7a885a4 - remove openspec command files and update gitignore (commit by @jorben)

1.2.8

16 Oct 10:17

Choose a tag to compare

1.2.8 Pre-release
Pre-release

✨ New Features

  • 9c55846 - metrics: 实现配对交易胜率计算 (commit by @jorben)
  • 9f413c4 - metrics: 添加资金利用率计算指标 (commit by @jorben)

🔧 Chores

1.2.7

15 Oct 18:29

Choose a tag to compare

1.2.7 Pre-release
Pre-release

✨ New Features

  • 3cff100 - ui: 优化分析组件视觉设计和信息层级 (commit by @jorben)
  • 89a47ee - ui: 优化适宜度卡片布局和响应式设计 (commit by @jorben)

♻️ Refactors

  • 054b254 - ui: 优化语义化HTML结构和标题层级 (commit by @jorben)

🔧 Chores

1.2.6

15 Oct 17:11

Choose a tag to compare

1.2.6 Pre-release
Pre-release

💥 BREAKING CHANGES

  • due to ff1c487 - add safe sessionStorage utilities with quota handling (commit by @jorben):

    BacktestTab now uses safeSetSessionStorage and safeGetSessionStorage instead of direct sessionStorage access, changing caching behavior to be more resilient to storage limitations.

✨ New Features

  • ff1c487 - storage: add safe sessionStorage utilities with quota handling (commit by @jorben)
  • 188fe3b - ui: 增强报告标签页的响应式设计和滚动交互 (commit by @jorben)
  • 2a00a34 - ui: 增强前端响应式布局和移动端适配 (commit by @jorben)

🔧 Chores

1.2.5

15 Oct 12:13
1695439

Choose a tag to compare

1.2.5 Pre-release
Pre-release

♻️ Refactors

  • b1fc5b2 - algorithms: 简化ATR分析器并调整网格优化器参数 (commit by @jorben)

🔧 Chores

1.2.4

15 Oct 04:05

Choose a tag to compare

1.2.4 Pre-release
Pre-release

🐛 Bug Fixes

  • 71fe1f1 - backtest: adjust minimum commission from 0.01 to 5 (commit by @jorben)

♻️ Refactors

🔧 Chores

1.2.3

12 Oct 16:26
066ddc1

Choose a tag to compare

1.2.3 Pre-release
Pre-release

✨ New Features

  • b84bdd8 - backtest: enhance trade list with additional financial metrics (commit by @jorben)
  • 638db74 - backtest: extend backtest data period from 10 to 30 trading days (commit by @jorben)
  • 1ee1ab6 - backtest: update trade list column header to grid balance (commit by @jorben)
  • dad2963 - backtest: implement initial position purchase logic (commit by @jorben)

🔧 Chores

1.2.2

12 Oct 09:45

Choose a tag to compare

1.2.2 Pre-release
Pre-release

✨ New Features

  • ab3a599 - backtest: add pagination to trade list (commit by @jorben)
  • 94992cd - providers: add pre_close column to stock and etf history data (commit by @jorben)

⚡ Performance Improvements

  • b3bd5ca - config: reduce cache TTL for calendar endpoint from 1 year to 1 day (commit by @jorben)

🔧 Chores