关注

发布于 更新于

AI总结: 本文介绍了多个软件更新的主要变更,包括Cherry Studio、DeepChat、Mihomo、PowerToys、新API、Xpipe、Anx-Reader、Subs-Check、LangBot、Alist、Weasel、LightBulb和Awesome-Mac等。各个软件的更新内容涉及功能增强、bug修复和用户体验优化,例如DeepChat引入多窗口和多标签功能,Anx-Reader支持AI翻译,PowerToys修复了管理权限问题,以及Mihomo的安全性改进等。 优化建议: 1. 在更新说明中使用清晰的标题和小节,以便用户快速找到关键信息。 2. 采用简洁的语言描述功能和修复,避免技术细节过于复杂。 3. 提供示例或使用场景,帮助用户理解新功能的实际应用。 4. 考虑增加用户反馈渠道,鼓励用户分享使用体验和建议。

🍒 Cherry Studio is a desktop client that supports for multiple LLM providers.

变更说明

What's Changed

  • fix: editing user messages is not re-sent; it can only be saved
  • feat: support pin topic to the top
  • feat: add navigation buttons for webview history in MinApp popup
  • chore: update electron version to 35.4.0 in package.json and yarn.lock
  • Feat/support tokenflux provider

Full Changelog:

🐬DeepChat - A smart assistant that connects powerful AI to your personal world

变更说明

🚀 DeepChat 0.2.0 正式发布 | 重新定义你的 AI 对话体验!

—— 不再是简单的 ChatBot,而是你的自然语言 Agent 工具🌟

  • UI重构,多窗口功能上线,多Tab,多窗口,就像使用浏览器一样使用AI,真正的效率工具
  • MCP相关底层重构,Function Call 兼容性大大提升,模型对于MCP的感知更清晰
  • 优化消息复制成图片能力,分享更容易
  • 支持 OpenAI Responses API 面向未来
  • Claude 4 / Gemini 05-20 相关支持

✨ 本次主要更新内容 ✨

  • ⚠️⚠️[大型优化]多Tab+多窗口重构+UI优化
  • add support for python code / 添加对 Python 代码的支持
  • Save and restore window size & position / 保存并恢复窗口的大小与位置
  • 知识库默认不展开 & 统一样式
  • fix(artifact): add copy button / 修复(构建物):添加复制按钮
  • fix(thread): 去除重复的generatingMessages设置
  • fix(openai): fix missing token usage stats in streaming; update Qwen model context window; fix renderer process listening address / 修复缺失 token 统计、更新 Qwen 上下文、修复渲染监听地址
  • add support for openai responses / 添加 OpenAI 响应支持
  • add "translate" and "ask ai" to context menu of selected text / 在选中文本菜单中添加“翻译”和“提问 AI”
  • fix(thread): fix tool_call responses history in context messages / 修复上下文中 tool_call 响应历史记录问题
  • add copy tips / 添加复制提示
  • Add message copy success tips / 添加复制成功提示
  • feat(openai): add native function-calling history support / 新增原生函数调用历史支持
  • Support custom Prompt management & MCP's Prompt / 支持自定义 Prompt 管理及 MCP 的 Prompt
  • fix(search): optimize intent recognition; fix null citation / 优化搜索意图识别;修复空引用问题
  • fix css issue in multi tabs version / 修复多标签版本 CSS 问题
  • fix(CodeBlockNode): code update scroll to bottom / 修复代码更新时滚动到底部
  • fix(modelcfg): official model configs of Qwen updated / 更新 Qwen 官方模型配置
  • fix(css): correct dark theme border / 修复暗色主题边框以提升对比度
  • Feature/capture long screenshot / 支持长截图功能

临渊羡鱼不如退而结网,如下是本次新的贡献者

  • made their first contribution in
  • made their first contribution in
  • made their first contribution in
  • made their first contribution in

Full Changelog:

🔥 为什么选择 DeepChat?

商业友好:基于原版 开源,无任何协议外的额外约束,面向开源。 ✅ 开箱即用:极简配置,即刻开启你的智能对话之旅。 ✅ 极致灵活:自由切换模型,自定义模型源,满足你多样化的对话和探索需求。 ✅ 体验绝佳:LaTeX 公式渲染、代码高亮、Markdown 支持,模型对话从未如此顺畅。 ✅ 持续进化:我们倾听用户反馈,不断迭代更新,为你带来更卓越的 AI 对话体验。

📥 立即体验未来

💬 反馈有礼:欢迎提交你的宝贵建议,加入 VIP 用户社群,与我们一同塑造 DeepChat 的未来! <img width="400px" src="

A simple Python Pydantic model for Honkai: Star Rail parsed data from the Mihomo API.

变更说明

What's Changed

  • 188372cb feat: add tls.ech-key for external-controller-tls
  • 5cf0f18c feat: reality add support-x25519mlkem768, it only works with new version server
  • a1350d49 feat: add ech-key for listeners
  • c6d7ef8c feat: add ech-opts for anytls/shadowsocks/trojan/vmess/vless outbound
  • dc958e6a feat: add ech-opts for hysteria/hysteria2/tuic outbound
  • Other incompatible updates are the same as v1.19.6~v1.19.8:
  • For security reasons, all paths appearing in the configuration file will be limited to workdir (regardless of whether they are relative or absolute). If there is a specific need, please specify additional safe paths by setting the SAFE_PATHS environment variable while ensuring safety. The syntax of this environment variable is the same as the PATH environment variable parsing rules of this operating system (i.e., semicolon-separated under Windows and colon-separated under other systems)
  • For security reasons, the "path" parameter of /configs in the restful api has been restricted, and its directory also needs to be in workdir or SAFE_PATHS.
  • In addition, support for specifying routing-mark and interface-name for proxy-groups has been removed. Please specify the relevant parameters in proxies directly.
  • Note: The workdir mentioned above is specified by the -d parameter when the program is started or the CLASH_HOME_DIR environment variable. If neither of the above is specified, the default is:
    • on Unix systems, $HOME/.config/mihomo.
    • on Windows, %USERPROFILE%/.config/mihomo.

BUG & Fix

  • 41b57afb fix: grpc deadline implement
  • 608ddb1b fix: external-ui-name must in local
  • 90ed01ed fix: backoff not reset when the file unchanged
  • bb8c47d8 fix: error typo
  • c489c526 fix: hysteria2 hop ports init
  • d036d981 fix: http server does not handle http2 logic correctly
  • d5a03901 fix: race in close grpc transport
  • d900c712 fix: shadowtls v2 not work with X25519MLKEM768
  • f91a586d fix: inline proxy provider's healthcheck not work

Maintenance

  • 1672750c chore: simplifying the old fingerprint processing method
  • 257fead5 docs: update config.yaml follow 5cf0f18c
  • 83213d49 chore: adjust min backoff from 1s to 10s
  • 8a5f3b89 chore: simplify port hop costs
  • 8f92b1de chore: simplify the single root decompression process
  • 9f7a2a36 chore: unpack externalUI in a separate temporary directory to avoid malicious compressed packages from polluting workdir
  • a9347912 chore: stricter path checking when unpacking zip/tgz
  • ed42c4fe chore: disallow symlink in unzip
  • fd959fef chore: update dependencies

Full Changelog:

Windows system utilities to maximize productivity

变更说明

This is a patch release to fix issues in v0.91 we deemed important for stability based on incoming rates. See for full release notes.

Installer Hashes

Description Filename sha256 hash
Per user - x64 PowerToysUserSetup-0.91.1-x64.exe 42EA4A3E8C79A5456476D19E72B3E2AB9393A89C4DC7442EB7EE5A1E3490D38A
Per user - ARM64 [PowerToysUserSetup-0.91.1-arm64.exe][ptUserArm64] F3F433FE04049F9197411D792AADEBF34E3BE7FE16327BD8B73D2A046ED8BAF6
Machine wide - x64 PowerToysSetup-0.91.1-x64.exe EC4BC3A8625775866B0ED4577CCF83E6EC7B1A0AD267379DDBAF4FE49C7B5BDD
Machine wide - ARM64 [PowerToysSetup-0.91.1-arm64.exe][ptMachineArm64] 9CB8911008420D0E446AE3D5CE365E447FA4DF9DCF9337F3A80F933C00FC3689

Highlights

    • Command Palette: Fixed regression where it ran as admin instead of the current user when PowerToys was elevated; also resolved extension launch failures occurring only in admin mode.
    • Workspaces: Fixed regression where command-line options support was expected but missing when launching classic Win32 apps (e.g. Edge, Chrome).
    • Quick Accent: Fixed regression requiring activation key to be held simultaneously with the key during the "Input delays" period for accent selection; instead, only the key needs to be held after activation.

AI模型接口管理与分发系统,支持将多种大模型转为统一格式调用,支持OpenAI、Claude等格式,可供个人或者企业内部管理与分发渠道使用,本项目基于One API二次开发。🍥 The next-generation LLM gateway and AI asset management system supports multiple languages.

变更说明

What's Changed

  • fix aws claude-sonnet-4-20250514

Full Changelog:

Access your entire server infrastructure from your local desktop

变更说明
  • Fix key file selection throwing NullPointer for VMs in 16.4
  • Fix choco updater showing updates prior to availability

Downloads

You can find all downloadable artifacts below attached to this release. For installation instructions, see the .

All artifacts are signed by

Featuring powerful AI capabilities and supporting various e-book formats, it makes reading smarter and more focused.

变更说明

1.5.3

  • Feat: Support AI translation and dictionary(, )

  • Feat: Support setting DeepL URL

  • Feat: Show data update time while choosing sync direction

  • Feat: Add Crimean Tatar translation support

  • Feat: Support modifying the original text content in the note editing diaglog

  • Feat: Support import books via share

  • Feat: Add this app to open with

  • Fix: adjust margin icons in style settings

  • Fix: TTS may get stuck on punctuation

  • Fix: Fix garbled text when importing some TXT files

  • Fix: Fix excessive spacing between some file segments

  • UI: Update background and button styles in BookDetail

  • Fix: Fix inaccurate click position in pdf files

  • Fix: macOS Launchpad icon edge anomaly

  • Fix: Fix issue where short TXT files cannot be imported

  • Fix: Fix DeepL translation error

  • 新增:支持 AI 翻译和词典(, )

  • 新增:支持设置 DeepL URL

  • 新增:在选择同步方向时提示两端的数据更新时间

  • 新增:添加克里米亚鞑靼语翻译支持

  • 新增:支持在笔记编辑界面中修改笔记的原文内容

  • 新增:iOS 支持通过分享的方式导入图书

  • 新增:支持 打开方式 中选择本App

  • 修复:修改样式设置中的边距图标

  • 修复:TTS 有时会被标点符号卡住

  • 修复:部分 TXT 文件导入乱码的问题

  • 修复:部分文件段间距过大

  • UI: 修改书籍详情页背景和按钮样式

  • 修复:pdf 文件点击位置不准确的问题

  • 修复:macOS 启动台中图标边缘异常

  • 修复:内容较短的 TXT 文件无法导入的问题

  • 修复:DeepL 翻译出错

订阅转换合并,节点可用性,测速,重命名,导出为clash.meta/clash/base64/qx等等所有格式的订阅工具

变更说明

Changelog

  • 3aa4adf0c6a5f20eb68cc6c656b75ba6b6d9fb07 update mihomo
  • 85ceea6f8175a5d60992cce385a64f5e9038724d update sub-store to 2.19.51

🤩 IM bot platform designed for the LLM era / 简单易用的大模型即时通信机器人平台 ⚡️ 适配 QQ / 微信(企业微信、个人微信)/ 飞书 / 钉钉 / Discord / Telegram / Slack 等平台 🧩 支持 ChatGPT、DeepSeek、Dify、Claude、Google Gemini、xAI、PPIO、Ollama、阿里云百炼、SiliconFlow、Qwen、Moonshot、SillyTraven、MCP、WeClone 等 LLM & Agent

变更说明

Full Changelog:

🗂️A file list/WebDAV program that supports multiple storages, powered by Gin and Solidjs. / 一个支持多存储的文件列表/WebDAV程序,使用 Gin 和 Solidjs。

变更说明

   🚀 Features

  • Add h2c for http server  - 
  • Add UseLargeThumbnail for 139  - 
  • 115_open:
    • Implement rate limiting for API requests  - 
  • 139:
    • Add option ReportRealSize ( close )  -  and Copilot in and
  • azure_blob:
    • Implement GetRootId interface in Addition struct  - 
  • cloudreve:
    • S3 policy support  - 
  • cloudreve_v4:
    • Add Cloudreve V4 driver ( closes )  -  and
  • doubao:
    • Support upload ( close )  -  and Copilot in and
    • Add get_download_info API and download_api option  - 
  • doubao_share:
    • Support doubao_share link  -  and anobodys in
  • driver:
    • Add Azure Blob Storage driver  -  and Copilot in
  • url-tree:
    • Implement the Put interface to support adding links directly to the UrlTree on the web side  -  and Copilot in

   🐞 Bug Fixes

  • Revert "refactor(net): pass request header"  - 
  • Shebang of entrypoint.sh  - 
  • Remove auth middleware for authn login  - 
  • Prevent guest user from updating profile  - 
  • 115_open:
    • Add delay in MakeDir function to handle rate limiting  - 
  • 139:
    • Incorrect host  -  and Copilot in
  • aliyundrive_open:
    • Resolve file duplication issues and improve path handling  -  and Copilot in
  • archive:
    • Unable to preview  - 
  • baidu_netdisk:
    • Add another video crack api  -  and anobodys in
  • deps:
    • Update 115-sdk-go to v0.1.5  - 
  • docker_release:
    • Avoid duplicate occupation in docker image ( close )  -  and
  • doubao:
    • Update file size type to int64  - 
  • fs:
    • Remove old target object from cache before updating  - 
  • ipfs:
    • Fix problems  - 
  • lanzou:
    • Remove JavaScript comments from response data  - 
  • mega:
    • Use newest file for same filename ( close )  -  and
  • net:
    • Unexpected write ( close )  -  and
  • netease_music:
    • Change ListResp size fields from string to int64  - 
  • pikpak&pikpak_share:
    • Update algorithms  - 
    • Fix WebPackageName  - 
  • thunder:
    • Fix login issue ( close )  -  and

   🏎 Performance

  • Optimize IO read/write usage  -  and
  • local: Avoid duplicate parsing of VideoThumbPos  - 
  • quark_uc&quark_uc_tv: Native proxy multithreading  - 
    

【小狼毫】Rime for Windows

变更说明

(2025-05-24)

主要更新

  • 修复未自定义设定用户目录潜在可能无法在右键菜单打开用户目录的问题
  • 修复配色方案中未定义色回退错误问题
  • 回退,修复由之产生的inline_preedit失效问题

Bug Fixes

fix(WeaselTSF): explore user dir failed if it's not customized fix(RimeWithWeasel): color parsing for decimal number fix(RimeWithWeasel): highlight label color and highlight comment color not correct when it's not defined

Commits

Revert "fix(tsf): ime status "

Reduces eye strain by adjusting screen gamma based on the current time

变更说明

What's Changed

  • Bump the actions group with 3 updates
  • Bump the nuget group across 1 directory with 7 updates
  • Bump the actions group with 2 updates
  • Update Avalonia and 4 other dependencies
  • Make the "Show LightBulb" hotkey toggle the window on/off instead

Full Changelog:

 Now we have become very big, Different from the original idea. Collect premium software in various categories.

变更说明

]( ]( ](

Documentation v1.9.0:

Comparing Changes:

  • 📄 Add `DayBar` 3e8ca99
  • 📄 Add DayBar to Chinese list 946e070
  • 📄 Add KeyClicker. 401cf8c
  • 📄 Remove Visual Studio for Mac 7370729
  • 📄 Add NotchNook e3c8c9f
  • 📄 Add BeagleEditor to list feac625
  • 📄 Add Laucnhy a43304a
  • 📄 Added missing periods for consistency and correctness 349464e
  • 📄 Remove Sip - 403 error b6fd48c
  • 📄 Add television to command line utilities fa7cb12
  • 🌟 feat: add command-line-apps list. 5e42d5f
  • 📖 doc: update contents. 33a00e9
  • 📖 doc: add terminal-apps contents. afb498d
  • 📖 doc: update explanation. 8ae447e
  • 📖 doc: update command-line-apps. 418797c
  • 📖 doc: update badges. 676a14c
  • 📄 Organize terminal emulators under Terminal Apps 09aaf39
  • 📄 Update Chinese list for 'Terminal Apps' 8adfff1
  • 📄 Update raycast 6f11b9e
  • 📄 Update Setapp and Table Plus 775fb52
  • 📄 Remove retired Azure Data Studio 6d66133
  • 📄 Add nugget de11d17
  • 📄 Update README.md for Velja 46d497b
  • 📄 Add TrailBase to Databases. 8dc7710
  • 📄 Add DNS Easy Switcher b36e6f2
  • 💄 chore: Update Contents 94550a7
  • 🐞 fix: fix App Store link. 5394cf7
  • 📄 Add SteerMouse bb23c8c
  • 📄 Add Reqable 6cadffc
  • 📄 Remove Manta from the Chinese list. fixed 382f31e
  • 📄 Add Swads 118a578
  • 📄 Add the JSON Schema CLI c34763a
  • 🐞 fix: fix topit link error. fab4a46
  • 💄 chore: update Syncthing description in the Chinese list. 47a6a63
  • 📄 Add Reqable in the Chinses list. 701649d
  • 📄 Add bruno in the Chinses list. 47fac1a
  • 📄 Move JSON Schema CLI to command-line-apps list 088f67a
  • 📄 Add Tempo d77f958
  • 📄 Add TimeScribe d673ca7
  • 📄 Add electerm & iCopy 142b87c
  • 📄 Add Videoer 93d37a1
  • 📄 Add Mac Mouse Fix 40087c3
  • 📄 Added Unread RSS reader becc757
  • 📄 Add Tuneful 40ee0b3
  • 📄 Add Focus Firewall app to Productivity 6d26222
  • 📄 Add Magic Switch 34e3e55
  • 📄 Remove Noti 935c2e0
  • 📄 Add FocusCursor. b4e0135
  • 📄 Add MacVim d45e6cd
  • 📄 Add PDFsail fix 68b5948
  • 📄 Add Lunacy to Design Tools 352ba6b
  • 📄 Add Tailscale bf47358
  • 📄 Add mdctl - a command-line tool for processing Markdown files b82bcd4
  • 📄 Add MacMusicPlayer to the list of music players 4e2b0ba
  • 📄 Add FileSentinel 97ef24e
  • 📄 Remove Timelane fix 170bf31
  • 📄 Add Audioer. 476541b
  • 📄 Add Aerospace 9190bd1
  • 📖 doc: Update README.md d45ef16
  • 📄 Add Dockit f8424e8
  • 🐞 fix: Fix incorrect Dockit URL. dec509d
  • 📄 Add DNS Optimizer 0bcbeb7
  • 📄 Add Droply - Image Background removal 6b13c0f
  • 📄 Add Hoppscotch fix dd359a8
  • 📄 Added tailscale with CN description in README-zh.md c33de1d
  • 📄 Add Musicer 4fd145f
  • 📄 Add Yaak fix 10c2d39
npm i awesome-mac
## dist/awesome-mac.json
## dist/awesome-mac.zh.json

Docker

docker pull wcjiang/awesome-mac:1.9.0
docker run --name awesome-mac --rm -d -p 9881:3000 wcjiang/awesome-mac:1.9.0
## Or
docker run --name awesome-mac -itd -p 9881:3000 wcjiang/awesome-mac:1.9.0

Visit the following URL in your browser