Skip to content

Commit f7181f5

Browse files
committed
release: v1.3.0
New features: - Configurable query result limit (up to 1M rows) - User preferences persistence across sessions - Team admins can manage their teams - Source editing and duplication
1 parent c2d7457 commit f7181f5

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.3.0] - 2026-02-05
11+
1012
### Added
1113
- **Configurable query result limit** — New `[query]` config section with `max_limit` setting (default: 1,000,000 rows). Allows admins to increase export limits based on infrastructure capacity. Frontend dropdown now shows options up to 1M rows.
1214
- **User preferences persistence** — Theme, timezone, display mode, and fields panel state now persist across sessions. Preferences sync automatically and load on login.
@@ -326,7 +328,8 @@ Initial public release.
326328
- Embedded web UI
327329
- Prometheus metrics endpoint
328330

329-
[Unreleased]: https://github.com/mr-karan/logchef/compare/v1.2.1...HEAD
331+
[Unreleased]: https://github.com/mr-karan/logchef/compare/v1.3.0...HEAD
332+
[1.3.0]: https://github.com/mr-karan/logchef/compare/v1.2.1...v1.3.0
330333
[1.2.1]: https://github.com/mr-karan/logchef/compare/v1.2.0...v1.2.1
331334
[1.2.0]: https://github.com/mr-karan/logchef/compare/v1.1.0...v1.2.0
332335
[1.1.0]: https://github.com/mr-karan/logchef/compare/v1.0.0...v1.1.0

docs/src/pages/changelog.astro

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,13 @@ import BaseLayout from '../layouts/BaseLayout.astro';
7979
<p>What's new in LogChef.</p>
8080
</header>
8181

82-
<!-- Unreleased -->
82+
<!-- v1.3.0 -->
8383
<article class="version">
8484
<div class="version-header">
85-
<span class="version-tag unreleased">Unreleased</span>
85+
<span class="version-tag">v1.3.0</span>
86+
<span class="version-date">Feb 5, 2026</span>
87+
<span class="version-badge">Latest</span>
88+
<a href="https://github.com/mr-karan/logchef/releases/tag/v1.3.0" class="version-link" target="_blank">Release notes →</a>
8689
</div>
8790

8891
<div class="change-section">
@@ -127,7 +130,6 @@ import BaseLayout from '../layouts/BaseLayout.astro';
127130
<div class="version-header">
128131
<span class="version-tag">v1.2.1</span>
129132
<span class="version-date">Jan 21, 2026</span>
130-
<span class="version-badge">Latest</span>
131133
<a href="https://github.com/mr-karan/logchef/releases/tag/v1.2.1" class="version-link" target="_blank">Release notes →</a>
132134
</div>
133135

0 commit comments

Comments
 (0)