Releases: Keldos-Li/typora-latex-theme
Releases · Keldos-Li/typora-latex-theme
v0.3.1
Features
- 调整优化了列表的间距
- 代码块中的行号改为使用代码字体
- Windows 安装脚本支持在 ANSI(特别是 GB2312 字符集)和 Unicode 两种模式下正确显示中文
Bug Fixes
- 修复了标题自动编号跨级可能错误的问题
- 修复了 Windows Unicode 模式下,安装脚本出现乱码的问题
Chores
- 更新了 GitHub Actions 使用的 Actions 版本
- 将依赖的 sass 编译器从第三方维护的
ruby-sass
改为官方维护的dart-sass
- 修改了部分 CSS 样式以增强兼容性,如
page-break
改为break-after
等 - 修正了部分 SCSS 文件中的注释和代码格式
New Contributors
- @Zxis233 made their first contribution in #138
- @soryu-ryouji made their first contribution in #150
- @Bubbu0129 made their first contribution in #160
Full Changelog: v0.3.0...v0.3.1
v0.3.1-rc2
Features
- 调整优化了列表的间距
- 代码块中的行号改为使用代码字体
Bug Fixes
- 修复了标题自动编号跨级可能错误的问题
- 修复了安装脚本中的错误消息输出问题
Chores
- 更新了 GitHub Actions 使用的 Actions 版本
- 将样式从
ruby-sass
迁移到dart-sass
- 优化了 PowerShell 脚本
- 修改了部分 CSS 样式以增强兼容性,如
page-break
改为break-after
等 - 修正了部分 SCSS 文件中的注释和代码格式
New Contributors
- @Zxis233 made their first contribution in #138
- @Bubbu0129 made their first contribution in #160
Full Changelog: v0.3.0...v0.3.1-rc2
v0.3.0
好久不见的更新
新特性
- 🚀 现在您可以使用
>>
生成传统 blockquote 样式;
- 🚀 现在您可以使用
--base-font-size
(正文字号)全局调整各元素(如小标题、脚注、代码,甚至行距)大小;
参见:调整字号 - 🚀 调整了有序和无序列表样式,统一每增加一级为缩进2字符宽度,调整了列表符号与文字的间距,更美观整齐;
- 🚀 调整了任务列表(打钩框✅)的样式,现在复选框大小可随字号调整,改善了行中的对齐效果;
- 现在您可以使用
--math-font-size
单独调整公式字体的大小; - 调整了分割线的样式,宽度增加为1px,上下边距缩减,浅色模式下颜色加深;
- 默认设置
家族宋
作为中文正文字体;
Bug 修复
- 修复 macOS 下暗色模式导出PDF的背景颜色错误 #104;
- 为 Windows 增加了衬线英文和等宽代码的 fallback 字体;
- 更换了一些国内无法显示的图像链接;
不得不提
- 🚀 分离了多个SCSS文件,完全重构了项目代码,方便调试与编写 #91;
增加缩放显示倍率,默认缩放倍率为 1.13(此时显示屏中的编辑页面宽度与A4纸张相同) #80;在 rebase merge 后被 revert,参见 #111增加用正文字号覆盖已被 revert ,参见 #109mermaid
图形里文字的字号设置;
Change Log
Features
- support the font-size of formula, fix #85 #107 (Ralvine)
- add >> for traditional blockquote #108 (Keldos)
add zoom variable, resolve #80 #108 (Keldos)(reverted)- set Family-Song as default base-Chinese-font #108 (Keldos)
- resize elements according to --basic-font-size globally #108 (Keldos)
- adjust hr line style #108 (Keldos)
- adjust list style and task list style #108 (Keldos)
override mermaidChart font size #108 (Keldos)(reverted)
Bug Fixes
- fix images in essay-template (Keldos-Li)
- sans-serif -> serif #91 (RalXYZ)
- adjust --bg-color, fix #104 #108 (Keldos)
- add fallback fonts for Windows #108 (RalXYZ)
- replace image in sample #113 (Keldos)
Code Refactoring
- dir name Supplemental -> resources #91 (NaOHCC)
- put scripts into script dir #91 (RalXYZ)
- refactor scss #91 (NaOHCC)
- move .CodeMirror part heading -> code #108 (Keldos)
Chores
- delete unnecessary comments #108 (Keldos)
- gitignore JetBrains idea project metadata #108 (RalXYZ)
- delete fixed issue hints in sample #108 (Keldos)
Commits
Full Changelog: v0.2.8...v0.3.0
如何更新:参见该段落
v0.3.0-rc
Check Official Release v0.3.0.
Features
- support the font-size of formula, fix #85 #107 (Ralvine)
- add >> for traditional blockquote #108 (Keldos)
add zoom variable, resolve #80 #108 (Keldos)(reverted)- set Family-Song as default base-Chinese-font #108 (Keldos)
- resize elements according to --basic-font-size globally #108 (Keldos)
- adjust hr line style #108 (Keldos)
- adjust list style and task list style #108 (Keldos)
override mermaidChart font size #108 (Keldos)(reverted)
Bug Fixes
- fix images in essay-template (Keldos-Li)
- sans-serif -> serif #91 (RalXYZ)
- adjust --bg-color, fix #104 #108 (Keldos)
- add fallback fonts for Windows #108 (RalXYZ)
- replace image in sample #113 (Keldos)
Code Refactoring
- dir name Supplemental -> resources #91 (NaOHCC)
- put scripts into script dir #91 (RalXYZ)
- refactor scss #91 (NaOHCC)
- move .CodeMirror part heading -> code #108 (Keldos)
Chores
- delete unnecessary comments #108 (Keldos)
- gitignore JetBrains idea project metadata #108 (RalXYZ)
- delete fixed issue hints in sample #108 (Keldos)
Commits
- 8bff4cf: Revert "feat: override mermaidChart font size" (RalXYZ) #108
- f695948: Revert "feat: add zoom variable, resolve #80" (Keldos)
Full Changelog: v0.2.8...v0.3.0-rc
v0.2.8
v0.2.7
变更日志
- 脚注块的字体大小、字体颜色与正文统一
- 引用块的样式 除缩进外 与正文块统一
- 内嵌代码块的字体与代码块统一,且在标题中的内嵌代码块会带上边框
- 目录块的颜色和正文统一
- 文档和注释中的一些细节被修复
- 修复macOS下标题英文字体问题
- 调整多级列表样式
- 调整超链接颜色
- 更改超链接在打印时的默认样式,并增加选择性注释
v0.2.7-rc
v0.2.6
v0.2.5
变更日志
- 改进对 Windows 的支持
- 改进转译出的 CSS 风格
v0.2.4
变更日志
- 完成对 Linux 的基本支持,提供 Linux 专用的 CSS 与文档
- 对暗色模式下,底栏的上边框的颜色进行修复