Skip to content

Commit a74b454

Browse files
author
Lukas Geiger
committed
docs: sync RSS-BOOK test count
1 parent d9b7bbb commit a74b454

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,19 @@
1919
- Fixed alarm updates for manual-only feeds when global interval is disabled but other feeds define per-feed intervals.
2020
- Fixed RSS and Atom text parsing so CDATA wrappers are removed from feed titles, item titles, links, and Atom dates.
2121
- Fixed OPML imports so duplicate feed URLs inside the same file are only imported once.
22+
- Fixed OPML imports so `xmlUrl` values are trimmed before feed records are stored.
23+
- Fixed OPML title decoding for numeric XML entities.
2224
- Fixed RSS 1.0/RDF parsing so item blocks outside the channel block are no longer ignored.
25+
- Fixed bookmark fallback hashing to use integer-safe `Math.imul` FNV-1a behavior.
2326
- Normalized the German locale file to real UTF-8 Umlaute instead of escaped code points.
2427

2528
### Changed
2629
- Clarified README positioning for bookmark-based RSS reader and Chrome Web Store search queries.
2730
- Added repository line-ending rules, explicitly ignored local pytest caches, and updated the README Edge packaging note.
31+
- Removed an unused README screenshot reference after the asset was dropped.
2832

2933
### Verified
30-
- `npm test` now covers 34 dependency-free Node tests, including the 10-feed parser matrix, CDATA cleanup, theme, service-worker scheduling, lifecycle diagnostics, and package-content coverage.
34+
- `npm test` now covers 38 dependency-free Node tests, including the 10-feed parser matrix, CDATA cleanup, theme, service-worker scheduling, lifecycle diagnostics, OPML entity/URL normalization, hashing, and package-content coverage.
3135
- `npm run package` creates `dist/RSS-BOOK-v1.1.2-edge.zip` with the Manifest V3 runtime files plus license/privacy docs.
3236

3337
## [1.1.2] — 2026-04-30

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Create the upload-ready ZIP with `npm run package`. The generated archive stays
8686

8787
## Development
8888

89-
RSS-BOOK has no bundling step. The repository includes 34 dependency-free Node tests for parser behavior, a 10-fixture RSS/Atom feed matrix, CDATA cleanup, OPML, storage, bookmark cleanup, feed discovery, folder export, store assets, service-worker scheduling, lifecycle diagnostics, light/dark theme CSS coverage, and Edge package contents:
89+
RSS-BOOK has no bundling step. The repository includes 38 dependency-free Node tests for parser behavior, a 10-fixture RSS/Atom feed matrix, CDATA cleanup, OPML, storage, bookmark cleanup, feed discovery, folder export, store assets, service-worker scheduling, lifecycle diagnostics, light/dark theme CSS coverage, hashing, and Edge package contents:
9090

9191
```bash
9292
npm test

0 commit comments

Comments
 (0)