rsspls.7bit.org/content/news/release-0.12.0.md

34 lines
1.3 KiB
Markdown

+++
title = "Version 0.12.0 released"
description = "The 0.12.0 release has been published. RSS Please now supports per-feed update hooks that are run when a feed is updated."
date = 2026-04-27T12:21:14+10:00
#[extra]
#updated = 2024-02-20T22:57:15+10:00
+++
_RSS Please is a command line tool that allows you to generate RSS feeds from web pages.
Parts of the page are extracted using CSS selectors and a feed generated from the matching
items. RSS Please runs on Linux, macOS, Windows, BSD, and more._
The 0.12.0 release has been published. RSS Please now supports per-feed update hooks that are run
when a feed is updated.
<!-- more -->
## Version 0.12.0
[This release][release] adds a new optional per-feed property,
[post_update_hook](@/documentation.md#feed-post-update-hook),
to the configuration file specifying a command to run when a feed is updated.
The `RSSPLS_FEED_FILE` environment variable is set in the environment of the spawned
command with the absolute path to the feed file that was updated.
- [Full Changelog](https://github.com/wezm/rsspls/compare/0.11.2...0.12.0)
- [Download][release]
If you find `rsspls` useful please consider a one-off or recurring contribution
to support development [on GitHub Sponsors][sponsor].
[release]: https://github.com/wezm/rsspls/releases/tag/0.12.0
[sponsor]: https://github.com/sponsors/wezm