Releases: Lavr0v0/Pochan
Releases · Lavr0v0/Pochan
Release list
Pochan v0.2.9
Pochan v0.2.9
修复
- 修复日历视图中番剧播出范围多显示一周的问题(off-by-one:12 集的番会显示 13 个格子)
- 修复添加番剧时总集数可能包含 OP/ED/SP 的问题,现在通过 episodes API 获取准确的正片集数
Pochan v0.2.9
Fixes
- Fixed calendar view showing one extra week for each anime's broadcast range (off-by-one: a 12-episode anime would appear in 13 cells)
- Fixed total episode count potentially including OP/ED/SP entries when adding anime; now fetches accurate main episode count via the episodes API
Pochan v0.2.8
See the assets below to download the installer for your platform.
Pochan v0.2.7
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
plannedEpisodesfield 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
totalEpisodesoverwritten 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
Pochan v0.2.5
Pochan v0.2.5
修复
- 修复自动更新功能:添加
createUpdaterArtifacts配置,使构建正确生成签名文件和latest.json - 修复 Release 为 Draft 状态导致客户端无法访问更新信息的问题
改进
- 整理 CI workflow 配置
Pochan v0.2.5
Fixes
- Fix auto-update: add
createUpdaterArtifactsconfig so builds correctly generate signature files andlatest.json - Fix Release being in Draft state which prevented clients from accessing update info
Improvements
- Clean up CI workflow configuration
Pochan v0.2.3
Pochan v0.2.3
新增
- 添加番剧时可选择追番状态(看过/在看/想看),根据放送状态自动提供选项
- 选择"在看"后显示集数滑块,快速设置已看进度
- 统计面板:总观看集数、连续天数、日均集数、30 天柱状图
- 观看历史自动记录
改进
- 添加按钮移至左下角,文字居中修复
- 未开播番剧不显示已看集数输入
修复
- 自动更新签名配置(移除空密码字段)
Pochan v0.2.3
What's New
- Watch status selector when adding anime (watched/watching/plan) based on airing status
- Episode slider for "watching" status to quickly set progress
- Stats panel: total episodes, streak, daily average, 30-day chart
- Automatic watch history recording
Improvements
- FAB moved to bottom-left, text centering fixed
- Upcoming anime hides episode input
Fixes
- Auto-update signing config (removed empty password field)
Pochan v0.2.2
Pochan v0.2.2
改进
- 图标从 SVG 矢量重新生成,修复 CI 构建产物图标模糊问题
- 自动更新签名配置完成,后续版本支持应用内自动更新
修复
- CI 构建使用旧图标的问题(tag 时间线修正)
- updater 插件初始化方式修正
Pochan v0.2.2
Improvements
- Icons regenerated from SVG in CI, fixing blurry icons in release builds
- Auto-update signing configured, future versions support in-app updates
Fixes
- CI builds using outdated icons (tag timeline corrected)
- Updater plugin initialization method fixed
Pochan v0.2.1
Pochan v0.2.1
新增
- 统计面板:总观看集数、连续天数、日均集数、最近 30 天柱状图
- 观看历史记录:每次 +1/-1 自动记录时间戳
- 自动更新支持(Tauri updater 插件)
改进
- 图标从 SVG 矢量重新生成,小尺寸不再模糊
修复
- 构建失败:updater 插件初始化 API 修正
Pochan v0.2.1
What's New
- Stats panel: total episodes, streak, daily average, 30-day chart
- Watch history tracking: every +1/-1 recorded with timestamp
- Auto-update support (Tauri updater plugin)
Improvements
- Icons regenerated from SVG vector, no more blurry small icons
Fixes
- Build failure: updater plugin init API corrected
Pochan v0.2.0
Pochan v0.2.0
新增
- UI 全面重构:更接近真实桌面工具的视觉风格
- 自定义标题栏:去掉 Windows 默认白色标题栏,支持拖拽和窗口控制
- 气泡画布空状态提示
- 气泡 tooltip 增强:显示番名、进度、上次观看时间
- 番剧详情中可直接切换追番状态(在看/想看/看完/弃番)
- 今日更新通知:启动时自动检测并发送系统通知
- 集数未知番剧添加时弹出提示
- 高清应用图标
- 完成/弃番动画优化
改进
- 气泡位置逻辑重写:基于实际观看频率,初始导入集数不计入
- 放送状态自动检测修复:正确识别连载中/已完结/未开播
- 连载中番剧看完当前集数不再自动标为"看完"
- 深色模式全面适配:卡片、输入框、滚动条、气泡画布
- 樱花和海蓝主题饱和度提升
- 气泡玻璃拟态降低,hover/click 动画更克制
- FAB 改为 pill button(+ 添加番剧)
- 设置页重构分组:外观 / Bangumi / 数据 / 关于
- 面板 tab 改为 segmented control 风格
- 减少动画偏好支持
修复
- Bangumi API 字段名不匹配(
datevsair_date)导致所有番显示"完结" - 气泡完成动画未触发(CSS class 未被添加)
- 深色模式下大量白色元素刺眼
- 版本号未更新
Pochan v0.2.0
What's New
- Full UI overhaul: closer to a real desktop tool,
- Custom titlebar with drag support and window controls
- Empty state for bubble canvas
- Enhanced bubble tooltip: name, progress, last watched date
- Watch status switcher in anime detail modal
- Daily airing notification on app launch
- Unknown episode count warning when adding anime
- High-res app icons
- Improved completion/drop animations with anticipation
Improvements
- Bubble position reworked: based on actual watch frequency, initial episodes excluded
- Airing status detection fixed: correctly identifies airing/finished/upcoming
- Airing anime no longer auto-marked as "completed" when caught up
- Full dark mode support: cards, inputs, scrollbars, bubble canvas
- Sakura and Marine theme saturation increased
- Reduced glassmorphism on bubbles, subtler hover/click animations
- FAB changed to pill button
- Settings page restructured into sections
- Panel tabs restyled as segmented control
- Reduced motion support
Fixes
- Bangumi API field name mismatch (
datevsair_date) causing all anime to show as "finished" - Bubble completion animation not triggering
- White elements in dark mode
- Version number not updated
Pochan v0.1.1
#Pochan v0.1.1
新增
- 多颜色模式:浅色 / 深色 + 3 个可解锁特殊主题(樱花、海蓝、?)
修复
- 若干 bug 修复与稳定性改善
Pochan v0.1.1
What's New
- Color modes: light / dark + 3 unlockable special themes (Sakura, Marine, ?)
Fixes
- Minor bug fixes and stability improvements
ller for your platform.
Pochan v0.1.0
Pochan v0.1.0 — 首个公开版本
追番气泡,让你的追番习惯浮起来。
Pochan 是一个本地优先的桌面追番工具。番剧以"气泡"的形式呈现——看得越多,气泡浮得越高;放置太久,气泡就会慢慢沉底。你的追番节奏,一眼可见。
功能亮点
气泡画布
- 每部番是一个浮动气泡,大小和位置反映你的观看频率
- 左键点击 = 看了一集,气泡弹跳上浮
- 右键点击 = 回退一集
- 看完最后一集时触发完成动画 + 窗口抖动庆祝
- 基于 matter.js 物理引擎,气泡会碰撞、弹跳、微微抖动
番剧库
- 表格 / 卡片双视图
- 排序:上次观看 / 名字 / 完成度 / 添加时间
- 筛选:全部 / 在看 / 想看 / 看完 / 弃番
- 搜索 + 批量操作
日历视图
- 月历展示每周放送时间表
- 点击空白格子快速记录今天看了什么
Bangumi 数据接入
- 搜索并添加番剧,元数据自动从 Bangumi 拉取
- 支持从 Bangumi 用户名一键导入公开收藏
本地优先
- 所有数据存储在本地,无需注册账号
- 支持 JSON 导出 / 导入备份
下载
| 平台 | 文件 |
|---|---|
| Windows x64 | Pochan_0.1.0_x64-setup.exe |
| Windows x86 | Pochan_0.1.0_x86-setup.exe |
| Windows ARM64 | Pochan_0.1.0_arm64-setup.exe |
| macOS (Apple Silicon) | Pochan_0.1.0_aarch64.dmg |
| macOS (Intel) | Pochan_0.1.0_x64.dmg |
| Linux x64 | pochan_0.1.0_amd64.deb / .AppImage |
技术栈
Tauri 2.x + React 18 + TypeScript + Vite + Zustand + matter.js
轻量、快速、跨平台。
这是 Pochan 的第一个版本,欢迎反馈和建议
Pochan v0.1.0 — First Public Release
Anime tracking, visualized as floating bubbles.
Pochan is a local-first desktop anime tracker. Each anime becomes a bubble — watch more and it floats higher; neglect it and it slowly sinks. Your watching rhythm, at a glance.
Highlights
- Bubble Canvas — Physics-driven bubbles (matter.js). Left-click = watched +1, right-click = -1. Completion animation on finishing a series.
- Library — Table/card views with sort, filter, search, and bulk actions.
- Calendar — Monthly airing schedule with quick-log support.
- Bangumi Integration — Search and add anime with metadata from Bangumi. Import public collections by username.
- Local-first — All data stored locally. Export/import JSON backups. No account needed.
Tech Stack
Tauri 2.x · React 18 · TypeScript · Vite · Zustand · matter.js
First release — feedback welcome