From 0ce21f14a81a180aff3531da527fbf02bb7ec8de Mon Sep 17 00:00:00 2001 From: Markus Opolka Date: Wed, 28 Jan 2026 08:58:32 +0100 Subject: [PATCH] Bump to release v0.2.0 --- CHANGELOG.md | 5 +++++ README.md | 2 -- doc/03-Configuration.md | 6 +++--- module.info | 2 +- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 723c479..870e673 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v0.2.0 + +- Refactor FilesystemStorage to use single files per feed +- Fix error on missing item date and description + ## v0.1.2 - Fix some rendering of images in feeds diff --git a/README.md b/README.md index 302c916..bf561a7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -**Note:** This is an early release that is still in development and prone to change - # Icinga Web Feeds Icinga Web Module for web feeds like RSS or Atom. diff --git a/doc/03-Configuration.md b/doc/03-Configuration.md index e7507b4..28512eb 100644 --- a/doc/03-Configuration.md +++ b/doc/03-Configuration.md @@ -2,9 +2,7 @@ The module configuration is stored in `/etc/icingaweb2/modules/feeds/config.ini`. -All options use defaults, there is no need to create this file. - -Example: +All options use defaults, there is no need to create this file. Example: ```ini [http] @@ -16,6 +14,8 @@ timeout = 5 duration = 43200 ``` +The module uses the Icinga Web2 FileCache to cache fetched data. + ## Feeds Feeds can be added, configured and removed in Icinga Web. diff --git a/module.info b/module.info index a7dd1eb..2cf3073 100644 --- a/module.info +++ b/module.info @@ -1,5 +1,5 @@ Module: Feeds -Version: 0.1.2 +Version: 0.2.0 Requires: Libraries: icinga-php-library (>=0.16.0), icinga-php-thirdparty (>=0.11.0) Description: Icinga Web Feeds