Changelog Generator by claude-office-skills/skills
npx skills add https://github.com/claude-office-skills/skills --skill 'Changelog Generator'根据提交记录、功能列表或更新内容生成专业的发布说明和变更日志。
此技能可帮助您:
"根据以下提交记录生成变更日志:
- fix: 修复登录超时问题
- feat: 新增深色模式支持
- docs: 更新 API 文档"
"为版本 2.0 创建发布说明:
- 新的仪表板设计
- 性能改进(速度提升 50%)
- 已修复:导出按钮无法使用
- 已移除:旧版 API v1"
"将这些代码变更总结为变更日志条目"
# 变更日志
本项目所有重要的变更都将记录在此文件中。
格式基于 [Keep a Changelog](https://keepachangelog.com/),
并且本项目遵循 [语义化版本控制](https://semver.org/)。
## [未发布]
## [2.1.0] - 2026-01-29
### 新增
- 所有页面支持深色模式
- 导出为 CSV 功能
- 常用操作的键盘快捷键
### 变更
- 重新设计了仪表板,改进了导航
- 认证升级至 OAuth 2.0
- 性能改进(加载时间提升 50%)
### 弃用
- 旧版 API v1(将在 v3.0 中移除)
### 移除
- 不再支持 Internet Explorer
### 修复
- 慢速连接下的登录超时问题
- 移动设备上导出按钮无响应
- 实时更新中的内存泄漏
### 安全
- 更新依赖项以修复 CVE-2026-XXXX
## [2.0.0] - 2025-12-01
...
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
# 版本 2.1 的新功能
我们很高兴地宣布推出版本 2.1,带来了深色模式和重大的性能改进!
## ✨ 新功能
### 深色模式
终于来了!在 设置 > 外观 中切换浅色和深色主题。您的偏好设置会在设备间同步。
### CSV 导出
一键将您的数据导出为 CSV。在任何数据视图的“操作”菜单中找到此功能。
### 键盘快捷键
使用快捷键更高效地工作:
- `Ctrl/Cmd + K` - 快速搜索
- `Ctrl/Cmd + N` - 新建项目
- `?` - 显示所有快捷键
## 🚀 改进
- **加载速度提升 50%** - 完全重建了数据加载管道
- **新仪表板** - 更简洁的设计,支持自定义小组件
- **更好的认证** - 升级至 OAuth 2.0 以增强安全性
## 🐛 错误修复
- 修复了慢速连接下的登录超时问题
- 导出按钮现在在移动设备上正常工作
- 解决了实时更新的内存问题
## ⚠️ 重要提示
- **弃用通知**:旧版 API v1 将在版本 3.0 中移除
- **浏览器支持**:不再支持 Internet Explorer
---
有问题吗?请联系 support@example.com 或访问我们的[帮助中心](link)。
# 发布 v2.1.0
**发布日期**:2026-01-29
**类型**:次要版本
**兼容性**:无破坏性变更
## 摘要
此版本引入了深色模式、CSV 导出和显著的性能改进。
## 变更
### 功能
| ID | 描述 | PR |
|----|-------------|-----|
| FEAT-123 | 深色模式主题支持 | #456 |
| FEAT-124 | CSV 导出功能 | #457 |
| FEAT-125 | 键盘快捷键 | #458 |
### 修复
| ID | 描述 | 严重性 | PR |
|----|-------------|----------|-----|
| BUG-789 | 慢速连接下的登录超时 | 高 | #459 |
| BUG-790 | 移动端导出按钮 | 中 | #460 |
### 更新的依赖项
| 包 | 从 | 到 | 原因 |
|---------|------|-----|--------|
| lodash | 4.17.20 | 4.17.21 | 安全补丁 |
## 迁移指南
此版本无需迁移。
## 已知问题
- 深色模式不适用于嵌入式 iframe
## 贡献者
@developer1, @developer2, @designer1
| 类型 | 描述 | 变更日志章节 |
|---|---|---|
feat | 新功能 | 新增 |
fix | 错误修复 | 修复 |
docs | 文档 | 文档 |
style | 格式化 | 变更 |
refactor | 代码重构 | 变更 |
perf | 性能 | 变更 |
test | 测试 | 不适用(内部) |
chore | 维护 | 不适用(内部) |
breaking | 破坏性变更 | ⚠️ 破坏性变更 |
security | 安全修复 | 安全 |
deprecate | 弃用 | 已弃用 |
remove | 移除 | 已移除 |
主版本号.次版本号.修订号
主版本号:破坏性变更(不兼容的 API 变更)
次版本号:新功能(向后兼容)
修订号:错误修复(向后兼容)
输入:feat(auth): add OAuth 2.0 support (#123)
输出:- 新增 OAuth 2.0 认证支持
输入:用户报告大于 10MB 的文件导出失败
输出:- 修复了大文件(> 10MB)的导出功能
✅ 应该做:
❌ 不应该做:
每周安装次数
0
代码仓库
GitHub 星标数
5
首次出现时间
1970年1月1日
安全审计
Generate professional release notes and changelogs from commits, feature lists, or updates.
This skill helps you:
"Generate a changelog from these commits:
- fix: resolve login timeout issue
- feat: add dark mode support
- docs: update API documentation"
"Create release notes for version 2.0:
- New dashboard design
- Performance improvements (50% faster)
- Fixed: export button not working
- Removed: legacy API v1"
"Summarize these code changes into a changelog entry"
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/),
and this project adheres to [Semantic Versioning](https://semver.org/).
## [Unreleased]
## [2.1.0] - 2026-01-29
### Added
- Dark mode support across all pages
- Export to CSV functionality
- Keyboard shortcuts for common actions
### Changed
- Redesigned dashboard with improved navigation
- Upgraded authentication to OAuth 2.0
- Performance improvements (50% faster load times)
### Deprecated
- Legacy API v1 (will be removed in v3.0)
### Removed
- Support for Internet Explorer
### Fixed
- Login timeout issue on slow connections
- Export button not responding on mobile
- Memory leak in real-time updates
### Security
- Updated dependencies to patch CVE-2026-XXXX
## [2.0.0] - 2025-12-01
...
# What's New in Version 2.1
We're excited to announce version 2.1 with dark mode and major performance improvements!
## ✨ New Features
### Dark Mode
Finally here! Switch between light and dark themes in Settings > Appearance. Your preference syncs across devices.
### CSV Export
Export your data to CSV with one click. Find it in the Actions menu on any data view.
### Keyboard Shortcuts
Work faster with shortcuts:
- `Ctrl/Cmd + K` - Quick search
- `Ctrl/Cmd + N` - New item
- `?` - Show all shortcuts
## 🚀 Improvements
- **50% Faster Loading** - Completely rebuilt our data loading pipeline
- **New Dashboard** - Cleaner design with customizable widgets
- **Better Authentication** - Upgraded to OAuth 2.0 for enhanced security
## 🐛 Bug Fixes
- Fixed login timeouts on slower connections
- Export button now works properly on mobile devices
- Resolved memory issues with real-time updates
## ⚠️ Important Notes
- **Deprecation Notice**: Legacy API v1 will be removed in version 3.0
- **Browser Support**: Internet Explorer is no longer supported
---
Questions? Contact support@example.com or visit our [Help Center](link).
# Release v2.1.0
**Release Date**: 2026-01-29
**Type**: Minor Release
**Compatibility**: Breaking changes: None
## Summary
This release introduces dark mode, CSV export, and significant performance improvements.
## Changes
### Features
| ID | Description | PR |
|----|-------------|-----|
| FEAT-123 | Dark mode theme support | #456 |
| FEAT-124 | CSV export functionality | #457 |
| FEAT-125 | Keyboard shortcuts | #458 |
### Fixes
| ID | Description | Severity | PR |
|----|-------------|----------|-----|
| BUG-789 | Login timeout on slow connections | High | #459 |
| BUG-790 | Mobile export button | Medium | #460 |
### Dependencies Updated
| Package | From | To | Reason |
|---------|------|-----|--------|
| lodash | 4.17.20 | 4.17.21 | Security patch |
## Migration Guide
No migration required for this release.
## Known Issues
- Dark mode does not apply to embedded iframes
## Contributors
@developer1, @developer2, @designer1
| Type | Description | Changelog Section |
|---|---|---|
feat | New feature | Added |
fix | Bug fix | Fixed |
docs | Documentation | Documentation |
style | Formatting | Changed |
refactor | Code restructuring | Changed |
MAJOR.MINOR.PATCH
MAJOR: Breaking changes (incompatible API changes)
MINOR: New features (backwards compatible)
PATCH: Bug fixes (backwards compatible)
Input: feat(auth): add OAuth 2.0 support (#123)
Output: - Added OAuth 2.0 authentication support
Input: Users reported export failing on files > 10MB
Output: - Fixed export functionality for large files (> 10MB)
✅ Do :
❌ Don't :
Weekly Installs
0
Repository
GitHub Stars
5
First Seen
Jan 1, 1970
Security Audits
agent-browser 浏览器自动化工具 - Vercel Labs 命令行网页操作与测试
140,500 周安装
竞争对手研究指南:SEO、内容、反向链接与定价分析工具
231 周安装
Azure 工作负载自动升级评估工具 - 支持 Functions、App Service 计划与 SKU 迁移
231 周安装
Kaizen持续改进方法论:软件开发中的渐进式优化与防错设计实践指南
231 周安装
软件UI/UX设计指南:以用户为中心的设计原则、WCAG可访问性与平台规范
231 周安装
Apify 网络爬虫和自动化平台 - 无需编码抓取亚马逊、谷歌、领英等网站数据
231 周安装
llama.cpp 中文指南:纯 C/C++ LLM 推理,CPU/非 NVIDIA 硬件优化部署
231 周安装
perf| Performance |
| Changed |
test | Tests | N/A (internal) |
chore | Maintenance | N/A (internal) |
breaking | Breaking change | ⚠️ BREAKING |
security | Security fix | Security |
deprecate | Deprecation | Deprecated |
remove | Removal | Removed |