Skip to content

Commit

Permalink
[1.2.9.7] ChangeLog in Chinese and English
Browse files Browse the repository at this point in the history
  • Loading branch information
da-liii committed Nov 30, 2024
1 parent 72ce255 commit e9c078e
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 3 deletions.
46 changes: 43 additions & 3 deletions docs/guide/changelog/v1.2.9.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Mogan STEM Suite V1.2.9.2 LTS
Mogan STEM Suite v1.2.9.2 LTS:
+ Mogan Research v1.2.9.2 LTS.
# Mogan STEM Suite V1.2.9.7 LTS
Mogan STEM Suite v1.2.9.7 LTS:
+ Mogan Research v1.2.9.7 LTS.

## Highlights
+ TMU format in UTF-8 encoding as a replacement of TM format in ISO-8859-1, ISO-8859-2, ISO-8859-5, ISO-8859-7 encoding
Expand All @@ -14,6 +14,46 @@ Mogan STEM Suite v1.2.9.2 LTS:
+ Enhanced performance of features related to literate programming
+ Template Center

## v1.2.9.7
### Important changes
+ Packaging
- Add support for Fedora 41 (Seed Users' request)
- Packaging on the macOS 13 Github Action runner
+ Copy and Paste
- Magic paste (`std V`)
+ pasting verbatim in text mode
+ pasting latex snippets as math formula in math mode
+ pasting source code in prog mode
- Fix pasting verbatim with the missing newline (An annoying regression since v1.2.9.3)
- Fix pasting web images which does not end with image suffix or does not reponse with 200 http code
- Fix pasting html contents with quotes by upgrade HTML plugin to 20241115
+ Font
- Make CMU and Latin Modern Math built-in for deprecating the Type 1 fonts later
- Improve large operators for unicode math fonts
+ UI
- Add `std =` (`Ctrl+=` or `Command+=`) as a keybinding for zoom-in
- Improve focus secion menu for sections without chapter and part (Seed Users' request)
- Improve the doc of `Help->Wecome` in Chinese for first-time users
+ Typesetting
- Fix quotes for line start and line end rules in Chinese doc
+ Stability
- Fix crash when pasting long raw data (the source code of image)
- Fix crash when count characters in Unicode
+ Plugins
- Julia: syntax highlight improved for single quote
- Gnuplot
- support magic line starting with `%` to control the width and the height (Seed Users' request)
- set default image format to png format
- a well-designed template for plotting in cartesian coordinates (Seed Users' request)
- Maxima
- Enhance the launcher when `.bat` is not properly configured (Seed Users' request)
- Dectect dmg installed maxima on macOS (Seed Users' request)
- Literate: support Goldfish chunks (Seed Users' request)

### Changes for Developer
+ Sink logs to `$TEXMACS_HOME_PATH/system/YYYYMMDDHH.log` for bug reporting (Seed Users' request)
+ Upgrade Goldfish Scheme to v17.11.0 which is based on S7 Scheme 11.2 (22-Nov-2024)

## v1.2.9.5
+ OSPP Summer of Code
+ Fix crash when drag and drop the tab pages and re-enable the feature
Expand Down
42 changes: 42 additions & 0 deletions docs/zh/guide/changelog/v1.2.9.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,48 @@
+ 改进了文学编程相关功能的性能
+ 模板中心上线

## v1.2.9.7
### 重要更新
+ 安装包
- 新增Fedora 41的安装包 (种子用户)
- macOS安装包在macOS 13的Github Action上打包制作
+ 复制粘贴
- 魔法粘贴 (`std V`)
* 在文本模式下,粘贴纯文本
* 在数学模式下,粘贴将LaTeX代码片段粘贴为数学公式
* 在代码模式下,粘贴代码片段
- 修复粘贴纯文本时,丢失换行符的问题 (在v1.2.9.3中不慎引入的问题)
- 改进无法粘贴网络上的图像的若干情况
* 网站没有返回200的HTTP返回码
* 链接确实是图像,但没有后缀
- 修复从网页粘贴文本时双引号被改为两个单引号或者反引号的问题(升级至HTML插件20241115)
+ 字体
- 内置CMU字体和Latin Modern Math字体(为以后移除内置的 Type 1 字体做准备)
- 改进Unicode数学字体的大型符号(比如积分符号)的排版
+ 界面
- 新增`str =`(`Ctrl+=`或者`Command+=`)用于放大文档内容
- 改进在只有节没有章的情况下的文档大纲显示(种子用户)
- 针对新用户改进墨干的中文欢迎文档(帮助->欢迎)
+ 排版
- 修复单引号和双引号的行首行末禁则不生效的问题
+ 稳定性
- 修复粘贴二进制的TeXmacs纯文本格式崩溃的问题
- 修复中文文档字数统计导致崩溃的问题
+ 插件
- Julia: 改进单引号的代码高亮
- Gnuplot
* 支持以`%`开头特殊首行:用于控制所生成图像的排版尺寸(种子用户)
* 默认图像格式设置为png格式
* 在模板中心新增平面直角坐标系的详细的绘图示例(种子用户)
- Maxima
- 在Windows上增加Maxima启动器的可靠性 (种子用户)
- 在macOS上检测以dmg方式安装的Maxima老版本 (种子用户)
- Literate: 新增Goldfish代码块支持(种子用户)

### 开发者相关
+ 新增日志`$TEXMACS_HOME_PATH/system/YYYYMMDDHH.log`用于排查问题(种子用户)
+ 升级到基于S7 Scheme 11.2 (22-Nov-2024) 的金鱼Scheme v17.11.0

## v1.2.9.5
+ OSPP开源之夏
+ 修复标签页托拽会导致墨干崩溃的问题,并启用该功能
Expand Down

0 comments on commit e9c078e

Please sign in to comment.