Skip to content

Pochan v0.2.7

Choose a tag to compare

@github-actions github-actions released this 20 May 23:00

Pochan v0.2.6 & v0.2.7

Pochan v0.2.6

新增

  • 新手引导:首次打开应用时自动显示分步引导,介绍各功能区域操作方式
  • 设置中可随时点击「重新引导」重新查看教程
  • 日历视图点击日期格子可查看当天的观看记录(替代原有的快速录入功能)
  • 设置中的清空功能细分为:全部清空、清空番剧、清空统计数据、重置个性化
  • 每种清空操作均有两步确认流程(可选备份 → 最终确认)

改进

  • 添加番剧按钮移至左侧面板右下角,改为圆形 + 按钮
  • 番剧详情弹窗(笔记等)宽度调整为窗口的 70%
  • 气泡 tooltip 中未开播番剧不再显示「0 / ?」,改为显示「未开播」
  • 应用启动时自动根据开播日期刷新番剧放送状态(未开播↔连载中↔已完结)

修复

  • 修复未开播番剧在气泡中显示无意义的「未知集数」问题

Pochan v0.2.7

新增

  • 新增 plannedEpisodes 字段存储 Bangumi 真实总集数,用于日历播出范围计算

改进

  • 日历中番剧封面仅在播出期间内显示(开播日到预估结束日之间的对应周几)
  • 日历不再限制只显示「连载中」状态的番,改为所有有播出日的番按日期范围过滤
  • airDay 推算改用本地时间构造日期,避免时区导致周几偏移一天

修复

  • 修复新番添加后 totalEpisodes 被已播出集数覆盖导致日历只显示部分周次的问题
  • 修复应用启动时状态转换的时区计算错误(UTC 解析导致提前判定完结)
  • 修复番剧在开播日期之前的日历格子上错误显示的问题

Pochan v0.2.6 & v0.2.7

Pochan v0.2.6

What's New

  • Onboarding tutorial: step-by-step guide shown on first launch
  • "Restart tutorial" button in Settings
  • Calendar day click now shows watch history for that day (replaces quick-record)
  • Clear data split into: clear all, clear anime, clear stats, reset preferences
  • Two-step confirmation for each clear action (optional backup → final confirm)

Improvements

  • Add anime button moved to bottom-right of left panel as circular +
  • Anime detail modal width increased to 70% of window
  • Bubble tooltip shows "未开播" for upcoming anime instead of "0 / ?"
  • Auto-refresh anime airing status on app startup

Fixes

  • Fix upcoming anime showing meaningless unknown episode count

Pochan v0.2.7

What's New

  • New plannedEpisodes field stores real total episodes from Bangumi for calendar range

Improvements

  • Calendar shows anime covers only within their airing period (air date to estimated end)
  • Calendar no longer restricted to "airing" status; all anime with air dates filtered by date range
  • airDay inference uses local date construction to avoid timezone weekday shift

Fixes

  • Fix airing anime totalEpisodes overwritten by aired count, causing incomplete calendar
  • Fix timezone error in status transition logic (UTC parsing caused premature "finished")
  • Fix anime incorrectly appearing on calendar dates before their air date