Skip to content

Commit

Permalink
Merge pull request #306 from BITNP/305-release-tracker-v353
Browse files Browse the repository at this point in the history
Chore: release v3.5.3.
  • Loading branch information
fky2015 committed Apr 23, 2023
2 parents d319c24 + 63b6606 commit 22fccf5
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 8 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,36 @@ Acronyms:

**Bolded text highlights its importance.**

## [3.5.3] - 2023-04-23

[5181d5a](https://github.com/BITNP/BIThesis/commit/5181d5a16c5e1d980abc905de8a2256c1fa282fe)...[346f11d](https://github.com/BITNP/BIThesis/commit/346f11da510b4c4d7ef10e4cb502f97aaf5865ea)

### Bug Fixes

- Predefine autoref label. ([16535fa](https://github.com/BITNP/BIThesis/commit/16535fa40e08dcdf9e4497ab0c2f9ee42e92ad3d))
- Set zihao to 5 in tabular by default. ([9e58b8b](https://github.com/BITNP/BIThesis/commit/9e58b8beecba14cc8729f9b71bf99389d2b7035a))
- Predefine autoref label. ([77bd192](https://github.com/BITNP/BIThesis/commit/77bd1926a302a5db6b17074a605ae19e33a8697d))

### Documentation

- Add an explaination about nosep in enumitem. ([ec3760f](https://github.com/BITNP/BIThesis/commit/ec3760f8750beb178b84a1a7cc0811a714ef21ed))
- Add doc for misc/autoref & const/autoref. ([ccf14ed](https://github.com/BITNP/BIThesis/commit/ccf14ed2d157eac1c262d70bac9226e779edd420))

### Miscellaneous Tasks

- Update to v3.5.3. ([346f11d](https://github.com/BITNP/BIThesis/commit/346f11da510b4c4d7ef10e4cb502f97aaf5865ea))

### Refactor

- Use hbt to hint float position. ([e6788be](https://github.com/BITNP/BIThesis/commit/e6788be1116b6bc67e321fbb5c811dbb4a728b52))
- Reduce ambiguity by remove multi-bibprint demos. ([5130df5](https://github.com/BITNP/BIThesis/commit/5130df55f4012b136fa4c87f1bae159f3900bf23))
- Reduce ambiguity by removing multi-bibprint demos. ([42d0b18](https://github.com/BITNP/BIThesis/commit/42d0b183fb1c5ef4707cc323a81e18fa27073b32))

### Testing

- Add tests for autorefs. ([91d0b27](https://github.com/BITNP/BIThesis/commit/91d0b27efee2899b9cf18acc31e42558a26b1269))
- Add tests for autorefs. ([837d3d3](https://github.com/BITNP/BIThesis/commit/837d3d3b4f51f527b7afa862cc22dc1edc5202a7))

## [3.5.2] - 2023-04-14

[1f05098](https://github.com/BITNP/BIThesis/commit/1f0509853acdf6e3cd57826e936bfbf043496d94)...[9345efc](https://github.com/BITNP/BIThesis/commit/9345efcf187c3d740129e97876502b3eba2791df)
Expand Down
4 changes: 2 additions & 2 deletions bithesis.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
%<thesis>\ProvidesExplClass{bithesis}
%<report>\ProvidesExplClass{bitreport}
%<beamer>\ProvidesExplClass{bitbeamer}
%<cls>{2023-04-14}{3.5.2}{BIT Thesis Templates}
%<cls>{2023-04-23}{3.5.3}{BIT Thesis Templates}
%
%<oldcls>\NeedsTeXFormat{LaTeX2e}[2020/10/01]
%<book>\ProvidesClass{bitbook}
Expand All @@ -30,7 +30,7 @@
%<oldcls> [2022/05/09 v2.1.1 BIT Thesis Templates]
%
%<*driver>
\ProvidesFile{bithesis.dtx}[2023/04/14 3.5.2 BIT Thesis Templates]
\ProvidesFile{bithesis.dtx}[2023/04/23 3.5.3 BIT Thesis Templates]
\documentclass[letterpaper]{l3doc}
\usepackage{dtx-style}

Expand Down
2 changes: 1 addition & 1 deletion templates/graduate-thesis/bithesis.cls
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
%%
\RequirePackage{expl3,l3keys2e}
\ProvidesExplClass{bithesis}
{2023-04-14}{3.5.2}{BIT Thesis Templates}
{2023-04-23}{3.5.3}{BIT Thesis Templates}
\int_new:N \g__bithesis_thesis_type_int
\int_new:N \g__bithesis_head_zihao_int
\bool_new:N \g__bithesis_twoside_bool
Expand Down
2 changes: 1 addition & 1 deletion templates/lab-report/bitreport.cls
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
%%
\RequirePackage{expl3,l3keys2e}
\ProvidesExplClass{bitreport}
{2023-04-14}{3.5.2}{BIT Thesis Templates}
{2023-04-23}{3.5.3}{BIT Thesis Templates}
\int_new:N \g__bithesis_report_type_int
\clist_const:Nn \c__bithesis_report_type_clist
{ common, undergraduate_proposal}
Expand Down
2 changes: 1 addition & 1 deletion templates/paper-translation/bithesis.cls
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
%%
\RequirePackage{expl3,l3keys2e}
\ProvidesExplClass{bithesis}
{2023-04-14}{3.5.2}{BIT Thesis Templates}
{2023-04-23}{3.5.3}{BIT Thesis Templates}
\int_new:N \g__bithesis_thesis_type_int
\int_new:N \g__bithesis_head_zihao_int
\bool_new:N \g__bithesis_twoside_bool
Expand Down
2 changes: 1 addition & 1 deletion templates/presentation-slide/bitbeamer.cls
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
%%
\RequirePackage{expl3,l3keys2e}
\ProvidesExplClass{bitbeamer}
{2023-04-14}{3.5.2}{BIT Thesis Templates}
{2023-04-23}{3.5.3}{BIT Thesis Templates}
\keys_define:nn { bitbeamer }
{
titlegraphic .tl_set:N = \l_bit_titlegraphic_tl,
Expand Down
2 changes: 1 addition & 1 deletion templates/undergraduate-thesis-en/bithesis.cls
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
%%
\RequirePackage{expl3,l3keys2e}
\ProvidesExplClass{bithesis}
{2023-04-14}{3.5.2}{BIT Thesis Templates}
{2023-04-23}{3.5.3}{BIT Thesis Templates}
\int_new:N \g__bithesis_thesis_type_int
\int_new:N \g__bithesis_head_zihao_int
\bool_new:N \g__bithesis_twoside_bool
Expand Down
2 changes: 1 addition & 1 deletion templates/undergraduate-thesis/bithesis.cls
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
%%
\RequirePackage{expl3,l3keys2e}
\ProvidesExplClass{bithesis}
{2023-04-14}{3.5.2}{BIT Thesis Templates}
{2023-04-23}{3.5.3}{BIT Thesis Templates}
\int_new:N \g__bithesis_thesis_type_int
\int_new:N \g__bithesis_head_zihao_int
\bool_new:N \g__bithesis_twoside_bool
Expand Down

0 comments on commit 22fccf5

Please sign in to comment.