Releases: TheDragonCode/github-preview-updater
Releases · TheDragonCode/github-preview-updater
2.4.1
Changed
- Fix build: replace unused @ts-expect-error with explicit type assertion by @copilot-swe-agent[bot] in #123
- docs: improve README clarity — explain what the tool does and why by @copilot-swe-agent[bot] in #120
2.4.0
Added
- Handle excluded keywords in icon matching logic and update
Icontype definition by @andrey-helldar in #106
Changed
- Add "Quick start" section to README with GitHub Actions workflow example by @andrey-helldar in #104
- Improve icon matching logic with labeled loop by @andrey-helldar in #111
- Update README with workflow link and remove unused
configproperty by @andrey-helldar in #105
Fixed
- Fixed @actions/core and @actions/github dependencies by @andrey-helldar in #115
- Replaced
@ts-expect-errorwith@ts-ignoreto suppress TypeScript errors by @andrey-helldar in #118
Dependencies
- Bump undici, @actions/http-client and @actions/github by @dependabot[bot] in #110
- Update dependencies by @andrey-helldar in #113
2.3.0
Added
- Add PR auto-merge steps to GitHub Actions examples in README by @andrey-helldar in #100
- Added global file search in personal repository by @andrey-helldar in #96
Changed
- Add missing
tokenproperty to GitHub Actions examples in README by @andrey-helldar in #95
Fixed
- Fixed a bug in dependency manager file handling by @andrey-helldar in #98
- Fixed title normalization by @andrey-helldar in #101
2.2.0
Changed
- Add FAQ section to README with GitHub Actions troubleshooting steps by @andrey-helldar in #91
- Refactor input handling to include
readmePathand improve type annotations by @andrey-helldar in #92
2.1.0
Changed
- Add
awaitto Octokit method calls for consistent async behavior by @andrey-helldar in #87 - Refactor preview workflow and repository configuration defaults by @andrey-helldar in #86
- Refactor repository configuration and defaults handling by @andrey-helldar in #89
- Update repository banner image by @github-actions[bot] in #85
2.0.2
Changed
- Remove release event trigger from preview workflow configuration by @andrey-helldar in #81
- Update repository banner image by @github-actions[bot] in #79
Fixed
- Fixed URL formatting by @andrey-helldar in #80
- Fixed author email by @andrey-helldar in #83
2.0.1
Changed
- Add support for triggering preview workflows on release events by @andrey-helldar in #78
- Update repository banner image by @github-actions[bot] in #75
Fixed
- Refactor image URL construction logic to encode title and description placeholders by @andrey-helldar in #76
2.0.0
Changed
- Normalize title casing with reserved word replacements and add corresponding unit tests by @andrey-helldar in #62
- Rename
configPathtoconfigby @andrey-helldar in #66 - Replace titles with
Update repository banner imageby @andrey-helldar in #68 - Update README and schema to reflect adjustments in repository configuration by @andrey-helldar in #72
- Update preview by @github-actions[bot] in #71
- Upgrade API by @andrey-helldar in #64
- Upgrade GitHub Preview Updater action to v2 in README.md by @andrey-helldar in #70
1.4.2
Fixed
- Replace
fetchwithnode:httsby @andrey-helldar in #60
1.4.1
Changed
- Modify example URL in README.md by @andrey-helldar in #59