Skip to content

Commit 34f4352

Browse files
0xzerolightclaude
andcommitted
chore: release v1.1.1
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1abf0db commit 34f4352

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

docs/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77

88
## [Unreleased]
99

10+
## [1.1.1] - 2026-04-04
11+
12+
### Added
13+
14+
- Theme showcase GIF in README
15+
- Contributor Covenant v3.0 Code of Conduct
16+
- "Updating" section in README with upgrade instructions
17+
- `--version` flag for the CLI
18+
- GitHub Discussions enabled
19+
20+
### Fixed
21+
22+
- Generic 404/422 pages now render styled HTML instead of raw JSON for browser requests
23+
- OpenAPI version synced with app version
24+
- Version display now reads from pyproject.toml (single source of truth)
25+
- Feed Health table column truncation on desktop
26+
- Auto-mode topics now show all feed URLs on detail page
27+
- Readable source names in articles table instead of raw feed URLs
28+
- Page header alignment and footer positioning
29+
- Button vertical alignment in action rows
30+
1031
## [1.1.0] - 2026-04-04
1132

1233
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "topic-watch"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
description = "Self-hosted news watchdog with AI-powered novelty detection"
55
license = "GPL-3.0-or-later"
66
readme = "README.md"

0 commit comments

Comments
 (0)