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

Commit

Permalink
Update application to 2024.6.3 (refreshed designs)
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldieeins committed Jun 16, 2024
1 parent 70f8985 commit 953d317
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 6 deletions.
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.6</version>
<version>2024.6.3</version>

<properties>
<maven.compiler.source>21</maven.compiler.source>
Expand Down
4 changes: 2 additions & 2 deletions application-main/src/main/java/com/zyneonstudios/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ public static void main(String[] args) {
splash = new ZyneonSplash();
splash.setVisible(true);
FileUtil.deleteFolder(new File(getDirectoryPath()+"temp/"));
version = "2024.6.1";
version = "2024.6.3";
ArrayList<String> arguments = new ArrayList<>();
String name = "Protonium²";
String name = "Tricky Protonium";
architecture = getArchitecture();
logger = new ZLogger("ZYNEON");
String fullVersion = version+" ▪ "+name;
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
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 @@ -96,7 +96,7 @@ <h3 id="notification-actions"><a class="button">Restart</a><a class="button">Dyn
<div class="flex">
<div>
<h1>Zyneon Application</h1>
<h3>2024.5 - Protonium</h3>
<h3>2024.6.3 - Tricky Protonium</h3>
</div>
<div>
<div class="card">
Expand Down
12 changes: 10 additions & 2 deletions application-ui/news/news.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,22 @@ <h1>Application updates</h1>
<div class="cnt">
<div class="field" id="news-content">
<div class="card">
<h1>New: Update 2024.4.7 (Horizon):</h1>
<h1>New: Play Tricky Trials today!</h1>
<h3 class="background">2024/06/16@Zyneon: The Tricky Trials Update is finally here!</h3>
<h3 class="bottom">
Team up or go solo and discover new decorative blocks, hostile mobs, items, weapons, paintings, and the trial chambers – a sprawling structure stuffed with traps and treasure for every player. Play it today!<br>
<a onclick="openInBrowser('https://www.minecraft.net/article/play-tricky-trials-update-today')">Click here to learn more...</a>
</h3>
</div>
<div class="card">
<h1>Update 2024.4.7 (Horizon):</h1>
<h3 class="background">2024/04/29@Zyneon: Updated to 2024.4.7</h3>
<h3 class="bottom">
With NeoForge and Quilt support as well as the new Update Channel function, we are improving the application experience! Check out the changelogs to find out more.
</h3>
</div>
<div class="card">
<h1>New: Update 2024.4.5 (Dream):</h1>
<h1>Update 2024.4.5 (Dream):</h1>
<h3 class="background">2024/04/20@Zyneon: Updated to 2024.4.5</h3>
<h3 class="bottom">Snapshots are here! And some bugfixes and improvements.</h3>
</div>
Expand Down

0 comments on commit 953d317

Please sign in to comment.