Skip to content

Commit

Permalink
Bump to v1.3.22
Browse files Browse the repository at this point in the history
  • Loading branch information
liziwl committed Oct 6, 2024
1 parent 1ec4c10 commit 53f330b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,25 @@ Changelog 维护应保持最新版本在文件上面的原则,日期格式按

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

## [Unreleased](https://github.com/SUSTech-CRA/sustech-master-thesis/compare/v1.3.21...HEAD)
## [Unreleased](https://github.com/SUSTech-CRA/sustech-master-thesis/compare/v1.3.22...HEAD)

## [v1.3.22](https://github.com/SUSTech-CRA/sustech-master-thesis/compare/v1.3.21...v1.3.22) - 2024-10-06

### Fixed:
- 修复标注中的bug([#79](https://github.com/SUSTech-CRA/sustech-master-thesis/pull/79))。
- 多行标题时,允许多行页眉([#80](https://github.com/SUSTech-CRA/sustech-master-thesis/pull/80))。

### Changed
- 更新英文题名页([#78](https://github.com/SUSTech-CRA/sustech-master-thesis/pull/78))。
- 更新发布脚本([#77](https://github.com/SUSTech-CRA/sustech-master-thesis/pull/77))。
- 更新学位参数表示方式,改进可读性([#76](https://github.com/SUSTech-CRA/sustech-master-thesis/pull/76))。
- 优化代码([#82](https://github.com/SUSTech-CRA/sustech-master-thesis/pull/82))。

### Added
- 引文格式和参考文献增加著者-出版年制的格式([#78](https://github.com/SUSTech-CRA/sustech-master-thesis/pull/78))。
- 致谢中新增要求提示([#78](https://github.com/SUSTech-CRA/sustech-master-thesis/pull/78))。
- 新增建议图片大小的要求提示([#78](https://github.com/SUSTech-CRA/sustech-master-thesis/pull/78))。
- 添加draftmode([#81](https://github.com/SUSTech-CRA/sustech-master-thesis/pull/81)[#82](https://github.com/SUSTech-CRA/sustech-master-thesis/pull/82))。

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

Expand Down
6 changes: 3 additions & 3 deletions sustechthesis.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
%
% \iffalse
%<*driver>
\ProvidesFile{sustechthesis.dtx}[2024/04/29 1.3.21 Southern University of Science and Technology Thesis Template]
\ProvidesFile{sustechthesis.dtx}[2024/10/06 1.3.22 Southern University of Science and Technology Thesis Template]
\documentclass{ltxdoc}
\usepackage{dtx-style}
\EnableCrossrefs
Expand Down Expand Up @@ -915,7 +915,7 @@
% \begin{macrocode}
%<cls>\NeedsTeXFormat{LaTeX2e}[2017/04/15]
%<cls>\ProvidesClass{sustechthesis}
%<cls>[2024/04/29 1.3.21 Southern University of Science and Technology Thesis Template]
%<cls>[2024/10/06 1.3.22 Southern University of Science and Technology Thesis Template]
% \end{macrocode}
%
% 报错
Expand Down Expand Up @@ -966,7 +966,7 @@
\hyphenation{Thu-Thesis SUSTech-Thesis}
\def\thuthesis{ThuThesis}
\def\sustechthesis{SUSTechThesis}
\def\version{1.3.21}
\def\version{1.3.22}
\RequirePackage{kvdefinekeys}
\RequirePackage{kvsetkeys}
\RequirePackage{kvoptions}
Expand Down

0 comments on commit 53f330b

Please sign in to comment.