chore: release v1.74.0

This commit is contained in:
Jim Liu 宝玉 2026-03-20 23:17:14 -05:00
parent fe3b3d9125
commit e55f91b0ea
4 changed files with 18 additions and 2 deletions

View File

@ -6,7 +6,7 @@
}, },
"metadata": { "metadata": {
"description": "Skills shared by Baoyu for improving daily work efficiency", "description": "Skills shared by Baoyu for improving daily work efficiency",
"version": "1.73.3" "version": "1.74.0"
}, },
"plugins": [ "plugins": [
{ {

View File

@ -2,6 +2,14 @@
English | [中文](./CHANGELOG.zh.md) English | [中文](./CHANGELOG.zh.md)
## 1.74.0 - 2026-03-20
### Features
- `baoyu-markdown-to-html`: CLI now supports all rendering options — color, font-family, font-size, code-theme, mac-code-block, line-number, count, legend
### Fixes
- `baoyu-markdown-to-html`: fix CSS custom property regex to handle quoted values; grace/simple themes now layer default CSS
## 1.73.3 - 2026-03-20 ## 1.73.3 - 2026-03-20
### Fixes ### Fixes

View File

@ -2,6 +2,14 @@
[English](./CHANGELOG.md) | 中文 [English](./CHANGELOG.md) | 中文
## 1.74.0 - 2026-03-20
### 新功能
- `baoyu-markdown-to-html`CLI 支持全部渲染选项 — color、font-family、font-size、code-theme、mac-code-block、line-number、count、legend
### 修复
- `baoyu-markdown-to-html`:修复 CSS 自定义属性正则无法处理带引号值的问题grace/simple 主题现在会叠加 default 主题 CSS
## 1.73.3 - 2026-03-20 ## 1.73.3 - 2026-03-20
### 修复 ### 修复

View File

@ -1,6 +1,6 @@
# CLAUDE.md # CLAUDE.md
Claude Code marketplace plugin providing AI-powered content generation skills. Version: **1.73.3**. Claude Code marketplace plugin providing AI-powered content generation skills. Version: **1.74.0**.
## Architecture ## Architecture