Skip to content

Commit 2e4fb19

Browse files
committed
chore: bump version to 0.2.2
Processor quality hardening release: - Fix URL pattern bugs (Instagram, Substack, Reddit, SE, Mastodon) - Reddit: old.reddit.com + Chrome UA + browser Accept header - Medium: curl_cffi TLS fingerprint impersonation via /_/api/posts/{id} - Fetcher updates source_platform/item_type on reprocess - GenericURL emits structured sections via trafilatura - Section-aware chunking with provenance in Meilisearch index - Pipeline robustness: section re-hydration preserves all fields - 304 tests (was 256), 48 new URL matching + integration tests
1 parent 087ca0b commit 2e4fb19

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "4dpocket-extension",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"private": true,
55
"type": "module",
66
"scripts": {

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "frontend",
33
"private": true,
4-
"version": "0.2.1",
4+
"version": "0.2.2",
55
"type": "module",
66
"license": "GPL-3.0-only",
77
"scripts": {

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "4dpocket"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = "Self-hosted AI-powered personal knowledge base"
55
requires-python = ">=3.12"
66
license = {text = "GPL-3.0"}

0 commit comments

Comments
 (0)