Skip to content

Commit 40bf977

Browse files
committed
v0.2.1 - README honesty and no-rounded-cards cleanup
Cuts a patch release for the README / theme.toml honesty work and the kbd / debug-overlay / ss01 polish that fell out of the post-v0.2.0 review. Also drops the `[X.Y.Z]: .../releases/tag/vX.Y.Z` reference-link block under every version. Those refs anchored no prose anywhere in the file and only mirrored metadata the tag itself already carries; for a repo that auto-publishes Releases, the duplication had no reader who benefited.
1 parent 04c2909 commit 40bf977

1 file changed

Lines changed: 2 additions & 22 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ section into a GitHub Release body. Docs-only, CI-only, or meta-only PRs can
1515
bypass the PR-side check via the `skip-changelog` label or a `[skip changelog]`
1616
tag in the PR body; see `.github/workflows/changelog.yml`.
1717

18+
## [0.2.1]
19+
1820
### Changed
1921

2022
- README and `theme.toml` describe the theme accurately: system
@@ -80,8 +82,6 @@ tag in the PR body; see `.github/workflows/changelog.yml`.
8082
`assets/scss/_fonts.scss`, and the `@import "fonts"` in
8183
`rest.scss`. No more web fonts shipped.
8284

83-
[0.2.0]: https://github.com/pszypowicz/hugo-theme-pager/releases/tag/v0.2.0
84-
8585
## [0.1.9]
8686

8787
### Fixed
@@ -93,8 +93,6 @@ tag in the PR body; see `.github/workflows/changelog.yml`.
9393
so monospace min-content from TOC `<pre>` content cannot bubble up
9494
to the grid.
9595

96-
[0.1.9]: https://github.com/pszypowicz/hugo-theme-pager/releases/tag/v0.1.9
97-
9896
## [0.1.8]
9997

10098
### Changed
@@ -110,17 +108,13 @@ tag in the PR body; see `.github/workflows/changelog.yml`.
110108
fixed grid track when a TOC widget's non-wrapping content reports
111109
a larger min-content.
112110

113-
[0.1.8]: https://github.com/pszypowicz/hugo-theme-pager/releases/tag/v0.1.8
114-
115111
## [0.1.7]
116112

117113
### Changed
118114

119115
- `--col-aside` widened from `20ch` to `22ch` so longer TOC titles
120116
stop truncating on tablet widths.
121117

122-
[0.1.7]: https://github.com/pszypowicz/hugo-theme-pager/releases/tag/v0.1.7
123-
124118
## [0.1.6]
125119

126120
### Changed
@@ -131,8 +125,6 @@ tag in the PR body; see `.github/workflows/changelog.yml`.
131125
column grid (`var(--col-aside) 1fr`) and lets the wrapper stay
132126
sticky on desktop.
133127

134-
[0.1.6]: https://github.com/pszypowicz/hugo-theme-pager/releases/tag/v0.1.6
135-
136128
## [0.1.5]
137129

138130
### Added
@@ -141,8 +133,6 @@ tag in the PR body; see `.github/workflows/changelog.yml`.
141133
`ai_assisted = true`. Ember accent, uppercase, small caps-tracking;
142134
`title=` attribute explains the disclosure.
143135

144-
[0.1.5]: https://github.com/pszypowicz/hugo-theme-pager/releases/tag/v0.1.5
145-
146136
## [0.1.4]
147137

148138
### Changed
@@ -162,8 +152,6 @@ tag in the PR body; see `.github/workflows/changelog.yml`.
162152
- `layouts/_partials/sidebar-bot.html`. Only emits an `<aside>` when
163153
the current scope has at least one bot widget.
164154

165-
[0.1.4]: https://github.com/pszypowicz/hugo-theme-pager/releases/tag/v0.1.4
166-
167155
## [0.1.3]
168156

169157
### Changed
@@ -176,8 +164,6 @@ tag in the PR body; see `.github/workflows/changelog.yml`.
176164
- TOC anchors carry a `title=` attribute so the full heading text
177165
surfaces on hover for truncated entries.
178166

179-
[0.1.3]: https://github.com/pszypowicz/hugo-theme-pager/releases/tag/v0.1.3
180-
181167
## [0.1.2]
182168

183169
### Added
@@ -191,8 +177,6 @@ tag in the PR body; see `.github/workflows/changelog.yml`.
191177
`apple-touch-icon.png` into their own `static/` automatically
192178
override the theme defaults via Hugo's static-file resolution.
193179

194-
[0.1.2]: https://github.com/pszypowicz/hugo-theme-pager/releases/tag/v0.1.2
195-
196180
## [0.1.1]
197181

198182
### Fixed
@@ -212,8 +196,6 @@ tag in the PR body; see `.github/workflows/changelog.yml`.
212196
- `rel="prev"` / `rel="next"` on list pagination links for browsers,
213197
screen readers, and search engines.
214198

215-
[0.1.1]: https://github.com/pszypowicz/hugo-theme-pager/releases/tag/v0.1.1
216-
217199
## [0.1.0]
218200

219201
First public release.
@@ -245,5 +227,3 @@ First public release.
245227
- Inline critical CSS, external deferred stylesheet with immutable
246228
cache.
247229
- Designed to fit under the 14 KB TCP initcwnd after Brotli-q11.
248-
249-
[0.1.0]: https://github.com/pszypowicz/hugo-theme-pager/releases/tag/v0.1.0

0 commit comments

Comments
 (0)