Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.1"
".": "0.2.0"
}
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "rssCloud",
"author": "Andrew Shell",
"description": "Real-time updates via rssCloud, for feeds advertising <cloud> or <source:cloud>, and for dynamic OPML subscription lists advertising <source:cloud>.",
"version": "0.1.1",
"version": "0.2.0",
"entrypoint": "RssCloud",
"type": "system"
}
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.1
0.2.0