product-changelog by inferen-sh/skills
npx skills add https://github.com/inferen-sh/skills --skill product-changelog通过 inference.sh CLI 编写用户愿意阅读和关心的更新日志与发布说明。
需要 inference.sh CLI (
infsh)。安装说明
infsh login
# 生成功能公告视觉图
infsh app run falai/flux-dev-lora --input '{
"prompt": "clean product UI screenshot mockup, modern dashboard interface showing a new analytics chart feature, light mode, minimal design, professional SaaS product",
"width": 1248,
"height": 832
}'
### New: Bulk Export for Reports 📊
You can now export up to 10,000 rows at once from any report view.
Select your rows, click Export, and choose CSV or Excel format.
Previously limited to 500 rows per export.

结构: 类别标签 -> 面向用户的标题 -> 您现在可以做什么 -> 如何操作 -> 发生了什么变化 -> 视觉元素
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
❌ 内部语言:
"Implemented batch processing queue for the export service"
"Refactored the ReportExporter class to support pagination"
"Fixed bug in CSV serialization (PR #4521)"
✅ 面向用户的语言:
"You can now export up to 10,000 rows at once from any report"
"Reports now load 3x faster when filtering large datasets"
"Fixed an issue where exported CSV files had missing columns"
规则:
| 类别 | 颜色 | 图标 | 用于 |
|---|---|---|---|
| New | 绿色 | ✨ 或 🆕 | 全新的功能或能力 |
| Improved | 蓝色 | ⚡ 或 🔧 | 对现有功能的增强 |
| Fixed | 黄色/橙色 | 🐛 或 🔨 | 错误修复 |
| Removed | 红色 | 🗑️ 或 ⚠️ | 已弃用或移除的功能 |
| Security | 紫色 | 🔒 | 安全补丁 |
MAJOR.MINOR.PATCH
3 . 2 . 1
| 组件 | 何时递增 | 示例 |
|---|---|---|
| MAJOR | 破坏性变更,重大重新设计 | 2.0.0 -> 3.0.0 |
| MINOR | 新功能,向后兼容 | 3.1.0 -> 3.2.0 |
| PATCH | 错误修复,小改进 | 3.2.0 -> 3.2.1 |
2026-02-08 或 2026.02.08 或 February 8, 2026
最适合持续部署的 SaaS 产品。
# Changelog
## February 8, 2026
### New
- **Bulk Export for Reports** — Export up to 10,000 rows at once. [Learn more →](link)
- **Dark Mode** — Toggle dark mode from Settings > Appearance.
### Improved
- **Dashboard Loading** — Dashboards now load 3x faster on large datasets.
- **Search** — Search results now include archived items.
### Fixed
- Fixed an issue where exported CSV files had missing column headers.
- Fixed a bug where the date picker showed incorrect timezone.
---
## February 1, 2026
### New
- **API Webhooks** — Get notified when events happen in your account.
### Fixed
- Fixed an issue where email notifications were delayed by up to 2 hours.
| 变更类型 | 视觉元素 |
|---|---|
| 新 UI 功能 | 新功能的截图 |
| UI 重新设计 | 前后对比 |
| 新工作流程 | 分步截图或短视频 |
| 性能改进 | 显示改进的图表 |
| 复杂功能 | 动画 GIF 或视频演示 |
# 功能截图(如果应用正在运行,使用 agent browser)
infsh app run infsh/agent-browser --input '{
"url": "https://your-app.com/new-feature",
"action": "screenshot"
}'
# 前后对比
infsh app run infsh/stitch-images --input '{
"images": ["before-screenshot.png", "after-screenshot.png"],
"direction": "horizontal"
}'
# 带标注的截图
infsh app run bytedance/seededit-3-0-i2i --input '{
"prompt": "add a red circle highlight around the export button in the top right area",
"image": "screenshot.png"
}'
# 功能公告横幅
infsh app run falai/flux-dev-lora --input '{
"prompt": "clean modern product announcement banner, gradient blue to purple background, abstract geometric shapes, professional SaaS aesthetic, wide format",
"width": 1248,
"height": 832
}'
破坏性变更需要特殊处理:
### ⚠️ Breaking: API v2 Endpoints Deprecated
**What changed:** API v1 endpoints will stop working on March 15, 2026.
**What you need to do:**
1. Update your API calls to use v2 endpoints ([migration guide →](link))
2. Update authentication to use Bearer tokens instead of API keys
3. Test your integration before March 15
**Timeline:**
- Now: v2 endpoints available, v1 still works
- March 1: v1 returns deprecation warnings
- March 15: v1 stops working
If you need help migrating, contact support@company.com.
| 渠道 | 格式 | 时机 |
|---|---|---|
| 更新日志页面 | 完整细节,所有条目 | 每次发布 |
| 应用内通知 | 1-2 行摘要 | 新功能、破坏性变更 |
| 电子邮件 | 精选亮点,带视觉元素 | 主要发布(每月/每季度) |
| 博客文章 | 带背景的深度解析 | 重大发布 |
| 社交媒体 | 单个功能亮点 | 值得注意的功能 |
| Slack/Discord | 简短公告 | 如果您有社区 |
🆕 New in [Product]: [Feature Name]
[1-2 sentence description of what you can now do]
[Screenshot or demo video]
Try it now → [link]
| 产品类型 | 频率 | 备注 |
|---|---|---|
| SaaS(持续部署) | 每周批量 | 将一周的变更分组 |
| SaaS(主要功能) | 按功能发布 | 附带博客文章 |
| 版本化软件 | 按版本发布 | 与语义化版本控制绑定 |
| API | 按版本 + 弃用通知 | 包含迁移指南 |
| 移动应用 | 按应用商店发布 | 匹配商店列表中的"新内容" |
| 错误 | 问题 | 修复方法 |
|---|---|---|
| 开发者语言 | 用户不理解 | 写用户可以做什么 |
| "错误修复和改进" | 零信息 | 列出具体修复 |
| 没有日期 | 无法分辨什么是新的 | 为每个条目注明日期 |
| 没有视觉元素 | 用户跳过文本 | 为主要功能截图 |
| 破坏性变更被埋没 | 用户发现太晚 | 醒目警告 + 时间线 |
| 提交日志作为更新日志 | 嘈杂、无帮助 | 筛选和重写 |
npx skills add inference-sh/skills@ai-image-generation
npx skills add inference-sh/skills@prompt-engineering
浏览所有应用:infsh app list
每周安装
7.0K
仓库
GitHub 星标
184
首次出现
13 天前
安全审计
安装于
claude-code5.6K
gemini-cli5.0K
codex5.0K
amp5.0K
opencode5.0K
github-copilot5.0K
Write changelogs and release notes that users read and care about via inference.sh CLI.
Requires inference.sh CLI (
infsh). Install instructions
infsh login
# Generate a feature announcement visual
infsh app run falai/flux-dev-lora --input '{
"prompt": "clean product UI screenshot mockup, modern dashboard interface showing a new analytics chart feature, light mode, minimal design, professional SaaS product",
"width": 1248,
"height": 832
}'
### New: Bulk Export for Reports 📊
You can now export up to 10,000 rows at once from any report view.
Select your rows, click Export, and choose CSV or Excel format.
Previously limited to 500 rows per export.

Structure: Category label -> User-facing title -> What you can do now -> How -> What changed -> Visual
❌ Internal language:
"Implemented batch processing queue for the export service"
"Refactored the ReportExporter class to support pagination"
"Fixed bug in CSV serialization (PR #4521)"
✅ User-facing language:
"You can now export up to 10,000 rows at once from any report"
"Reports now load 3x faster when filtering large datasets"
"Fixed an issue where exported CSV files had missing columns"
Rules:
| Category | Color | Icon | Use For |
|---|---|---|---|
| New | Green | ✨ or 🆕 | Entirely new features or capabilities |
| Improved | Blue | ⚡ or 🔧 | Enhancements to existing features |
| Fixed | Yellow/Orange | 🐛 or 🔨 | Bug fixes |
| Removed | Red | 🗑️ or ⚠️ | Deprecated or removed features |
| Security | Purple | 🔒 | Security patches |
MAJOR.MINOR.PATCH
3 . 2 . 1
| Component | Increment When | Example |
|---|---|---|
| MAJOR | Breaking changes, major redesign | 2.0.0 -> 3.0.0 |
| MINOR | New features, backward-compatible | 3.1.0 -> 3.2.0 |
| PATCH | Bug fixes, small improvements | 3.2.0 -> 3.2.1 |
2026-02-08 or 2026.02.08 or February 8, 2026
Best for SaaS products with continuous deployment.
# Changelog
## February 8, 2026
### New
- **Bulk Export for Reports** — Export up to 10,000 rows at once. [Learn more →](link)
- **Dark Mode** — Toggle dark mode from Settings > Appearance.
### Improved
- **Dashboard Loading** — Dashboards now load 3x faster on large datasets.
- **Search** — Search results now include archived items.
### Fixed
- Fixed an issue where exported CSV files had missing column headers.
- Fixed a bug where the date picker showed incorrect timezone.
---
## February 1, 2026
### New
- **API Webhooks** — Get notified when events happen in your account.
### Fixed
- Fixed an issue where email notifications were delayed by up to 2 hours.
| Change Type | Visual |
|---|---|
| New UI feature | Screenshot of the new feature |
| UI redesign | Before/after comparison |
| New workflow | Step-by-step screenshots or short video |
| Performance improvement | Chart showing improvement |
| Complex feature | Animated GIF or video demo |
# Feature screenshot (if you have the app running, use agent browser)
infsh app run infsh/agent-browser --input '{
"url": "https://your-app.com/new-feature",
"action": "screenshot"
}'
# Before/after comparison
infsh app run infsh/stitch-images --input '{
"images": ["before-screenshot.png", "after-screenshot.png"],
"direction": "horizontal"
}'
# Annotated screenshot with callout
infsh app run bytedance/seededit-3-0-i2i --input '{
"prompt": "add a red circle highlight around the export button in the top right area",
"image": "screenshot.png"
}'
# Feature announcement banner
infsh app run falai/flux-dev-lora --input '{
"prompt": "clean modern product announcement banner, gradient blue to purple background, abstract geometric shapes, professional SaaS aesthetic, wide format",
"width": 1248,
"height": 832
}'
Breaking changes need special treatment:
### ⚠️ Breaking: API v2 Endpoints Deprecated
**What changed:** API v1 endpoints will stop working on March 15, 2026.
**What you need to do:**
1. Update your API calls to use v2 endpoints ([migration guide →](link))
2. Update authentication to use Bearer tokens instead of API keys
3. Test your integration before March 15
**Timeline:**
- Now: v2 endpoints available, v1 still works
- March 1: v1 returns deprecation warnings
- March 15: v1 stops working
If you need help migrating, contact support@company.com.
| Channel | Format | When |
|---|---|---|
| Changelog page | Full detail, all entries | Every release |
| In-app notification | 1-2 line summary | New features, breaking changes |
| Curated highlights, visuals | Major releases (monthly/quarterly) | |
| Blog post | Deep dive with context | Big launches |
| Social media | Single feature highlight | Notable features |
| Slack/Discord | Brief announcement | If you have a community |
🆕 New in [Product]: [Feature Name]
[1-2 sentence description of what you can now do]
[Screenshot or demo video]
Try it now → [link]
| Product Type | Frequency | Notes |
|---|---|---|
| SaaS (continuous deploy) | Weekly batch | Group a week of changes |
| SaaS (major features) | Per feature launch | With blog post |
| Versioned software | Per version release | Tied to semver |
| API | Per version + deprecation notices | Include migration guides |
| Mobile app | Per app store release | Match store listing "What's New" |
| Mistake | Problem | Fix |
|---|---|---|
| Developer language | Users don't understand | Write what users can do |
| "Bug fixes and improvements" | Zero information | List specific fixes |
| No dates | Can't tell what's new | Date every entry |
| No visuals | Users skip text | Screenshot major features |
| Breaking changes buried | Users discover too late | Prominent warning + timeline |
| Commit log as changelog | Noisy, unhelpful | Curate and rewrite |
npx skills add inference-sh/skills@ai-image-generation
npx skills add inference-sh/skills@prompt-engineering
Browse all apps: infsh app list
Weekly Installs
7.0K
Repository
GitHub Stars
184
First Seen
13 days ago
Security Audits
Gen Agent Trust HubFailSocketPassSnykWarn
Installed on
claude-code5.6K
gemini-cli5.0K
codex5.0K
amp5.0K
opencode5.0K
github-copilot5.0K
99,500 周安装