feat(core): Add changelog fetching and parsing functionality

This commit is contained in:
2024-12-14 00:54:38 +01:00
parent e843197211
commit bb248ed408
4 changed files with 119 additions and 60 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2024-12-14 - 1.6.0 - feat(core)
Add changelog fetching and parsing functionality
- Implemented loadChangelogFromRepo to directly load the changelog from a Gitea repository.
- Introduced parsing functionality to extract specific version details from the loaded changelog.
- Updated CodeFeed class to utilize the changelog for version verification and commit processing.
## 2024-12-14 - 1.5.3 - fix(core)
Fix filtering logic for returning only tagged commits