Skip to content

Commit 05fc465

Browse files
Bump version to 0.9.1.
1 parent 3d20436 commit 05fc465

4 files changed

Lines changed: 10 additions & 5 deletions

File tree

NOTES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@
5252

5353
* Issue 14: [Feature request] Add the platforn in the gamedb url query.
5454

55-
* Integrate AL launchers.xml sanitizer in AEL plugin.
56-
5755
* Scraper should report wheter it supports and asset or not.
5856

5957
* Scraper should download the correct asset or nothing at all if it does not support and specific
@@ -75,6 +73,8 @@
7573

7674
# DONE #
7775

76+
* Integrate AL launchers.xml sanitizer in AEL plugin.
77+
7878
* Ensure all artwork directories are different! If assets have same directory then artwork image
7979
files will be overwritten!
8080

addon.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,4 @@
4545
plugin = resources.main.Main()
4646

4747
plugin.run_plugin()
48+

addon.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<addon id="plugin.program.advanced.emulator.launcher" name="Advanced Emulator Launcher" version="0.9.0" provider-name="Wintermute0110">
2+
<addon id="plugin.program.advanced.emulator.launcher" name="Advanced Emulator Launcher" version="0.9.1" provider-name="Wintermute0110">
33
<requires>
44
<!-- 2.24.0 Jarvis 16.x
55
2.25.0 Krypton 17.x
66
-->
77
<import addon="xbmc.python" version="2.24.0" />
8-
<!-- 1.2.8 is the ElementTree module available in Gotham
9-
See http://mirrors.kodi.tv/addons/gotham/
8+
<!-- 1.2.8 is the ElementTree module available in Gotham, see http://mirrors.kodi.tv/addons/gotham/
109
NOTE Seems this is not needed in Kodi Jarvis
1110
-->
1211
<!-- <import addon="script.module.elementtree" version="1.2.8"/> -->
@@ -21,3 +20,4 @@
2120
<description lang="en">Multi-emulator front-end for Kodi scalable to collections of thousands of ROMs. Includes offline scrapers for MAME and No-Intro ROM sets and also supports scrapping ROM metadata and artwork online. ROM auditing for No-Intro ROMs using No-Intro XML DATs. Launching of games and standalone applications is also available.</description>
2221
</extension>
2322
</addon>
23+

changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
[B]Advanced Emulator Launcher | version 0.9.1 | 6 September 2016[/B]
22

3+
FEATURE Invalid characters in launchers.xml are fixed before importing AL legacy launcher/ROMs. A copy of the
4+
fixed launchers.xml is placed in AEL ADDON_DATA_DIR.
5+
36
FEATURE Check if there are duplicated asset directories. This will avoid overwriting of
47
artwork files!
58

@@ -13,3 +16,4 @@ FIX Fixed edition of asset directories in "Edit Launcher" -- "Manage ROM Asset d
1316
[B]Advanced Emulator Launcher | version 0.9.0 | 22 August 2016[/B]
1417

1518
* Initial release.
19+

0 commit comments

Comments
 (0)