Features
- feat: ✨ Unify regular and frozen plugins into one list (tracking
latest
or freezing a specific version) - feat: ✨ Added quick update check button for plugins tracking latest version in settings tab
Full Changelog: 1.1.1...1.1.2
GitHub API Rate Limits
If you are a plugin developer yourself and/or do a lot of installing and reinstalling of plugins via BRAT, you might hit GitHub API rate limits (60 request per hour for anonymous requests). You avoid this by adding a personal access token (PAT) to BRAT which increases the limit to 5000 requests per hour. You will need a read only PAT with "Read-only access to public repositories" and "Read access to code, metadata, and repository custom properties".
Once created, add this PAT on BRAT's main settings page. A future update will improve the error handling in case API limits are hit.
Features introduced with 1.1.0 & 1.1.1
- feat: ✨ implement per repository API keys (implements #89)
- feat: ✨ use manifest from latest valid github release for BRAT in #93
- feat: ✨ fetch available versions into dropdown when adding frozen version in #96
- feat: ✨ allow user to update frozen version
Full Changelog: 1.0.6...1.1.2