Skip to content

Commit

Permalink
Update IAGL to 3.0.7
Browse files Browse the repository at this point in the history
See changelog
  • Loading branch information
zach-morris committed Mar 17, 2023
1 parent 3dcf2de commit 5e9bf95
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 31 deletions.
5 changes: 3 additions & 2 deletions addons.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,10 @@
</extension>
</addon>

<addon id="plugin.program.iagl" name="Internet Archive Game Launcher" version="3.0.6">
<addon id="plugin.program.iagl" name="Internet Archive Game Launcher" version="3.0.7">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="xbmc.python" version="3.0.1"/>
<import addon="script.module.infotagger"/>
<import addon="script.module.dateutil"/>
<import addon="script.module.requests"/>
<import addon="script.module.routing"/>
Expand Down
2 changes: 1 addition & 1 deletion addons.xml.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c9d42e1737fefb60442ecea62c09fe08
4323534125ea4dd3f4ba81b5b7029e06
5 changes: 3 additions & 2 deletions plugin.program.iagl/addon.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.program.iagl" name="Internet Archive Game Launcher" version="3.0.6">
<addon id="plugin.program.iagl" name="Internet Archive Game Launcher" version="3.0.7">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="xbmc.python" version="3.0.1"/>
<import addon="script.module.infotagger"/>
<import addon="script.module.dateutil"/>
<import addon="script.module.requests"/>
<import addon="script.module.routing"/>
Expand Down
35 changes: 9 additions & 26 deletions plugin.program.iagl/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,31 +1,14 @@
Internet Archive Game Launcher Change Log

3.0.6
Fixed small bug introduced in 3.0.5

3.0.5
Fixed download bug when using multiple Kodi profiles (#226)
Updated net play launch commands
Added functions for saving to SMB shares, but copying files and launching them from local machine (#168)
Updated path functions for some linux flavors (#231)
Updated post processing for MAME soft lists and CHD games
Updated launching for rom hacks (MSU files, #236)
3.0.7
Updates for Kodi V20
Updates for Wizard to be more user friendly
Fixes for Android external launching in tandem with Kodi v20

Updated Game Lists:
Cannonball (fixed launching of game)
MAME (updated to latest)
FBNeo (updated to latest)
ZX Spectrum (updated to FBNeo source/set/launch core)
Atari 800 (updated to new set)
ExoDOS (new source)
CD-i (new source)
Amiga CDTV (new source)
PS2 (new source)
CDI (new launcher)

New Game Lists:
Win3x0 (Windows 3.X games, DOSBOX)
MAME 2015 (MAME 2015)
PS2 (PCSX2)
Quake 2 (VitaQuake2)
CDTV (Puae)
Sharp x68000 (px68k)
Sharp X1 (xmil)
FM-Towns (MAME)
3.0.6
Fixed small bug introduced in 3.0.5
Binary file added plugin.program.iagl/plugin.program.iagl-3.0.7.zip
Binary file not shown.

0 comments on commit 5e9bf95

Please sign in to comment.