forked from Wintermute0110/plugin.program.AEL.dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
merge release/1.2.0 into master Merge pull request #19 from chrisism/release/1.2.0
- Loading branch information
Showing
20 changed files
with
395 additions
and
204 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
[flake8] | ||
max-line-length = 140 | ||
exclude = | ||
.git, | ||
tests/*, | ||
__pycache__, | ||
.build, | ||
.vscode, | ||
.venv | ||
ignore = W293 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
<requires> | ||
<import addon="xbmc.python" version="3.0.0"/> | ||
<import addon="script.module.routing" version="0.2.3"/> | ||
<import addon="script.module.akl" version="1.0.7"/> | ||
<import addon="script.module.akl" version="1.0.9"/> | ||
</requires> | ||
<extension point="xbmc.python.pluginsource" library="addon.py"> | ||
<provides>executable game</provides> | ||
|
@@ -15,7 +15,7 @@ | |
<platform>android freebsd ios linux osx windows</platform> | ||
<license>GNU General Public License version 2</license> | ||
<email>[email protected]</email> | ||
<forum>http://forum.kodi.tv/showthread.php?tid=366351</forum> | ||
<forum>https://forum.kodi.tv/showthread.php?tid=366351</forum> | ||
<website>https://github.com/chrisism/plugin.program.akl</website> | ||
<source>https://github.com/chrisism/plugin.program.akl</source> | ||
<assets> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
## Current | ||
- Added support for PEGI rating | ||
- Fixed bug deleting collections | ||
- Proper icon/thumb mapping for virtual collections | ||
|
||
## Previous | ||
- Virtual categories now render items from database | ||
- Add and execute single instance ROMs or Games | ||
- Added an overview option with installed plugins | ||
- Fix adding tags to ROMs | ||
- Minor bugfixes | ||
- Updated dependency | ||
|
||
## Bugfixes | ||
- Fixed virtual collections (Favs, Most recent ..) | ||
- Fixed scraping ROM assets only | ||
|
||
## Previous: v1.0.0 | ||
- The initial release of the new AKL fork. | ||
- Fixed scraping ROM assets only |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.