Skip to content

Commit 53f330b

Browse files
committed
Bump to v1.3.22
1 parent 1ec4c10 commit 53f330b

File tree

2 files changed

+22
-4
lines changed

2 files changed

+22
-4
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,25 @@ Changelog 维护应保持最新版本在文件上面的原则,日期格式按
3131

3232
<!-- BODY 正文标记,请勿移除 -->
3333

34-
## [Unreleased](https://github.com/SUSTech-CRA/sustech-master-thesis/compare/v1.3.21...HEAD)
34+
## [Unreleased](https://github.com/SUSTech-CRA/sustech-master-thesis/compare/v1.3.22...HEAD)
35+
36+
## [v1.3.22](https://github.com/SUSTech-CRA/sustech-master-thesis/compare/v1.3.21...v1.3.22) - 2024-10-06
37+
38+
### Fixed:
39+
- 修复标注中的bug([#79](https://github.com/SUSTech-CRA/sustech-master-thesis/pull/79))。
40+
- 多行标题时,允许多行页眉([#80](https://github.com/SUSTech-CRA/sustech-master-thesis/pull/80))。
41+
42+
### Changed
43+
- 更新英文题名页([#78](https://github.com/SUSTech-CRA/sustech-master-thesis/pull/78))。
44+
- 更新发布脚本([#77](https://github.com/SUSTech-CRA/sustech-master-thesis/pull/77))。
45+
- 更新学位参数表示方式,改进可读性([#76](https://github.com/SUSTech-CRA/sustech-master-thesis/pull/76))。
46+
- 优化代码([#82](https://github.com/SUSTech-CRA/sustech-master-thesis/pull/82))。
47+
48+
### Added
49+
- 引文格式和参考文献增加著者-出版年制的格式([#78](https://github.com/SUSTech-CRA/sustech-master-thesis/pull/78))。
50+
- 致谢中新增要求提示([#78](https://github.com/SUSTech-CRA/sustech-master-thesis/pull/78))。
51+
- 新增建议图片大小的要求提示([#78](https://github.com/SUSTech-CRA/sustech-master-thesis/pull/78))。
52+
- 添加draftmode([#81](https://github.com/SUSTech-CRA/sustech-master-thesis/pull/81)[#82](https://github.com/SUSTech-CRA/sustech-master-thesis/pull/82))。
3553

3654
## [1.3.21](https://github.com/SUSTech-CRA/sustech-master-thesis/compare/v1.3.20...v1.3.21) - 2024-04-29
3755

sustechthesis.dtx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
%
1818
% \iffalse
1919
%<*driver>
20-
\ProvidesFile{sustechthesis.dtx}[2024/04/29 1.3.21 Southern University of Science and Technology Thesis Template]
20+
\ProvidesFile{sustechthesis.dtx}[2024/10/06 1.3.22 Southern University of Science and Technology Thesis Template]
2121
\documentclass{ltxdoc}
2222
\usepackage{dtx-style}
2323
\EnableCrossrefs
@@ -915,7 +915,7 @@
915915
% \begin{macrocode}
916916
%<cls>\NeedsTeXFormat{LaTeX2e}[2017/04/15]
917917
%<cls>\ProvidesClass{sustechthesis}
918-
%<cls>[2024/04/29 1.3.21 Southern University of Science and Technology Thesis Template]
918+
%<cls>[2024/10/06 1.3.22 Southern University of Science and Technology Thesis Template]
919919
% \end{macrocode}
920920
%
921921
% 报错
@@ -966,7 +966,7 @@
966966
\hyphenation{Thu-Thesis SUSTech-Thesis}
967967
\def\thuthesis{ThuThesis}
968968
\def\sustechthesis{SUSTechThesis}
969-
\def\version{1.3.21}
969+
\def\version{1.3.22}
970970
\RequirePackage{kvdefinekeys}
971971
\RequirePackage{kvsetkeys}
972972
\RequirePackage{kvoptions}

0 commit comments

Comments
 (0)