Skip to content

Commit a99738d

Browse files
committed
docs: add v1.2.1 and CLI v0.1.2 changelog entries
- Add v1.2.1 release with explore history URL hydration fix - Update docs changelog with v1.2.1 as latest
1 parent 5ca000f commit a99738d

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.2.1] - 2026-01-21
11+
12+
### Fixed
13+
- **Explore history URL hydration** — Fixed issue where browser history navigation could fail to restore query state correctly.
14+
1015
## [CLI v0.1.2] - 2026-01-21
1116

1217
### Added
@@ -304,7 +309,8 @@ Initial public release.
304309
- Embedded web UI
305310
- Prometheus metrics endpoint
306311

307-
[Unreleased]: https://github.com/mr-karan/logchef/compare/v1.2.0...HEAD
312+
[Unreleased]: https://github.com/mr-karan/logchef/compare/v1.2.1...HEAD
313+
[1.2.1]: https://github.com/mr-karan/logchef/compare/v1.2.0...v1.2.1
308314
[1.2.0]: https://github.com/mr-karan/logchef/compare/v1.1.0...v1.2.0
309315
[1.1.0]: https://github.com/mr-karan/logchef/compare/v1.0.0...v1.1.0
310316
[1.0.0]: https://github.com/mr-karan/logchef/compare/v0.6.0...v1.0.0

docs/src/pages/changelog.astro

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,31 @@ import BaseLayout from '../layouts/BaseLayout.astro';
119119
</div>
120120
</article>
121121

122+
<!-- v1.2.1 -->
123+
<article class="version">
124+
<div class="version-header">
125+
<span class="version-tag">v1.2.1</span>
126+
<span class="version-date">Jan 21, 2026</span>
127+
<span class="version-badge">Latest</span>
128+
<a href="https://github.com/mr-karan/logchef/releases/tag/v1.2.1" class="version-link" target="_blank">Release notes →</a>
129+
</div>
130+
131+
<div class="change-section">
132+
<div class="change-type fixed">
133+
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round"><path d="M20 6L9 17l-5-5"/></svg>
134+
Fixed
135+
</div>
136+
<ul class="change-list">
137+
<li><strong>Explore history URL hydration</strong> — Fixed issue where browser history navigation could fail to restore query state</li>
138+
</ul>
139+
</div>
140+
</article>
141+
122142
<!-- v1.2.0 -->
123143
<article class="version">
124144
<div class="version-header">
125145
<span class="version-tag">v1.2.0</span>
126146
<span class="version-date">Jan 21, 2026</span>
127-
<span class="version-badge">Latest</span>
128147
<a href="https://github.com/mr-karan/logchef/releases/tag/v1.2.0" class="version-link" target="_blank">Release notes →</a>
129148
</div>
130149

0 commit comments

Comments
 (0)