Skip to content

Commit

Permalink
Exult v1.10.1 released
Browse files Browse the repository at this point in the history
  • Loading branch information
DominusExult committed Sep 25, 2024
1 parent 0df22bd commit 79573a1
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 10 deletions.
20 changes: 10 additions & 10 deletions content/download.dat
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
<?php
// official release
begin_section("Exult v1.10 - official release");
add_extern_entry("exult-1.10.0.exe", "Exult for Windows installer (7/8/10/11)", 23218);
add_extern_entry("exult-1.10.0.dmg", "Exult for macOS 10.11 - 15.x (64-bit intel/arm64)", 24096);
add_extern_entry("exult-1.10.0.apk", "Exult for Android", 54016);
add_extern_entry("exult-1.10.tar.gz", "Exult Sourcecode (.tar.gz)", 18205);
begin_section("Exult v1.10.1 - official release");
add_extern_entry("exult-1.10.1.exe", "Exult for Windows installer (7/8/10/11)", 24692);
add_extern_entry("exult-1.10.1.dmg", "Exult for macOS 10.11 - 15.x (64-bit intel/arm64)", 23148);
add_extern_entry("exult-1.10.1.apk", "Exult for Android", 53960);
add_extern_entry("exult-1.10.1.tar.gz", "Exult Sourcecode (.tar.gz)", 19689);
end_section();

begin_section("Exult Studio and Tools v1.10 - official release");
add_extern_entry("exult-studio-1.10.0.exe", "Exult Studio for Windows (7/8/10/11)", 59189);
add_extern_entry("exult-studio-1.10.0.dmg", "Exult Studio for macOS 10.11 - 15.x (64-bit intel/arm64)", 69695);
add_extern_entry("exult-tools-1.10.0.exe", "Exult Tools for Windows (7/8/10/11)", 21852);
add_extern_entry("exult-studio-1.10.1.exe", "Exult Studio for Windows (7/8/10/11)", 59338);
add_extern_entry("exult-studio-1.10.1.dmg", "Exult Studio for macOS 10.11 - 15.x (64-bit intel/arm64)", 68668);
add_extern_entry("exult-tools-1.10.1.exe", "Exult Tools for Windows (7/8/10/11)", 21885);
end_section();

// snapshots
begin_section("Exult v1.11.x Snapshots of current code");
add_extern_link("https://github.com/exult/exult/commits/master", "Changelog");
add_local_entry("Exult.exe", "Exult for Windows 7/8/10/11");
add_local_entry("Exult-snapshot.dmg", "Exult for macOS 10.11 - 14.x (64-bit intel/arm64)");
add_local_entry("Exult-snapshot.dmg", "Exult for macOS 10.11 - 15.x (64-bit intel/arm64)");
add_local_entry("exult-snapshot-signed.apk", "Exult for Android");
end_section();

begin_section("Exult Studio and Tools v1.11.x Snapshots of current code");
add_local_entry("ExultStudio.exe", "Exult Studio for Windows");
add_local_entry("ExultStudio-snapshot.dmg", "Exult Studio for macOS 10.11 - 14.x (64-bit intel/arm64)");
add_local_entry("ExultStudio-snapshot.dmg", "Exult Studio for macOS 10.11 - 15.x (64-bit intel/arm64)");
add_local_entry("ExultTools.exe", "Exult Tools for Windows ");
add_local_entry("Gimp20Plugin.exe", "Gimp 2.x Plugin for Windows");
//add_local_entry("GimpPlugin.exe", "Gimp 1.x Plugin for Windows");
Expand Down
22 changes: 22 additions & 0 deletions content/news.dat
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@
<table class="full-width">
<tr><td class="narrow-column valign-top">25 September 2024<br/></td>
<td><p><b><u>Exult releases version 1.10.1</u></b><br/></p>
<p>This is a bugfix release. Accidentally we've introduced crashes in our Windows
version by not allowing older CPUs. Also the Android launcher wouldn't install our
mods.</p>

<p>Our short list of fixes:</p>
<ul>
<li>Fixed crash on Windows by increasing compatibility with old CPUs</li>
<li>Fixed Android launcher not installing mods</li>
<li>Fixed new releases being unable to download and install our mods on Windows</li>
<li>Added new icons for our main platform (thanks Florian Piesche)</li>
</ul>

<p>You can find the Android, Windows and macOS releases on our
<a href="download.php">download page</a>.<br/>
Please play with it and tell us of any problem you encounter using the Github
<a href="https://github.com/exult/exult/discussions">discussion page</a> or
<a href="https://github.com/exult/exult/issues">bug tracker</a>.</p>

<tr><td><br/><br/></td><td></td></tr>

<tr><td class="narrow-column valign-top">9 September 2024<br/></td>
<td><p><b><u>Exult releases version 1.10</u></b><br/></p>
<p>We seem to be now in a roughly two year rhythm of releases, so here we go:<br/>
Expand Down

0 comments on commit 79573a1

Please sign in to comment.