Skip to content

Commit b927df8

Browse files
committedDec 18, 2024·
changelog for 0.5.4
1 parent 7ff6430 commit b927df8

File tree

4 files changed

+124
-0
lines changed

4 files changed

+124
-0
lines changed
 

‎docs/changelog.md

+31
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,37 @@ sidebar_position: 14
55
# Changelog
66

77

8+
## v0.5.4
9+
10+
### Features
11+
12+
- docs: improve param documentation and we have better hints for tinymist https://github.com/touying-typ/touying/pull/98
13+
- feat: fake frozon states support for `heading` https://github.com/touying-typ/touying/pull/124
14+
- feat: add alpha-changing-cover and color-changing-cover https://github.com/touying-typ/touying/pull/129
15+
- feat: add effect function https://github.com/touying-typ/touying/issues/111
16+
- Example: `#effect(text.with(fill: red), "2-")[Something]` will display `[Something]` if the current slide is 2 or later.
17+
- feat: add argument `config: (..)` for `xxx-slide` functions
18+
- feat: add `align` argument for university theme
19+
20+
### Fixes
21+
22+
- fix: also hide enum numbers with show-hide-set-list-marker-none https://github.com/touying-typ/touying/pull/114
23+
- fix: fixed progress bar not to break apart when global figure gutter is set nonzero https://github.com/touying-typ/touying/pull/120
24+
- fix: fixed frozen-counters bug with multiple #pause commands https://github.com/touying-typ/touying/pull/124
25+
- fix: fixed incorrect page num when draft is true https://github.com/touying-typ/touying/pull/125
26+
- fix: fix behaviors of fit-to-height and fit-to-width partially https://github.com/touying-typ/touying/pull/131
27+
- fix: duplicated footnotes in headings https://github.com/touying-typ/touying/pull/132
28+
- fix: do not hardcode page sizes https://github.com/touying-typ/touying/pull/134
29+
- fix: add default numbering for page https://github.com/touying-typ/touying/issues/100
30+
- refactor: move show-strong-with-alert to per-slide level https://github.com/touying-typ/touying/issues/123
31+
- refactor: remove unnecessary `config-page(fill: ...)`
32+
- theme(metropolis): fix color of title page and fix https://github.com/touying-typ/touying/issues/103
33+
- theme(metropolis): fixed metropolis slide's header to return content if title is specified https://github.com/touying-typ/touying/pull/126
34+
- theme(metropolis): respect colors dict in metropolis theme https://github.com/touying-typ/touying/pull/133
35+
36+
Thanks for the contributions from [@enklht](https://github.com/enklht).
37+
38+
839
## v0.5.3
940

1041
### Features

‎i18n/zh/docusaurus-plugin-content-docs/current/changelog.md

+31
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,37 @@ sidebar_position: 15
55
# 更新日志
66

77

8+
## v0.5.4
9+
10+
### Features
11+
12+
- docs: improve param documentation and we have better hints for tinymist https://github.com/touying-typ/touying/pull/98
13+
- feat: fake frozon states support for `heading` https://github.com/touying-typ/touying/pull/124
14+
- feat: add alpha-changing-cover and color-changing-cover https://github.com/touying-typ/touying/pull/129
15+
- feat: add effect function https://github.com/touying-typ/touying/issues/111
16+
- Example: `#effect(text.with(fill: red), "2-")[Something]` will display `[Something]` if the current slide is 2 or later.
17+
- feat: add argument `config: (..)` for `xxx-slide` functions
18+
- feat: add `align` argument for university theme
19+
20+
### Fixes
21+
22+
- fix: also hide enum numbers with show-hide-set-list-marker-none https://github.com/touying-typ/touying/pull/114
23+
- fix: fixed progress bar not to break apart when global figure gutter is set nonzero https://github.com/touying-typ/touying/pull/120
24+
- fix: fixed frozen-counters bug with multiple #pause commands https://github.com/touying-typ/touying/pull/124
25+
- fix: fixed incorrect page num when draft is true https://github.com/touying-typ/touying/pull/125
26+
- fix: fix behaviors of fit-to-height and fit-to-width partially https://github.com/touying-typ/touying/pull/131
27+
- fix: duplicated footnotes in headings https://github.com/touying-typ/touying/pull/132
28+
- fix: do not hardcode page sizes https://github.com/touying-typ/touying/pull/134
29+
- fix: add default numbering for page https://github.com/touying-typ/touying/issues/100
30+
- refactor: move show-strong-with-alert to per-slide level https://github.com/touying-typ/touying/issues/123
31+
- refactor: remove unnecessary `config-page(fill: ...)`
32+
- theme(metropolis): fix color of title page and fix https://github.com/touying-typ/touying/issues/103
33+
- theme(metropolis): fixed metropolis slide's header to return content if title is specified https://github.com/touying-typ/touying/pull/126
34+
- theme(metropolis): respect colors dict in metropolis theme https://github.com/touying-typ/touying/pull/133
35+
36+
Thanks for the contributions from [@enklht](https://github.com/enklht).
37+
38+
839
## v0.5.3
940

1041
### Features

‎i18n/zh/docusaurus-plugin-content-docs/version-0.5.x/changelog.md

+31
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,37 @@ sidebar_position: 15
55
# 更新日志
66

77

8+
## v0.5.4
9+
10+
### Features
11+
12+
- docs: improve param documentation and we have better hints for tinymist https://github.com/touying-typ/touying/pull/98
13+
- feat: fake frozon states support for `heading` https://github.com/touying-typ/touying/pull/124
14+
- feat: add alpha-changing-cover and color-changing-cover https://github.com/touying-typ/touying/pull/129
15+
- feat: add effect function https://github.com/touying-typ/touying/issues/111
16+
- Example: `#effect(text.with(fill: red), "2-")[Something]` will display `[Something]` if the current slide is 2 or later.
17+
- feat: add argument `config: (..)` for `xxx-slide` functions
18+
- feat: add `align` argument for university theme
19+
20+
### Fixes
21+
22+
- fix: also hide enum numbers with show-hide-set-list-marker-none https://github.com/touying-typ/touying/pull/114
23+
- fix: fixed progress bar not to break apart when global figure gutter is set nonzero https://github.com/touying-typ/touying/pull/120
24+
- fix: fixed frozen-counters bug with multiple #pause commands https://github.com/touying-typ/touying/pull/124
25+
- fix: fixed incorrect page num when draft is true https://github.com/touying-typ/touying/pull/125
26+
- fix: fix behaviors of fit-to-height and fit-to-width partially https://github.com/touying-typ/touying/pull/131
27+
- fix: duplicated footnotes in headings https://github.com/touying-typ/touying/pull/132
28+
- fix: do not hardcode page sizes https://github.com/touying-typ/touying/pull/134
29+
- fix: add default numbering for page https://github.com/touying-typ/touying/issues/100
30+
- refactor: move show-strong-with-alert to per-slide level https://github.com/touying-typ/touying/issues/123
31+
- refactor: remove unnecessary `config-page(fill: ...)`
32+
- theme(metropolis): fix color of title page and fix https://github.com/touying-typ/touying/issues/103
33+
- theme(metropolis): fixed metropolis slide's header to return content if title is specified https://github.com/touying-typ/touying/pull/126
34+
- theme(metropolis): respect colors dict in metropolis theme https://github.com/touying-typ/touying/pull/133
35+
36+
Thanks for the contributions from [@enklht](https://github.com/enklht).
37+
38+
839
## v0.5.3
940

1041
### Features

‎versioned_docs/version-0.5.x/changelog.md

+31
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,37 @@ sidebar_position: 14
55
# Changelog
66

77

8+
## v0.5.4
9+
10+
### Features
11+
12+
- docs: improve param documentation and we have better hints for tinymist https://github.com/touying-typ/touying/pull/98
13+
- feat: fake frozon states support for `heading` https://github.com/touying-typ/touying/pull/124
14+
- feat: add alpha-changing-cover and color-changing-cover https://github.com/touying-typ/touying/pull/129
15+
- feat: add effect function https://github.com/touying-typ/touying/issues/111
16+
- Example: `#effect(text.with(fill: red), "2-")[Something]` will display `[Something]` if the current slide is 2 or later.
17+
- feat: add argument `config: (..)` for `xxx-slide` functions
18+
- feat: add `align` argument for university theme
19+
20+
### Fixes
21+
22+
- fix: also hide enum numbers with show-hide-set-list-marker-none https://github.com/touying-typ/touying/pull/114
23+
- fix: fixed progress bar not to break apart when global figure gutter is set nonzero https://github.com/touying-typ/touying/pull/120
24+
- fix: fixed frozen-counters bug with multiple #pause commands https://github.com/touying-typ/touying/pull/124
25+
- fix: fixed incorrect page num when draft is true https://github.com/touying-typ/touying/pull/125
26+
- fix: fix behaviors of fit-to-height and fit-to-width partially https://github.com/touying-typ/touying/pull/131
27+
- fix: duplicated footnotes in headings https://github.com/touying-typ/touying/pull/132
28+
- fix: do not hardcode page sizes https://github.com/touying-typ/touying/pull/134
29+
- fix: add default numbering for page https://github.com/touying-typ/touying/issues/100
30+
- refactor: move show-strong-with-alert to per-slide level https://github.com/touying-typ/touying/issues/123
31+
- refactor: remove unnecessary `config-page(fill: ...)`
32+
- theme(metropolis): fix color of title page and fix https://github.com/touying-typ/touying/issues/103
33+
- theme(metropolis): fixed metropolis slide's header to return content if title is specified https://github.com/touying-typ/touying/pull/126
34+
- theme(metropolis): respect colors dict in metropolis theme https://github.com/touying-typ/touying/pull/133
35+
36+
Thanks for the contributions from [@enklht](https://github.com/enklht).
37+
38+
839
## v0.5.3
940

1041
### Features

0 commit comments

Comments
 (0)