# Changelog 此处记载了 sustechthesis 中所有值得留意的改动,格式参照 [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)。 点击版本号即可在 GitHub 上查看相邻版本间的代码变动。 Changelog 维护应保持最新版本在文件上面的原则,日期格式按照 ISO 8601 的标准: `YYYY-MM-DD`. #### 变更分类:*major*, *minor*, *bug-fix*。 #### *major* release trigger: - `Changed`:现有功能变更。 - `Removed`:现有功能移除。 #### *minor* release trigger: - `Added`:引入新功能。 - `Deprecated`:标记即将被删除的功能。 #### *bug-fix* release trigger: - `Fixed`:错误修复。 - `Security`:安全漏洞修复。 #### 使用提示 - 未发布版本使用形如 "`[Unreleased]`" 作为二级标题, - 预发布版本使用形如 "`[1.0.2-rc.1] - 2021-06-11`" 作为二级标题, - 正式发布版本使用形如 "`[1.0.1] - 2020-07-25`" 作为二级标题。 ## [Unreleased](https://github.com/iydon/sustechthesis/compare/v1.3.7...HEAD) ## [1.3.7](https://github.com/iydon/sustechthesis/compare/v1.3.6...v1.3.7) - 2025-07-19 ### Changed - 更新英文模板。 ## [1.3.6](https://github.com/iydon/sustechthesis/compare/v1.3.5...v1.3.6) - 2024-02-28 ### Added - 增加 Overleaf 编译指引([#45](https://github.com/iydon/sustechthesis/issues/45))。 ### Changed - 更新参考文献配置([#44](https://github.com/iydon/sustechthesis/issues/44))。 ## [1.3.5](https://github.com/iydon/sustechthesis/compare/v1.3.4...v1.3.5) - 2023-05-20 ### Fixed - 修复表格字体为五号([#42](https://github.com/iydon/sustechthesis/issues/42))。 - 修复参考文献字体为五号([#43](https://github.com/iydon/sustechthesis/issues/43))。 ## [1.3.4](https://github.com/iydon/sustechthesis/compare/v1.3.3...v1.3.4) - 2022-05-16 ### Changed - 修改行距,标题,段前缩进,目录标题距离([#35](https://github.com/iydon/sustechthesis/pull/35), [#36](https://github.com/iydon/sustechthesis/pull/36))。 - 修改页边距,修改伪粗等级([#38](https://github.com/iydon/sustechthesis/pull/38))。 - 添加了三线表与`\ref{}`的样例([#38](https://github.com/iydon/sustechthesis/pull/38))。 ## [1.3.3](https://github.com/iydon/sustechthesis/compare/v1.3.2...v1.3.3) - 2022-05-16 ### Added - 加入 VScode 项目编译配置。 - 加入 pdf 元数据。 - 摘要和目录加入罗马页码([#31](https://github.com/iydon/sustechthesis/issues/31))。 ### Fixed - 修复参考文献、附录、致谢的链接跳转位置错误([#32](https://github.com/iydon/sustechthesis/issues/32))。 - 修复英文封面教授职称顺序错误。 ## [1.3.2](https://github.com/iydon/sustechthesis/compare/v1.3.1...v1.3.2) - 2022-04-21 ### Changed - 更新英文选项,修改英文下图表名。 ## [1.3.1](https://github.com/iydon/sustechthesis/compare/v1.3...v1.3.1) - 2022-03-22 ### Added - 实现可换行的条目:标题,院系,专业。 ### Changed - 更新示例文档。 - 美化超链接:移除超链接的边框。 - 修改副标题项样式:中文破折号前缀,黑体小二,右对齐。 - 将“子标题”改称“副标题”。 - 修改中英文诚信承诺书,增加可读性。 ## [1.3](https://github.com/iydon/sustechthesis/compare/v1.1...v1.3) - 2022-03-17 ### Added - 初始化更新日志。 ## [1.1](https://github.com/iydon/sustechthesis/compare/v1.0...v1.1) - 2021-05-08 ### Added - 开发功能。 ## [1.0](https://github.com/iydon/sustechthesis/compare/v0.2...v1.0) - 2019-12-08 ### Added - 开发功能。