Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 16 additions & 2 deletions linux/as.may.moat.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
<description>
<p>Visit the Museum of All Things, a nearly-infinite virtual museum generated from Wikipedia!</p>
<p>You can find exhibits on millions of topics, from the Architecture of Liverpool to Zoroastrianism. Search for the topic you want to learn about, or just wander from topic to topic as your curiosity dictates!</p>
<!--p>If you have an OpenXR-compatible headset, you can also visit the MoAT in VR! (Currently, the Oculus Quest is not supported)</p-->
<p>How does it work? The breadth of the museum is made possible by downloading text and images from Wikipedia and Wikimedia Commons. Every exhibit in the museum corresponds to a Wikipedia article. The walls of the exhibit are covered in images and text from the article, and hallways lead out to other exhibits based on the article's links.</p>
<p>The museum is greatly inspired by educational videos that I watched as a kid, and the liminal spaces produced by early CGI. I want to recapture the promise that the internet can be a place of endless learning and exploration. I hope you enjoy your time exploring the Museum of All Things!</p>
</description>
Expand All @@ -28,7 +27,6 @@
<content_attribute id="social-info">mild</content_attribute>
</content_rating>


<url type="homepage">https://may.as/</url>
<url type="bugtracker">https://github.com/m4ym4y/museum-of-all-things/issues</url>

Expand Down Expand Up @@ -61,6 +59,22 @@
</screenshots>

<releases>
<release version="v1.1.0" date="2025-06-10">
<description>
<p>This version contains many features built by the community! Probably the largest of these efforts has been multi-language support, developed by @daviirodrig, @zHonys and @akien-mga, as well as the many contributors who helped translating their own languages (thank you to @dekotale, @rschmaelzle, @jasminedevv, @EcSolticia, @wallace-uozato, and @jd-develop !!)</p>
<p>Currently supported languages as of this release are English, French, German, Spanish, Japanese, Portuguese, and Bengali.</p>
<p>Version 1.1.0 also includes the following features and bugfixes (listed along with their contributors if applicable):</p>
<ul>
<li>Controls can now be rebound in the settings (@TuTiuTe)</li>
<li>Mouse sensitivity and invert-y settings</li>
<li>Joypad deadzone settings</li>
<li>Update to Godot v4.4 (@dsnopek)</li>
<li>Language can be selected on the main menu and anywhere in the museum lobby</li>
<li>You can use a virtual keyboard at the search terminal in VR (@dsnopek)</li>
<li>Add non-latin fonts</li>
</ul>
</description>
</release>
<release version="v1.0.1" date="2025-02-27">
<description>
<p>This version fixes some issues that people spotted after release! v1.0.1 has 5 contributors on it now!! Thank you so so much to everyone who's been helping out :)</p>
Expand Down