Skip to content

Commit 1f53446

Browse files
authored
Merge pull request #22 from refly-ai/release/v0.5.0
Release/v0.5.0
2 parents 50cdbfa + fb03d63 commit 1f53446

File tree

5 files changed

+216
-14
lines changed

5 files changed

+216
-14
lines changed

.vitepress/config.ts

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ const enNav = [
99
},
1010
{ text: "Community", link: "/community/contact-us" },
1111
{
12-
text: "v0.4.2",
13-
items: [{ text: "Changelog", link: "/changelog/v0.4.2" }],
12+
text: "v0.5.0",
13+
items: [{ text: "Changelog", link: "/changelog/v0.5.0" }],
1414
},
1515
{ text: "Roadmap", link: "/roadmap" },
1616
];
@@ -23,8 +23,8 @@ const zhNav = [
2323
},
2424
{ text: "社区", link: "/zh/community/contact-us" },
2525
{
26-
text: "v0.4.2",
27-
items: [{ text: "更新日志", link: "/zh/changelog/v0.4.2" }],
26+
text: "v0.5.0",
27+
items: [{ text: "更新日志", link: "/zh/changelog/v0.5.0" }],
2828
},
2929
{ text: "路线图", link: "/zh/roadmap" },
3030
];
@@ -68,6 +68,7 @@ const sidebar = {
6868
{
6969
text: "Changelog",
7070
items: [
71+
{ text: "v0.5.0", link: "/changelog/v0.5.0" },
7172
{ text: "v0.4.2", link: "/changelog/v0.4.2" },
7273
{ text: "v0.4.1", link: "/changelog/v0.4.1" },
7374
{ text: "v0.4.0", link: "/changelog/v0.4.0" },
@@ -119,6 +120,7 @@ const sidebar = {
119120
{
120121
text: "更新日志",
121122
items: [
123+
{ text: "v0.5.0", link: "/zh/changelog/v0.5.0" },
122124
{ text: "v0.4.2", link: "/zh/changelog/v0.4.2" },
123125
{ text: "v0.4.1", link: "/zh/changelog/v0.4.1" },
124126
{ text: "v0.4.0", link: "/zh/changelog/v0.4.0" },

changelog/v0.5.0.md

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
# v0.5.0 Release Notes
2+
3+
## 🚀 Summary
4+
5+
**Refly Major Update: Added 2+ open source contributors, 10+ practical templates, comprehensive upgrades to knowledge base partition management, linear conversations, mind maps, and document outline features, while optimizing canvas performance to support dozens of nodes with smooth operation, creating a more powerful AI-native creation platform!**
6+
7+
## 👨‍💻 New Open Source Contributors
8+
9+
We've welcomed 2+ new contributors in this update. Many thanks for their contributions to Refly 🎉 🎉 🎉
10+
11+
- **Anthhub** [GitHub](https://github.com/anthhub)
12+
- [PR #681](https://github.com/refly-ai/refly/pull/681)
13+
- [PR #681](https://github.com/refly-ai/refly/pull/681)
14+
- [PR #676](https://github.com/refly-ai/refly/pull/676)
15+
- **pzc163** [GitHub](https://github.com/pzc163)
16+
- [PR #682](https://github.com/refly-ai/refly/pull/682)
17+
18+
## 📑 New Templates
19+
20+
We've added 10+ new templates covering training materials, mind map-generated drafts, business meeting theme readings, book breakdowns, Mermaid feature studies, social media cover designs, local deployment manual writing, recipe prompts, and more.
21+
22+
- **Training Materials**: [View Template](https://refly.ai/preview/canvas/can-jblcltgp6stbkp1x1u73ipqv)
23+
- **Game Programming Challenge**: [View Template](https://refly.ai/preview/canvas/can-d1qabd0uyuc4mukirivsdsny)
24+
- **Mind Map Generated Draft**: [View Template](https://refly.ai/preview/canvas/can-ewdi2tzzk0r7dqwub5hkbv0c)
25+
- **Business Meeting Book Breakdown**: [View Template](https://refly.ai/preview/canvas/can-pkbqimy0jbkuo0tfolwczow9)
26+
- **Social Media Cover**: [View Template](https://refly.ai/share/canvas/can-hcglpaf9e79rvxntp62zb4m5)
27+
- **Recipe Prompts**: [View Template](https://refly.ai/share/canvas/can-rd5jivtn9q23uxjw3sx4u0on)
28+
- **Technical Training Materials**: [View Template](https://refly.ai/share/canvas/can-rb0sotb7q4rhkbln6d9tsqj7)
29+
- **Deployment Manual Writing**: [View Template](https://refly.ai/share/canvas/can-g04drhb8tr5kp0snimvb3x7m)
30+
- **Mermaid Feature Research**: [View Template](https://refly.ai/share/canvas/can-pzeppylav0jgmu71zncfdnzb)
31+
- **Investment Research Visualization**: [View Template](https://refly.ai/preview/canvas/can-dxwtqdkjbj5mdildpqqewc7m)
32+
33+
## 🌟 New Features
34+
35+
- **📚 Knowledge Base Partitioning (Similar to Claude Project Capability)**
36+
- Support for creating multiple knowledge bases to manage different knowledge and canvases in separate partitions
37+
- Each knowledge base supports custom prompt settings, allowing different customized experiences for different knowledge bases
38+
- When asking AI questions, users can select which knowledge base to mount, greatly enhancing the relevance and effectiveness of AI responses
39+
- **💬 New Linear Conversation Support, Perfectly Adapting to Linear Sessions and Multi-threaded Canvas Conversations**
40+
- Support for global-level linear conversations, allowing continuous follow-up questions while maintaining context, similar to ChatGPT
41+
- Support for linear conversation with continuous follow-up questions on any AI response card
42+
- Support for adding context to selected linear conversation panels
43+
- **🧠 New Mind Map Capabilities**
44+
- Now supports AI-combined context generation of NotebookLM-level mind maps
45+
- Mind maps support adding/deleting nodes, with Markdown-level operations for each node
46+
- Mind maps support one-click sharing and publishing
47+
- Especially suitable for book breakdowns, knowledge point organization, and similar scenarios
48+
- **📋 New Document Outline Capability**
49+
- Support for displaying document table of contents outlines
50+
- **📊 Support for New Mermaid Rendering**
51+
- Support for 22 types of diagrams including kanban boards, pie charts, entity relationship diagrams, and more
52+
- **🔍 New Preview Panel Dragging and Widescreen Capabilities**
53+
- Support for widescreen mode in preview panels
54+
- Support for dragging and adjusting the position of preview panels
55+
- **🎬 New Video Tutorial Display in Documentation**
56+
- Showcasing 10+ video tutorials currently recorded by the community [View Tutorials](https://docs.refly.ai/guide/video-tutorials)
57+
- **✏️ Node Editing Enhancements**
58+
- All nodes can have editable titles for easy distinction and display
59+
- Support for alignment guides and grid snapping for canvas nodes, greatly optimizing canvas layout experience
60+
61+
## 💫 Core Problem Optimization
62+
63+
- 🛠️ Fixed issues with abnormal AI response count handling when copying canvases
64+
- 🐳 Support for Docker local deployment with port conflict compatibility, fixing the issue of login entry not being displayed in local deployments
65+
- ⏱️ Optimized AI response timeout issues, fixing screen flashing, content overlay, or error problems caused by long responses (time-consuming)
66+
- 🔄 New detailed error display capability for model call errors, timeouts, and request rate limits
67+
- 📋 Fixed the issue of only partial content being copied when duplicating nodes
68+
- 📍 Optimized the positioning of images, resources, documents, etc. when adding them, defaulting to viewport placement
69+
- 🚀 Further optimized performance for large canvases, now supporting dozens of nodes with smooth operation

guide/video-tutorials.md

Lines changed: 36 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,42 @@ Welcome to our collection of Refly video tutorials. These videos will help you g
5656
<iframe src="//player.bilibili.com/player.html?isOutside=true&bvid=BV13oZzYnEWA&p=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true"></iframe>
5757
</div>
5858

59+
## 🚂 Refly Application Templates - AI-generated social media covers
60+
61+
<div class="video-container" style="margin-top: 12px">
62+
<iframe src="//player.bilibili.com/player.html?isOutside=true&bvid=BV1n3ZsYREGM&p=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true"></iframe>
63+
</div>
64+
65+
## 🧜 Mermaid.js Syntax Overview | Complete guide to all 22 charts in version 11.6 (Part 1)
66+
67+
<div class="video-container" style="margin-top: 12px">
68+
<iframe src="//player.bilibili.com/player.html?isOutside=true&bvid=BV1dPfFYjEx5&p=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true"></iframe>
69+
</div>
70+
71+
## 🧜 Mermaid.js Syntax Overview | Complete guide to all 22 charts in version 11.6 (Part 2)
72+
73+
<div class="video-container" style="margin-top: 12px">
74+
<iframe src="//player.bilibili.com/player.html?isOutside=true&bvid=BV13mfTYcEJg&p=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true"></iframe>
75+
</div>
76+
77+
## 🚂 Skill Unlock! From Refly Mind Maps to Rapid Document Creation 🔮
78+
79+
<div class="video-container" style="margin-top: 12px">
80+
<iframe src="//player.bilibili.com/player.html?isOutside=true&bvid=BV1ZoRBYSEnw&p=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true"></iframe>
81+
</div>
82+
83+
## 🎮 Fun Game Programming Challenge! Claude 🆚 Gemini 🆚 DeepSeek
84+
85+
<div class="video-container" style="margin-top: 12px">
86+
<iframe src="//player.bilibili.com/player.html?isOutside=true&bvid=BV1YcR2YcENC&p=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true"></iframe>
87+
</div>
88+
89+
## 🚂 Technical Course Template - Using Various Components to Create Training Materials
90+
91+
<div class="video-container" style="margin-top: 12px">
92+
<iframe src="//player.bilibili.com/player.html?isOutside=true&bvid=BV1QsRmYYE8J&p=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true"></iframe>
93+
</div>
94+
5995
<style>
6096
.video-container {
6197
position: relative;
@@ -82,9 +118,4 @@ Welcome to our collection of Refly video tutorials. These videos will help you g
82118
height: 100%;
83119
border: 0;
84120
}
85-
86-
h3 {
87-
margin-top: 50px;
88-
margin-bottom: 20px;
89-
}
90121
</style>

zh/changelog/v0.5.0.md

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
# v0.5.0 更新日志
2+
3+
## 🚀 总结
4+
5+
**Refly 重磅更新:新增 2+ 开源贡献者、10+ 实用模板,全面升级知识库分区管理、线性对话、思维导图和文档大纲功能,同时优化画布性能支持数十节点流畅使用,打造更强大的 AI 原生创作平台!**
6+
7+
## 👨‍💻 新增开源贡献者
8+
9+
本次我们新增 2+ 新贡献者,感谢他们对 Refly 做出的贡献 🎉 🎉 🎉
10+
11+
- **Anthhub** [GitHub](https://github.com/anthhub)
12+
- [PR #681](https://github.com/refly-ai/refly/pull/681)
13+
- [PR #681](https://github.com/refly-ai/refly/pull/681)
14+
- [PR #676](https://github.com/refly-ai/refly/pull/676)
15+
- **pzc163** [GitHub](https://github.com/pzc163)
16+
- [PR #682](https://github.com/refly-ai/refly/pull/682)
17+
18+
## 📑 新增模板
19+
20+
本次我们新增 10+ 新模板,涵盖培训课件、脑图生成文稿、经营会主题阅读、拆书、Mermaid 功能特性研究、自媒体封面配图、本地部署手册编写、菜谱提示词等
21+
22+
- **培训课件**[查看模板](https://refly.ai/preview/canvas/can-jblcltgp6stbkp1x1u73ipqv)
23+
- **游戏编程挑战**[查看模板](https://refly.ai/preview/canvas/can-d1qabd0uyuc4mukirivsdsny)
24+
- **脑图生成文稿**[查看模板](https://refly.ai/preview/canvas/can-ewdi2tzzk0r7dqwub5hkbv0c)
25+
- **经营会主题拆书**[查看模板](https://refly.ai/preview/canvas/can-pkbqimy0jbkuo0tfolwczow9)
26+
- **自媒体封面**[查看模板](https://refly.ai/share/canvas/can-hcglpaf9e79rvxntp62zb4m5)
27+
- **菜谱提示**[查看模板](https://refly.ai/share/canvas/can-rd5jivtn9q23uxjw3sx4u0on)
28+
- **技术培训课件**[查看模板](https://refly.ai/share/canvas/can-rb0sotb7q4rhkbln6d9tsqj7)
29+
- **部署手册编写**[查看模板](https://refly.ai/share/canvas/can-g04drhb8tr5kp0snimvb3x7m)
30+
- **Mermaid 功能特性研究**[查看模板](https://refly.ai/share/canvas/can-pzeppylav0jgmu71zncfdnzb)
31+
- **投资调研可视化**[查看模板](https://refly.ai/preview/canvas/can-dxwtqdkjbj5mdildpqqewc7m)
32+
33+
## 🌟 新功能支持
34+
35+
- **📚 新增知识库分区(类 Claude Project 能力)**
36+
- 支持创建多个知识库,然后对不同的知识、画布进行分区管理
37+
- 每个知识库支持设置自定义提示词,可以让不同知识库享受不同的定制体验
38+
- 支持每个 AI 提问时可以选择知识库挂载,极大增强 AI 回答的效果和关联性
39+
- **💬 全新线性对话支持,完美适配线性会话和画布多线程对话**
40+
- 支持全局级别的线性对话,可以类似 ChatGPT 一样持续追问并保持上下文
41+
- 支持对任意 AI 回答卡片进行线性对话持续追问
42+
- 支持上下文添加到选中的线性会话面板
43+
- **🧠 全新思维导图能力支持**
44+
- 现在可以支持 AI 组合上下文生成类 NotebookLM 级别的思维导图
45+
- 思维导图支持新增/删除节点,每个节点支持 Markdown 级别的操作
46+
- 思维导图支持一键分享发布传播
47+
- 尤其适合拆书、知识点梳理等场景
48+
- **📋 全新文档大纲能力**
49+
- 支持文档展示目录大纲
50+
- **📊 支持全新的 mermaid 渲染**
51+
- 支持看板、饼图、实体关系图等 22 种图渲染
52+
- **🔍 全新的预览面板拖动和宽屏能力**
53+
- 支持预览面板可以展示宽屏模式
54+
- 支持预览面板可以拖拽调整位置
55+
- **🎬 新增文档中视频教程展示**
56+
- 展示目前社区录制的 10+ 视频教程 [查看教程](https://docs.refly.ai/zh/guide/video-tutorials)
57+
- **✏️ 节点编辑增强**
58+
- 支持所有节点可以编辑标题,方便做节点区分展示
59+
- 支持画布节点的对齐线和网格吸附能力,极大优化画布排版体验
60+
61+
## 💫 核心问题优化
62+
63+
- 🛠️ 修复画布复制时 AI 回答次数异常处理问题
64+
- 🐳 支持 Docker 本地部署可以兼容端口冲突,修复本地部署不能显示登录入口的问题
65+
- ⏱️ 优化 AI 回答超时问题,修复因为长回答(耗时较久)导致的内容闪屏覆盖或者报错问题
66+
- 🔄 全新回答错误细化展示能力,针对模型调用出错、超时、请求速率限制进行展示
67+
- 📋 修复节点复制内容时只有部分内容的问题
68+
- 📍 优化图片、资源、文档等添加时的位置问题,默认加到视口处
69+
- 🚀 进一步优化大画布下的性能,目前可以支持几十+节点流畅使用

zh/guide/video-tutorials.md

Lines changed: 36 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,42 @@
5757
<iframe src="//player.bilibili.com/player.html?isOutside=true&bvid=BV13oZzYnEWA&p=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true"></iframe>
5858
</div>
5959

60+
## 🚂 Refly 应用模板 - AI 生成自媒体封面
61+
62+
<div class="video-container" style="margin-top: 12px">
63+
<iframe src="//player.bilibili.com/player.html?isOutside=true&bvid=BV1n3ZsYREGM&p=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true"></iframe>
64+
</div>
65+
66+
## 🧜 Mermaid.js 语法概览|11.6 版本全 2️⃣2️⃣ 种图表速通(上)
67+
68+
<div class="video-container" style="margin-top: 12px">
69+
<iframe src="//player.bilibili.com/player.html?isOutside=true&bvid=BV1dPfFYjEx5&p=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true"></iframe>
70+
</div>
71+
72+
## 🧜 Mermaid.js 语法概览|11.6 版本全 2️⃣2️⃣ 种图表速通(下)
73+
74+
<div class="video-container" style="margin-top: 12px">
75+
<iframe src="//player.bilibili.com/player.html?isOutside=true&bvid=BV13mfTYcEJg&p=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true"></iframe>
76+
</div>
77+
78+
## 🚂 技能解锁!Refly 思维导图 ⏩ 文稿创作速成 🔮
79+
80+
<div class="video-container" style="margin-top: 12px">
81+
<iframe src="//player.bilibili.com/player.html?isOutside=true&bvid=BV1ZoRBYSEnw&p=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true"></iframe>
82+
</div>
83+
84+
## 🎮 趣味游戏编程挑战!Claude 🆚 Gemini 🆚 DeepSeek
85+
86+
<div class="video-container" style="margin-top: 12px">
87+
<iframe src="//player.bilibili.com/player.html?isOutside=true&bvid=BV1YcR2YcENC&p=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true"></iframe>
88+
</div>
89+
90+
## 🚂 技术课件模板展示 - 整合各类组件制作培训课件
91+
92+
<div class="video-container" style="margin-top: 12px">
93+
<iframe src="//player.bilibili.com/player.html?isOutside=true&bvid=BV1QsRmYYE8J&p=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true"></iframe>
94+
</div>
95+
6096

6197
<style>
6298
.video-container {
@@ -84,9 +120,4 @@
84120
height: 100%;
85121
border: 0;
86122
}
87-
88-
h3 {
89-
margin-top: 50px;
90-
margin-bottom: 20px;
91-
}
92123
</style>

0 commit comments

Comments
 (0)