diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c6b4421..9d1a25b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.1" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ec507e5..7167cd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [0.2.0](https://github.com/rsscloud/xExtension-RssCloud/compare/v0.1.1...v0.2.0) (2026-08-07) + + +### Features + +* **config:** show subscription status on the configuration screen ([7d3d9fd](https://github.com/rsscloud/xExtension-RssCloud/commit/7d3d9fd767644f45a608da41d0577ccb45acd463)) +* **config:** show subscription status on the configuration screen ([86dd93a](https://github.com/rsscloud/xExtension-RssCloud/commit/86dd93a9ee9185ebbbf0c061b4e11fdf8293b391)) + + +### Bug Fixes + +* **config:** cap renew_hours at the documented 24-hour rule ([93f694e](https://github.com/rsscloud/xExtension-RssCloud/commit/93f694e84152ed601cc27ac4e7838bf3e280264a)) +* **config:** cap renew_hours at the documented 24-hour rule ([9a1a9bc](https://github.com/rsscloud/xExtension-RssCloud/commit/9a1a9bc11b530ee6f4f2865e21eba3ee0a5aef59)) +* **i18n:** nest translation keys so that they resolve ([e21b6cc](https://github.com/rsscloud/xExtension-RssCloud/commit/e21b6ccaf116ba87ef811c8e195ffe96d1c6489e)) +* **redirects:** survive FreshRSS cores older than 1.29.2 ([d9c77c1](https://github.com/rsscloud/xExtension-RssCloud/commit/d9c77c1f5aa16549e95eff1effd8109c75bed39e)) +* **redirects:** survive FreshRSS cores older than 1.29.2 ([db092e7](https://github.com/rsscloud/xExtension-RssCloud/commit/db092e71e4f23c6875835ca3bd7c02ca8e714cd5)) +* **registry:** constrain the stored protocol to the two we can speak ([1a73ee9](https://github.com/rsscloud/xExtension-RssCloud/commit/1a73ee9662d72761bd68c49ce980856c4de76bfc)) +* resolve translation keys, and fall back to http-post when https-post is rejected ([0754b7a](https://github.com/rsscloud/xExtension-RssCloud/commit/0754b7a4a25dc66123b13614773cc1148fdbb0e9)) +* **subscriber:** fall back to http-post when https-post is rejected ([a4293d1](https://github.com/rsscloud/xExtension-RssCloud/commit/a4293d179ac0b6e22972034d83752012529f6e33)) +* **subscriber:** keep the POST body across the http to https redirect ([8684276](https://github.com/rsscloud/xExtension-RssCloud/commit/868427608a8713ce8465f6b000a2638348a9532c)) +* **subscriber:** keep the POST body across the http to https redirect ([237937b](https://github.com/rsscloud/xExtension-RssCloud/commit/237937b01da6da818c64db0ff356634a5993c3de)) + ## [0.1.1](https://github.com/rsscloud/xExtension-RssCloud/compare/v0.1.0...v0.1.1) (2026-08-04) diff --git a/metadata.json b/metadata.json index ef4746c..86bb0fd 100644 --- a/metadata.json +++ b/metadata.json @@ -2,7 +2,7 @@ "name": "rssCloud", "author": "Andrew Shell", "description": "Real-time updates via rssCloud, for feeds advertising or , and for dynamic OPML subscription lists advertising .", - "version": "0.1.1", + "version": "0.2.0", "entrypoint": "RssCloud", "type": "system" } diff --git a/version.txt b/version.txt index 17e51c3..0ea3a94 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.1.1 +0.2.0