Skip to content

Commit 8cf646d

Browse files
bndct-devopsbndct-devopsclaude
authored
chore(release): v1.3.0 — "Diary" (#29)
Roll [Unreleased] into [1.3.0]; bump version 1.2.0 → 1.3.0. Adds the react-router 7.17.0 security bump (#27) to the changelog. Co-authored-by: bndct-devops <petutschnig.benedict@gmail> Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 03d41b7 commit 8cf646d

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ All notable changes to Tome are documented here. Format loosely follows
66

77
## [Unreleased]
88

9+
## [1.3.0] — 2026-06-05 — "Diary"
10+
911
### Added
1012
- **Single sign-on (OIDC).** Tome can now authenticate against an external
1113
OpenID Connect identity provider (Pocket ID, Authelia, Authentik, Keycloak,
@@ -148,6 +150,11 @@ All notable changes to Tome are documented here. Format loosely follows
148150
in EPUBs and `<Genre>` in CBZ `ComicInfo.xml`. Applies to newly imported books;
149151
existing books are not retroactively re-tagged.
150152

153+
### Security
154+
- Updated `react-router` to 7.17.0, clearing four advisories (an RCE in vendored
155+
turbo-stream plus three DoS / open-redirect issues). None were exploitable in
156+
Tome's static SPA, but the alerts are now resolved. (#27)
157+
151158
## [1.2.0] — 2026-06-02 — "Press"
152159

153160
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "tome"
7-
version = "1.2.0"
7+
version = "1.3.0"
88
description = "Self-hosted ebook library"
99
requires-python = ">=3.12"
1010
dependencies = [

0 commit comments

Comments
 (0)