Skip to content

Commit b3aa180

Browse files
committed
chore: release v0.3.3 and finalize READMEs
实现文件夹多级嵌套支持 (Closes #14);新增 GitHub 镜像源加速;修复 Gemini 模型获取失败 (#24);全面优化多语言 README。 - 更新版本号为 0.3.3 (package.json, CHANGELOG, README) - 支持多层级文件夹嵌套与拖拽管理 - 添加多个 GitHub 加速镜像源,显著提升国内下载速度 - 修复 Gemini 模型 API 响应格式适配问题 - 扩展示 README 当前特性列表,移除 Bug 修复项,突出核心价值 - 采用标签卡片样式更新 README 下载链接 - 同步并完善所有多语言 README (en, zh-TW, ja, de, es, fr) - 更新测试用例适配新版本 - Bump version to 0.3.3 - Support multi-level folder nesting and reordering - Add GitHub accelerator mirrors for faster updates - Fix Gemini model list fetching format mismatch - Expand README features list and refine roadmap - Update README download section with badge cards - Synchronize and refine all multi-language READMEs - Update test cases for v0.3.3
1 parent 3a3c01b commit b3aa180

10 files changed

Lines changed: 876 additions & 694 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
1-
# 更新日志 / Changelog
1+
## [0.3.3] - 2025-12-27
22

3-
所有重要的版本更新都会记录在此文件中。
4-
All notable changes to this project will be documented in this file.
3+
### 新功能 / Added
4+
- 📂 **多层级文件夹支持**:支持文件夹多级嵌套,通过拖拽即可轻松管理复杂的目录结构 (Closes #14)
5+
- **Multi-level Folder Support**: Added support for multi-level folder nesting with intuitive drag-and-drop management (Closes #14)
6+
- 🚀 **GitHub 镜像源加速**:新增多个 GitHub 加速镜像源,显著提升国内用户下载更新的速度
7+
- **GitHub Mirror Support**: Added multiple GitHub accelerator mirrors to significantly speed up update downloads for users in restricted regions
8+
9+
### 修复 / Fixed
10+
- 🤖 **Gemini 模型修复**:适配 Google Gemini API 的原生响应格式,修复无法获取模型列表的问题 (#24)
11+
- **Gemini API Fix**: Adapted to native Gemini API response format, fixing model list fetching issues (#24)
12+
- 🎨 **文件夹交互修复**:修复鼠标移入侧边栏时所有文件夹操作按钮同时显示的 UI 问题
13+
- **UI Interaction Fix**: Fixed issue where all folder action buttons were displayed simultaneously on sidebar hover
14+
- 🌐 **多语言完善**:同步并补全了日、繁中、德、法、西语中缺失的翻译键值
15+
- **i18n Completion**: Synchronized and completed missing translation keys for JA, ZH-TW, DE, FR, and ES
516

6-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
7-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
17+
### 优化 / Changed
18+
- 🔧 **TypeScript 类型增强**:修复多处 TS 类型错误,提升代码健壮性
19+
- **TS Type Enhancement**: Fixed multiple TypeScript errors for better code stability
820

921
---
1022

README.md

Lines changed: 39 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
[![GitHub Forks](https://img.shields.io/github/forks/legeling/PromptHub?style=for-the-badge&logo=github)](https://github.com/legeling/PromptHub/network/members)
1515
[![Downloads](https://img.shields.io/github/downloads/legeling/PromptHub/total?style=for-the-badge&logo=github&color=blue)](https://github.com/legeling/PromptHub/releases)
1616

17-
[![Version](https://img.shields.io/badge/version-v0.3.2-success?style=for-the-badge)](https://github.com/legeling/PromptHub/releases)
17+
[![Version](https://img.shields.io/badge/version-v0.3.3-success?style=for-the-badge)](https://github.com/legeling/PromptHub/releases)
1818
[![License](https://img.shields.io/badge/license-AGPL--3.0-blue?style=for-the-badge)](./LICENSE)
1919
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen?style=for-the-badge)](https://github.com/legeling/PromptHub/pulls)
2020

@@ -143,14 +143,19 @@
143143

144144
### 下载
145145

146-
[Releases](https://github.com/legeling/PromptHub/releases) 下载对应平台的安装包
146+
[Releases](https://github.com/legeling/PromptHub/releases) 下载最新版本 v0.3.3
147147

148-
| 平台 | 架构 | 格式 |
149-
|------|------|------|
150-
| Windows | x64 | `.exe` 安装包 |
151-
| macOS | Apple Silicon (M系列) | `.dmg` 镜像 |
152-
| macOS | Intel | `.dmg` 镜像 |
153-
| Linux | x64 | `.AppImage` / `.deb` |
148+
#### 🪟 Windows
149+
[![Windows x64](https://img.shields.io/badge/Windows_x64-0078D6?style=for-the-badge&logo=windows&logoColor=white)](https://github.com/legeling/PromptHub/releases/download/v0.3.3/PromptHub-Setup-0.3.3-x64.exe)
150+
[![Windows arm64](https://img.shields.io/badge/Windows_arm64-0078D6?style=for-the-badge&logo=windows&logoColor=white)](https://github.com/legeling/PromptHub/releases/download/v0.3.3/PromptHub-Setup-0.3.3-arm64.exe)
151+
152+
#### 🍎 macOS
153+
[![macOS Apple Silicon](https://img.shields.io/badge/macOS_Apple_Silicon-000000?style=for-the-badge&logo=apple&logoColor=white)](https://github.com/legeling/PromptHub/releases/download/v0.3.3/PromptHub-0.3.3-arm64.dmg)
154+
[![macOS Intel](https://img.shields.io/badge/macOS_Intel-000000?style=for-the-badge&logo=apple&logoColor=white)](https://github.com/legeling/PromptHub/releases/download/v0.3.3/PromptHub-0.3.3-x64.dmg)
155+
156+
#### 🐧 Linux
157+
[![Linux AppImage](https://img.shields.io/badge/Linux_AppImage-FCC624?style=for-the-badge&logo=linux&logoColor=black)](https://github.com/legeling/PromptHub/releases/download/v0.3.3/PromptHub-0.3.3-x64.AppImage)
158+
[![Linux deb](https://img.shields.io/badge/Linux_deb-FCC624?style=for-the-badge&logo=linux&logoColor=black)](https://github.com/legeling/PromptHub/releases/download/v0.3.3/prompthub_0.3.3_amd64.deb)
154159

155160
### macOS 首次启动
156161

@@ -271,54 +276,41 @@ PromptHub/
271276

272277
## 路线图
273278

274-
### v0.3.2 (当前)
275-
- [x] Prompt CRUD 管理
276-
- [x] 文件夹和标签系统
277-
- [x] 收藏功能
278-
- [x] 版本历史
279-
- [x] 数据导入导出
280-
- [x] 主题定制 (深色/浅色/跟随系统)
281-
- [x] 多语言支持(简体中文、繁体中文、英文、日语、西班牙语、德语、法语)
282-
- [x] WebDAV 同步功能
283-
- [x] Windows 无边框窗口
284-
- [x] 文件夹拖拽排序
285-
- [x] AI 模型配置(18+ 服务商)
286-
- [x] AI 连接测试 & 模型对比
287-
- [x] 多模型配置管理(无限数量)
288-
- [x] MAC 窗口拖动优化
289-
- [x] 自定义下拉选择框样式
290-
- [x] 全面国际化支持(主页、编辑器、弹窗)
291-
- [x] 应用内自动更新
292-
- [x] 变量填充界面(复制/AI测试时均支持)
293-
- [x] 最小化到系统托盘
294-
- [x] Linux 平台支持
295-
- [x] 编辑器行号显示
296-
- [x] 列表视图模式(表格式展示所有 Prompt)
297-
- [x] AI 测试结果持久化(每个 Prompt 保留最后一次测试结果)
298-
- [x] 排序功能(按时间、标题、使用次数排序)
299-
- [x] Markdown 全场景预览
300-
- [x] 主密码与安全设置(私密文件夹 WIP)
301-
- [x] Qwen/通义模型兼容性优化
302-
- [x] 搜索算法优化(基于权重评分)
303-
- [x] 预制模型地址校准
279+
### v0.3.3 (当前)
280+
- [x] **多层级文件夹**:支持无限层级文件夹嵌套与拖拽管理
281+
- [x] **版本控制系统**:像管理代码一样管理 Prompt,支持历史对比与一键回滚
282+
- [x] **变量模板系统**:支持 `{{variable}}` 语法,自动生成填充表单,支持复制前预览
283+
- [x] **多模型实验室**:内置 18+ 供应商,支持多模型并行对比测试与响应时间分析
284+
- [x] **跨设备同步**:支持 WebDAV 增量同步与全量备份,数据高度可控
285+
- [x] **极致阅读体验**:支持 Markdown 全场景渲染、代码高亮、双语对照模式
286+
- [x] **多维高效管理**:文件夹、标签、收藏、使用次数统计、全文评分搜索
287+
- [x] **多视图模式**:提供卡片、精简列表、画廊三种视图,适配不同使用场景
288+
- [x] **系统深度集成**:全局快捷键唤起、最小化到系统托盘、暗黑模式支持
289+
- [x] **更新镜像加速**:内置多个 GitHub 加速镜像,解决国内用户下载更新缓慢的问题
290+
- [x] **安全与隐私**:主密码保护、私密文件夹加密存储,所有数据坚持本地优先
304291

305292
### 未来规划
306-
- [ ] Web 版本(Docker/Cloudflare 部署)
307-
- [ ] Prompt 模板市场
308-
- [ ] 浏览器插件
293+
- [ ] **浏览器扩展**:在网页端(如 ChatGPT/Claude)直接调取 PromptHub 库,实现无缝工作
294+
- [ ] **移动端应用**:支持手机端查看、搜索与简单的编辑同步
295+
- [ ] **提示词广场**:内置高质量提示词模板库,支持一键导入与分享
296+
- [ ] **插件系统**:支持用户自定义扩展 AI 供应商或本地模型(如 Ollama)集成
297+
- [ ] **批量导出与转换**:支持将提示词导出为常用 AI 工具支持的特定格式
298+
- [ ] **增强型变量**:支持选择框、动态日期等更复杂的变量类型
309299

310300
## 更新日志
311301

312302
查看完整的更新日志:**[CHANGELOG.md](./CHANGELOG.md)**
313303

314-
### 最新版本 v0.3.2 (2025-12-22)
304+
### 最新版本 v0.3.3 (2025-12-27)
305+
306+
**新功能**
307+
- 📂 **多层级文件夹**:支持文件夹多级嵌套与拖拽排序 (Closes #14)
308+
- 🚀 **镜像源加速**:内置 GitHub 加速镜像,显著提升更新下载速度
309+
- 🤖 **Gemini 修复**:适配 Google 原生 API 格式,修复模型列表获取 (#24)
315310

316311
**优化**
317-
- 🔍 搜索体验优化:引入权重评分机制,优先匹配标题
318-
- 🤖 预制供应商优化:校准所有预制 AI 供应商 API 地址
319-
- 🎨 分类图标识别:支持识别手动添加模型的供应商图标
320-
- 🍌 Nano Banana 专属视觉:nanobananai 🍌 专属图标
321-
- 📝 API 地址提示:增加 # 禁用自动填充的引导提示
312+
- 🌐 **多语言补全**:完善了日、繁、德、法、西 5 种语言的缺失翻译
313+
- 🔧 **类型修复**:修复多处 TypeScript 类型定义错误
322314

323315
> [查看完整更新日志](./CHANGELOG.md)
324316

0 commit comments

Comments
 (0)