FeedZero Release NotesWhat changed in FeedZero.feedzero:changelog
- 2026-05-22T12:00:00Z
+ 2026-05-31T12:00:00ZFeedZero
+
+ feedzero:release:0.12.0
+ v0.12.0: Paywall false-positive fix and automatic TLS for LAN self-hosts
+
+ 2026-05-31T12:00:00Z
+ 2026-05-31T12:00:00Z
+ Free, fully-readable articles no longer show a false paywall box, and self-hosted deployments on a LAN or bare IP now serve HTTPS without manual certificate setup.
+ Free, fully-readable articles no longer show a false paywall box, and self-hosted deployments on a LAN or bare IP now serve HTTPS without manual certificate setup.
+
Added
+
+
Added the running application version to Settings, so the installed build is visible at a glance.
+
Added Windows PowerShell parity to the self-host script. feedzero.ps1 now classifies the host and selects self-signed internal TLS for IP, localhost, and .local deployments, matching the existing shell script.
+
+
Changed
+
+
Simplified the README and self-hosting guide to a one-command Docker quickstart from the public image, with the longer day-2 and troubleshooting material kept behind it.
+
+
Fixed
+
+
Fixed free, fully-readable articles being flagged as paywalled. Full-text extraction now treats a substantial extraction as the definitive readable signal and runs paywall heuristics only as a fallback on the extracted teaser, so subscribe prompts in page navigation and footers no longer trigger a false paywall box.
+
Fixed self-hosted deployments on a LAN or bare IP serving plain HTTP on the HTTPS port, which produced SSL_ERROR_RX_RECORD_TOO_LONG. The server CLI now classifies the host and serves self-signed internal TLS automatically for IP, localhost, and .local hostnames.