Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
Prepare update to 2024.4.5: Added snapshot support, made instance res…
Browse files Browse the repository at this point in the history
…olving async and fixed bugs
  • Loading branch information
danieldieeins committed Apr 20, 2024
1 parent 35c711f commit 61335e7
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Zyneon Application ```2024.4.4``` [Download latest version](https://github.com/danieldieeins/Zyneon-Application/releases/latest)
Zyneon Application ```2024.4.5``` [Download latest version](https://github.com/danieldieeins/Zyneon-Application/releases/latest)

---
![Zyneon Application logo and text](https://i.ibb.co/tsKhXtB/23.png)
Expand Down
2 changes: 1 addition & 1 deletion application-main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>

<artifactId>application-main</artifactId>
<version>2024.4.4_f</version>
<version>2024.4.5</version>

<properties>
<maven.compiler.source>21</maven.compiler.source>
Expand Down
6 changes: 3 additions & 3 deletions application-main/src/main/java/com/zyneonstudios/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ public class Main {
public static Architecture architecture;

public static void main(String[] args) {
version = "2024.4.4_f";
version = "2024.4.5";
ArrayList<String> arguments = new ArrayList<>();
arguments.add("content");
String name = "Hotter-Fixus";
arguments.add(version);
String name = "Dream";
architecture = getArchitecture();
splash = new ZyneonSplash();
splash.setVisible(true);
Expand Down
Binary file modified application-ui/content/assets/zyneon/images/zyneon-bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion application-ui/content/start.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<div class="flex">
<div>
<h1>Zyneon Application</h1>
<h3>2024.4.4 - Hotter-Fixus</h3>
<h3>2024.4.5 - Dream</h3>
</div>
<div>
<div class="card">
Expand Down
10 changes: 9 additions & 1 deletion application-ui/news/news.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,15 @@ <h1>No more news yet...</h1>
<div class="card">
<h1>2024.4.2:</h1>
<h3 class="background">2024/04/20@Zyneon: 2024.4.5 (Dream) changelog:</h3>
<h3><a onclick="openInBrowser('https://github.com/danieldieeins/Zyneon-Application/compare/3c411ac..8330814')">This update contains bugfixes and improvements.</a></h3>
<h3><span class="bold">New Features:</span>
<br>+ Added more selects to instance settings updater and creator.
<br>+ Automatic version getter for Forge, Minecraft and Fabric.
<br>+ SNAPSHOTS ARE HERE! You can now play snapshots using the Zyneon App!
</h3>
<h3><span class="bold">Important Bugfixes:</span>
<br>• Fixed the "load more" button on resources page
</h3>
<h3><a onclick="openInBrowser('https://github.com/danieldieeins/Zyneon-Application/compare/3c411ac..35c711f')">This update contains bugfixes and improvements. Click here to see all changes.</a></h3>
</div>
<div class="card">
<h1>2024.4.2:</h1>
Expand Down

0 comments on commit 61335e7

Please sign in to comment.