Releases: gearheaded/obsidian-github-contributions
1.0.7
The panel now automatically refreshes when it regains focus, but only if 5+ minutes have passed since the last fetch - switching back to the tab within that window just redraws from cached data instantly. The manual refresh button still bypasses the cooldown for an immediate update.
1.0.6
Bump minAppVersion to 1.7.2 since revealLeaf's Promise-returning signature was introduced in that version. This resolves the last remaining "unsupported API" error from the automated review.
1.0.5
Fix unawaited revealLeaf promise to satisfy the minAppVersion check. This was the last blocking error from the automated plugin review.
1.0.2
Fix type safety issues, CSS specificity, remove unused code
1.0.1
Fix review errors, move CSS to styles.css
1.0.0
Initial release of GitHub Contributions for Obsidian.