Releases: c-ling/dsh-plugin-peak-pricing
Releases · c-ling/dsh-plugin-peak-pricing
Release list
v1.1.0
v1.1.0
更新内容(中文)
- 新增:接入 DSH locale 服务,支持中英双语 UI,随 Settings → General → Language 实时切换。
- 变更:所有用户可见文案迁移至 zh/en 字典;
sidebar.footer.action注册项增加 locale 命名空间。 - 文档:更新 README 与 README-en,移除“未接入 locale 字典”的已知限制。
Changes (English)
- Added: DSH locale service integration with bilingual (Chinese/English) UI that live-switches with Settings → General → Language.
- Changed: all user-visible strings now use zh/en dictionaries; the
sidebar.footer.actionregistration includes the plugin locale namespace. - Docs: updated README and README-en and removed the “not wired into locale dictionary” limitation.
v1.0.3
v1.0.3
更新内容(中文)
- 文档:README 结构规范化——默认
README.md改为中文,英文文档移至README-en.md,删除README-ZH.md。 - 安装 / 更新命令统一固定到
#v1.0.3。
Changes (English)
- Docs: normalized README structure — the default
README.mdis now Chinese, the English doc moved toREADME-en.md, andREADME-ZH.mdwas removed. - All install / update commands are pinned to
#v1.0.3.
v1.0.2
v1.0.2
更新内容(中文)
- docs: README 中英双语的安装/验证/卸载章节保持统一模板,并新增「更新」章节。
- docs: 所有安装命令统一固定到
#v1.0.2。 - chore:
package.json#keywords与 GitHub topics 对齐。 - chore: 版本号
1.0.1→1.0.2。
Changes (English)
- docs: Keep the bilingual Install/Verify/Uninstall sections on the canonical template and add an Update section.
- docs: Pin every install command to
#v1.0.2. - chore: Align
package.json#keywordswith the GitHub topics. - chore: Bump version from
1.0.1to1.0.2.
Checks: node --check and python3 -m json.tool package.json pass.
v1.0.1
v1.0.1
更新内容(中文)
- 修复跨天时段判断:18:00 后的空闲时段现在会正确显示下一个高峰(次日 09:00)的倒计时。
- docs: README.md 为默认英文版,README-ZH.md 为中文版,顶部互相切换。
- docs: 安装命令增加
npx @deepseek-ai/dsh plugin ...方式。
Changes (English)
- Fix cross-day period logic: the off-peak period after 18:00 now correctly shows the countdown to the next peak (next day 09:00).
- docs:
README.mdis the default English version,README-ZH.mdis the Chinese version, with reciprocal links at the top. - docs: Add the
npx @deepseek-ai/dsh plugin ...install command.
v1.0.0
v1.0.0
更新内容(中文)
- 首个 GitHub 版本:侧边栏设置按钮下方显示当前高峰/空闲时段徽章与切换倒计时。
- 侧边栏收起时显示彩色圆点,悬停查看磨砂浮窗详情。
- 每 30 秒刷新,时段边界自动切换;纯 UI、无状态、无网络请求。
Changes (English)
- First GitHub release: a peak/off-peak pricing badge with switching countdown pinned under the sidebar settings button.
- In the collapsed sidebar, show a colored dot with a frosted popup detail on hover.
- Refreshes every 30 seconds and switches automatically at pricing-period boundaries; pure UI, stateless, no network requests.