Skip to content

Commit 4c33a60

Browse files
committed
bump: version 6.0.0 → 6.1.0
1 parent e0506cb commit 4c33a60

2 files changed

Lines changed: 57 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,62 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## v6.1.0 (2026-06-06)
6+
7+
### Feat
8+
9+
- add callout support (#655)
10+
- add accessible image lightbox for post images (#654)
11+
12+
### Fix
13+
14+
- sanitize post title for valid CSS view-transition-name (#650)
15+
- iterate all weight matches in getFontPathByWeight (#645)
16+
- update incorrect RSS link (#649)
17+
18+
## v6.0.0 (2026-05-17)
19+
20+
> **BREAKING CHANGES**
21+
>
22+
> - User config moved to `astro-paper.config.ts`; `src/config.ts` is now internal resolved defaults only
23+
> - Blog content directory changed from `src/data/blog` to `src/content/posts`
24+
> - Pages content moved to `src/content/pages`
25+
> - Several utility exports and component names updated
26+
27+
### Feat
28+
29+
- **config**: rework into typed user-facing `astro-paper.config.ts` with internal resolved defaults layer (#631)
30+
- **i18n**: add lightweight i18n layer with English string keys and `useTranslations` helper (#631)
31+
- **mdx**: add MDX support via @astrojs/mdx (#631)
32+
- **base-path**: add base path support across routing and asset helpers (#631)
33+
- **archives**: add archives page (#631)
34+
- **search**: integrate Pagefind for static full-text search (#631)
35+
- **toc**: add table of contents for markdown posts (#631)
36+
- **timezone**: add per-post timezone support with site-level fallback (#631)
37+
- **rtl**: add RTL language direction support (#631)
38+
- **share**: add share links in post detail page (#631)
39+
- **edit-post**: add configurable edit post link in post detail (#631)
40+
- **back-button**: add back button in post detail (#631)
41+
- **shiki**: add Shiki transformers for enhanced code block syntax highlighting (#631)
42+
- integrate Astro fonts API with Google Sans Code font (#602)
43+
44+
### Fix
45+
46+
- **og**: avoid double slashes when appending index.png (#631)
47+
- **header**: adjust icon button and alignment in mobile (#631)
48+
- **a11y**: improve muted-foreground color contrast (#631)
49+
- decouple ClientRouter from lightAndDarkMode feature flag (#631)
50+
- slugify supports better acronyms and preserve non-latin char (#606)
51+
- add autofocus in search bar and update search result title style (#603)
52+
53+
### Refactor
54+
55+
- optimize theme script to prevent render-blocking (#601)
56+
57+
### Chore
58+
59+
- upgrade Astro to v6 and align CI to Node.js 24 (#631)
60+
561
## v5.5.1 (2026-01-08)
662

763
### Fix

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "astro-paper-v6",
33
"type": "module",
4-
"version": "6.0.0",
4+
"version": "6.1.0",
55
"engines": {
66
"node": ">=22.12.0"
77
},

0 commit comments

Comments
 (0)