Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to 5.8.0 #290

Merged
merged 1 commit into from
Dec 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions _data/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
latest:
version: "5.7.0"
version_code: 5007000
date: "2023-04-08"
protocol_version: 42
version: "5.8.0"
version_code: 5008000
date: "2023-12-04"
protocol_version: 43
url: "https://www.minetest.net/downloads/"
18 changes: 9 additions & 9 deletions downloads.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h2>Getting started</h2>
Have a look at our <a href="https://wiki.minetest.net/Getting_Started">Getting Started</a>,
<a href="https://wiki.minetest.net/FAQ">FAQ</a>,
and <a href="https://wiki.minetest.net/Tutorials">Tutorials</a> pages on our wiki.<br>
Otherwise, feel free to look at the <a href="https://dev.minetest.net/Changelog#5.6.0_.E2.86.92_5.7.0">changelog</a>.
Otherwise, feel free to look at the <a href="https://dev.minetest.net/Changelog#5.7.0_.E2.86.92_5.8.0">changelog</a>.
</p>
<p>
You may also want to look at some
Expand All @@ -42,13 +42,13 @@ <h2>Windows</h2>
</p>
<ul>
<li class="has-text-weight-bold">
<a href="https://github.com/minetest/minetest/releases/download/5.7.0/minetest-5.7.0-win64.zip">
Minetest 5.7.0 - portable, 64-bit (recommended)
<a href="https://github.com/minetest/minetest/releases/download/5.8.0/minetest-5.8.0-win64.zip">
Minetest 5.8.0 - portable, 64-bit (recommended)
</a>
</li>
<li>
<a href="https://github.com/minetest/minetest/releases/download/5.7.0/minetest-5.7.0-win32.zip">
Minetest 5.7.0 - portable, 32-bit
<a href="https://github.com/minetest/minetest/releases/download/5.8.0/minetest-5.8.0-win32.zip">
Minetest 5.8.0 - portable, 32-bit
</a>
</li>
</ul>
Expand Down Expand Up @@ -76,7 +76,7 @@ <h2>Android</h2>

<p>
Alternatively,
<a href="https://github.com/minetest/minetest/releases/download/5.7.0/app-armeabi-v7a-release.apk">download the APK</a>.
<a href="https://github.com/minetest/minetest/releases/download/5.8.0/minetest-5.8.0-armeabi-v7a.apk">download the APK</a>.
</p>
<p>
<strong>Note:</strong> We advise not to use unofficial builds commonly found on the Play Store.
Expand Down Expand Up @@ -138,8 +138,8 @@ <h2>macOS</h2>
<p>macOS 10.14 or later is recommended.</p>
<ul>
<li class="has-text-weight-bold">
<a href="https://github.com/minetest/minetest/releases/download/5.7.0/minetest-5.7.0-osx.zip">
Minetest 5.7.0 - App
<a href="https://github.com/minetest/minetest/releases/download/5.8.0/minetest-5.8.0-macos.zip">
Minetest 5.8.0 - App
</a>
</li>
<li>
Expand All @@ -164,7 +164,7 @@ <h2>Source code</h2>
See the <a href="https://github.com/minetest/minetest/blob/master/README.md">README</a>
for details on how to compile Minetest from source.
</p>
</div>
</div>
</div>
<div>
<hr>
Expand Down