Skip to content

Commit

Permalink
Update addon.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
i96751414 committed Jan 15, 2025
1 parent ebf43e7 commit 9ba89e5
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="repository.github" name="GitHub Add-on repository" provider-name="i96751414" version="0.0.9">
<addon id="repository.github" name="GitHub Add-on repository" provider-name="i96751414" version="0.0.10">
<requires>
<!--<import addon="xbmc.python" version="3.0.0"/>-->
</requires>
Expand All @@ -19,10 +19,12 @@
<summary lang="en">GitHub virtual Add-on repository</summary>
<description lang="en">Customizable repository which acts as a proxy for defined GitHub users' add-ons updates.</description>
<news>
- Add Kodi platform detection as default (fallback to OS platforms)
- Add support for relative assets
- Make sure repository addons order is always maintained
- Minor improvements
- Allow running in standalone mode
- Migrate to GitHub API
- Add support for "tag_pattern" field
- Add support for private repositories by supplying a "token"
- Try to automatically determine zip ref from version
- Multiple minor improvements
</news>
<assets>
<icon>icon.png</icon>
Expand Down

0 comments on commit 9ba89e5

Please sign in to comment.