Skip to content

Commit

Permalink
[1.2.5] ChangeLog and warnings for octave plugin on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
da-liii committed Feb 26, 2024
1 parent 78ccfc9 commit 236605c
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 10 deletions.
12 changes: 8 additions & 4 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@ function sidebarGuide() {
text: 'ChangeLog',
collapsed: true,
items: [
{
text: 'v1.2.5 LTS (2024/02/27)',
link: '/guide/ChangeLog_v1.2.5.md'
},
{
text: 'v1.2.4 (2024/02/01)',
link: '/guide/ChangeLog_v1.2.4.md'
Expand Down Expand Up @@ -195,10 +199,6 @@ function sidebarGuide() {
text: 'v1.1.4 (2023/07/31)',
link: '/guide/ChangeLog_v1.1.4.md'
},
// {
// text: 'v1.1.3',
// link: '/guide/ChangeLog_v1.1.3.md'
// },
]
},
]
Expand Down Expand Up @@ -294,6 +294,10 @@ function sidebarGuideZh() {
text: '变更记录',
collapsed: true,
items: [
{
text: 'v1.2.5 LTS (2024/02/27)',
link: '/zh/guide/ChangeLog_v1.2.5.md'
},
{
text: 'v1.2.4 (2024/02/01)',
link: '/zh/guide/ChangeLog_v1.2.4.md'
Expand Down
8 changes: 5 additions & 3 deletions docs/guide/ChangeLog_v1.2.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@ This release is for bug fixes and user experience improvements.
+ Improve the speed of rendering Pine beamer theme
+ PDF Import
+ Add `File->Import->PDF with embedded document...` instead of `File->Open` the "editable" PDF document
+ Version Control
+ Fix the viewer of the history version in Version->History on Windows
+ Image plugins
+ Improve the support for Postscript image format
+ Improve the support for SVG image format
+ Git version plugin
+ Fix the viewer of the history version in Version->History on Windows
+ Scheme Session plugin
+ Session plugin
+ Fix the encoding of CJK characters before and after scheme-eval
+ Code plugin
+ Re-add the syntax highlighter for Python
3 changes: 3 additions & 0 deletions docs/guide/plugin_session_octave.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@
## Installation
The Octave session plugin relies on the [PDF Image Plugin](plugin_image_pdf.md). Please install Ghostscript according to the documentation first, and then check `Help -> Plugins -> Octave` to ensure that the plotting in the document can be rendered correctly.

## Known Issues
Plotter for Octave 6.x and above does not work on Windows. We recommmend that you should use Octave 5.x if you are using the octave plugin on Windows.

## Documentation: Please refer to `Help -> Plugins -> Octave`
8 changes: 5 additions & 3 deletions docs/zh/guide/ChangeLog_v1.2.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@
+ 改进渲染Pine幻灯片主题的性能
+ PDF导入
+ 新增`文件->导入->可编辑PDF`用于导入可编辑PDF,而不是直接使用`文件->打开`来打开可编辑PDF
+ 版本控制
+ 修复在Windows平台进入`版本->历史`之后,无法查看文档历史版本的问题
+ 图像插件
+ 改进对Postscript图像格式的支持(需要用户手动安装Ghostscript)
+ 改进对SVG图像格式的支持(需要用户手动安装Inkscape)
+ Git版本控制
+ 修复在Windows平台进入`版本->历史`之后,无法查看文档历史版本的问题
+ Scheme会话插件
+ 会话插件
+ 改进Scheme会话中中文变量名、中文字符串的支持
+ 代码插件
+ 重新添加了Python的代码高亮
3 changes: 3 additions & 0 deletions docs/zh/guide/plugin_session_octave.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@
## 安装
Octave会话插件依赖于[PDF图像插件](plugin_image_pdf.md),请先按照文档安装Ghostscript,然后查看`帮助->插件->Octave`以确保文档中的绘图可以正确渲染。

## 已知问题
推荐在Windows平台使用GNU Octave 5.x,因为Octave 6.x的绘图功能在Windows平台上的墨干中无法正常使用。

## 文档:请查看`帮助->插件->Octave`

0 comments on commit 236605c

Please sign in to comment.