1414[ ![ GitHub Stars] ( https://img.shields.io/github/stars/sansan0/TrendRadar?style=flat-square&logo=github&color=yellow )] ( https://github.com/sansan0/TrendRadar/stargazers )
1515[ ![ GitHub Forks] ( https://img.shields.io/github/forks/sansan0/TrendRadar?style=flat-square&logo=github&color=blue )] ( https://github.com/sansan0/TrendRadar/network/members )
1616[ ![ License] ( https://img.shields.io/badge/license-GPL--3.0-blue.svg?style=flat-square )] ( LICENSE )
17- [ ![ Version] ( https://img.shields.io/badge/version-v3.4.0 -blue.svg )] ( https://github.com/sansan0/TrendRadar )
17+ [ ![ Version] ( https://img.shields.io/badge/version-v3.4.1 -blue.svg )] ( https://github.com/sansan0/TrendRadar )
1818[ ![ MCP] ( https://img.shields.io/badge/MCP-v1.0.3-green.svg )] ( https://github.com/sansan0/TrendRadar )
1919
2020[ ![ WeWork] ( https://img.shields.io/badge/WeWork-Notification-00D4AA?style=flat-square )] ( https://work.weixin.qq.com/ )
@@ -272,6 +272,40 @@ Transform from "algorithm recommendation captivity" to "actively getting the inf
272272- ** Major Version Upgrade** : Upgrading from v1.x to v2.y, recommend deleting existing fork and re-forking to save effort and avoid config conflicts
273273
274274
275+ ### 2025/11/28 - v3.4.1
276+
277+ ** 🔧 Format Optimization**
278+
279+ 1 . ** Bark Push Enhancement**
280+ - Bark now supports Markdown rendering
281+ - Enabled native Markdown format: bold, links, lists, code blocks, etc.
282+ - Removed plain text conversion to fully utilize Bark's native rendering capabilities
283+
284+ 2 . ** Slack Format Precision**
285+ - Use dedicated mrkdwn format for batch content processing
286+ - Improved byte size estimation accuracy (avoid message overflow)
287+ - Optimized link format: ` <url|text> ` and bold syntax: ` *text* `
288+
289+ 3 . ** Performance Improvement**
290+ - Format conversion completed during batching process, avoiding secondary processing
291+ - Accurate message size estimation reduces send failure rate
292+
293+ ** 🔧 Upgrade Instructions** :
294+ - ** GitHub Fork Users** : Update ` main.py ` ,` config.yaml `
295+
296+
297+ ### 2025/11/26 - mcp-v1.0.3
298+
299+ ** MCP Module Update:**
300+ - Added date parsing tool resolve_date_range to resolve AI model date calculation inconsistencies
301+ - Support natural language date expression parsing (this week, last 7 days, last month, etc.)
302+ - Tool count increased from 13 to 14
303+
304+
305+ <details >
306+ <summary >👉 Click to expand: <strong >Historical Updates</strong ></summary >
307+
308+
275309### 2025/11/25 - v3.4.0
276310
277311** 🎉 Added Slack Push Support**
@@ -294,17 +328,6 @@ Transform from "algorithm recommendation captivity" to "actively getting the inf
294328** 🔧 Upgrade Instructions** :
295329- ** GitHub Fork Users** : Update ` main.py ` , ` config/config.yaml ` , ` .github/workflows/crawler.yml `
296330
297- ### 2025/11/26 - mcp-v1.0.3
298-
299- ** MCP Module Update:**
300- - Added date parsing tool resolve_date_range to resolve AI model date calculation inconsistencies
301- - Support natural language date expression parsing (this week, last 7 days, last month, etc.)
302- - Tool count increased from 13 to 14
303-
304-
305- <details >
306- <summary >👉 Click to expand: <strong >Historical Updates</strong ></summary >
307-
308331
309332### 2025/11/24 - v3.3.0
310333
@@ -1845,7 +1868,7 @@ current directory/
18451868 **Usage Method**:
18461869 - Modify `.env` file, uncomment and fill in needed configs
18471870 - Or add directly in NAS/Synology Docker management interface's "Environment Variables"
1848- - Restart container to take effect : ` docker-compose restart `
1871+ - Restart container to take effect : ` docker-compose up -d `
18491872
18501873
185118743. **Start Service** :
0 commit comments