Skip to content

Commit

Permalink
Merge pull request #414 from BITNP/413-release-tracker-v3_6_3
Browse files Browse the repository at this point in the history
Release v3.6.3
  • Loading branch information
fky2015 authored Mar 21, 2024
2 parents 94d14b2 + 8482065 commit 9755093
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 9 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,35 @@ Acronyms:

**Bolded text highlights its importance.**

## [3.6.3] - 2024-03-20

[4fc807e](https://github.com/BITNP/BIThesis/commit/4fc807e541549725eed628d5b32ccebd9606a0e6)...[c4e9098](https://github.com/BITNP/BIThesis/commit/c4e9098f742cbe599e0edd34f59feef0c750d09d)

### Bug Fixes

- Remove `, et al.` etc. for `pub.bib` in `blindPeerReview` mode ([d604b0e](https://github.com/BITNP/BIThesis/commit/d604b0ee7285e673fc2cc711cb5b9874d7f4cbbb))

### Documentation

- Hyperref ([7f07e3c](https://github.com/BITNP/BIThesis/commit/7f07e3c7690fe3cf661bc57b470606c7c04df0eb))
- Update DEVELOPMENT.md ([08910a6](https://github.com/BITNP/BIThesis/commit/08910a64d20b0c7d987e838f7e23f9acd6b04849))
- Update `wiki/guide/preface.md` in `BIThesis-wiki` ([c4e9098](https://github.com/BITNP/BIThesis/commit/c4e9098f742cbe599e0edd34f59feef0c750d09d))

### Miscellaneous Tasks

- Bump version to v3.6.3 ([24ad394](https://github.com/BITNP/BIThesis/commit/24ad394fc5adeb7b50cd6fa2b736433f6b3920d0))

### Refactor

- Colorize hyperlinks ([af43560](https://github.com/BITNP/BIThesis/commit/af4356015ffe396e05397c8169a42b7bb18cd4f9))

### Ci

- Try fix github-action-markdown-link-check. ([9b64b96](https://github.com/BITNP/BIThesis/commit/9b64b96d40db2aed0cff6d692e2963c744eb2696))
- Update make grad. ([5562de4](https://github.com/BITNP/BIThesis/commit/5562de434a516d2ff1553df89fb9247cbc2bd0fb))
- Zip without parent folder. ([94d14b2](https://github.com/BITNP/BIThesis/commit/94d14b2ea78949a14a2b332225ccaa35b67cd260))
- Remove `make check-cls` ([8a0d5d1](https://github.com/BITNP/BIThesis/commit/8a0d5d19df58bc2c2b2834cbfac1b50bbb2b2cda))

## [3.6.2] - 2024-02-24

[a4daadb](https://github.com/BITNP/BIThesis/commit/a4daadbb00ea8cee8587ba79f8ed79ddbc3da8a9)...[1d98b96](https://github.com/BITNP/BIThesis/commit/1d98b965eb4e1f24fe184f93863d82d6c6c9ccd0)
Expand Down
5 changes: 1 addition & 4 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ make doc
- [diff-pdf](https://vslavik.github.io/diff-pdf/)
- [jq](https://jqlang.github.io/jq/)(仅用 Zsh 时需要)

运行 `make check-cls` 确保 `bithesis.dtx` 的修改都被同步到了 `templates/` 中。
(同样被用于 GitHub Actions)

## 打包

- `make overleaf version=X.X.X` 可以生成上传 overleaf 所需要的 zip 文件。
Expand All @@ -92,7 +89,7 @@ make doc
2. 点击 `Menu > Compiler` 选择 `XeLaTeX`,然后重新编译。
3. 修改项目名称,以便于区分。(我一般加上 `BIThesis-`
4. 点击 `Share > Turn on link sharing`,复制 read 权限的链接。
5.`BIThesis-wiki` 项目的首页 `README.md` 中,更新链接。
5.[`BIThesis-wiki` 项目的 `wiki/guide/preface.md`](https://github.com/BITNP/BIThesis-wiki/blob/main/wiki/guide/preface.md) 中,更新链接。

## Release 工作流

Expand Down
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,3 @@ examples: cls
cd $(EXAMPLEDIR)/cover && latexmk && cd -
cd $(EXAMPLEDIR)/publications && latexmk && cd -

check-cls: copy
git status --porcelain | (! grep -q .) || (echo "Please execute \`make copy\` to update the *.cls in each templates."; exit 1)

4 changes: 2 additions & 2 deletions bithesis.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
%<thesis>\ProvidesExplClass{bithesis}
%<report>\ProvidesExplClass{bitreport}
%<beamer>\ProvidesExplClass{bitbeamer}
%<cls>{2024-02-24}{3.6.2}{BIT Thesis Templates}
%<cls>{2024-03-20}{3.6.3}{BIT Thesis Templates}
%
%<*driver>
\ProvidesFile{bithesis.dtx}[2024/02/24 3.6.2 BIT Thesis Templates]
\ProvidesFile{bithesis.dtx}[2024/03/20 3.6.3 BIT Thesis Templates]
\documentclass[letterpaper]{l3doc}
\usepackage{dtx-style}

Expand Down

0 comments on commit 9755093

Please sign in to comment.