feat(core): Add organization-level activity fetching and RSS parsing

This commit is contained in:
2024-12-13 19:51:42 +01:00
parent c1e15ab47c
commit 76c662356e
6 changed files with 163 additions and 53 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2024-12-13 - 1.2.0 - feat(core)
Add organization-level activity fetching and RSS parsing
- Integrated smartxml package for XML parsing.
- Implemented fetching of all organizations within a Gitea instance.
- Added functionality to check new activities in organization RSS feeds.
- Enhanced fetching logic to include repository commits and tags.
## 2024-12-13 - 1.1.0 - feat(core)
Add tracking of commits published on npm