GitRoot

Craft your forge, Build your project, Grow your community freely
 1---
 2pluginName: Pollen
 3pluginBaseline: Some pollen is carried by the wind. Our Pollen is carried by the network.
 4homepage: /app/plugins/pollen/
 5docpage: /app/plugins/pollen/doc.html
 6changelog: /app/plugins/pollen/CHANGELOG.html
 7---
 8
 9# Changelog
10
11## unreleased
12
13- permit to generate rss from content instead of just commit
14- **BREAKING** configuration change:
15  - delete `link` property (use `forgeConf.repoUrl` instead)
16  - add `kind` property, can be `commits` (to preserve old behavior with commits metadata) or `content` to render issues, grafts or blog content. If content is markdown use `pkg:gitroot/gitroot/apex_markdown` as renderer, so make sure to add it to your dependencies if needed.
17- add `atom:link` in rendered xml to comply with spec (reference itself)
18- change html content strategy, previously was using `<![CDATA[` tag, now use replace of all problematic characters.
19- compatible with gitroot plugin-sdk 0.5.0
20
21## 0.0.3 (22/04/2026) [pollen-0.0.3.wasm](https://gitroot.dev/releases/0.4.0/pollen-0.0.3.wasm)
22
23_sha256: 2f184bedaba264543ad434ae0cb1a999083f7e8094482cab097e4727edef775d_
24
25- compatible with gitroot plugin-sdk 0.4.0
26
27## 0.0.2 (20/12/2025) [pollen-0.0.2.wasm](https://gitroot.dev/releases/0.3.0/pollen-0.0.2.wasm)
28
29_sha256: e6e94e93514d3fe1e65506f5ac72a01b84b792bc6c07009eadc194942fc63ca1_
30
31- 0.0.2 compatible with gitroot plugin-sdk 0.3.0
32
33## 0.0.1 (18/09/2025) [pollen-0.0.1.wasm](https://gitroot.dev/releases/0.2.0/pollen-0.0.1.wasm)
34
35_sha256: 49cd8e1846b1612a0d5686918b502fe29e070e7bf9613c1ba9a1dfe5417d0f2a_
36
37- rss generator