mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-26 10:05:10 +00:00
update to 1.6.0-beta.1
This commit is contained in:
59
public/resources/data/updates.json
Normal file
59
public/resources/data/updates.json
Normal file
@@ -0,0 +1,59 @@
|
||||
[
|
||||
{
|
||||
"version": "1.6.0",
|
||||
"changelog": [
|
||||
"You can now install mods directly from the mods list"
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "1.5.0",
|
||||
"changelog": [
|
||||
"You can now install the launcher as a PWA web app"
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "1.4.0",
|
||||
"changelog": [
|
||||
"Added Starlike Client",
|
||||
"Added welcome and setup screen",
|
||||
"Show changelog when the launcher is updated",
|
||||
"Added themes and backgrounds",
|
||||
"Settings now update automatically without saving them",
|
||||
"You will now stay on the same page when reloading",
|
||||
"Username rules have been updated to match Minecraft"
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "1.3.0",
|
||||
"changelog": [
|
||||
"Redesigned archive page",
|
||||
"Added offline page"
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "1.2.0",
|
||||
"changelog": [
|
||||
"Added Eaglercraft 1.2.5",
|
||||
"Added more mods and resource packs",
|
||||
"Fix and optimize mobile site"
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "1.1.0",
|
||||
"changelog": [
|
||||
"Added a mods and resource packs list",
|
||||
"Temporary workaround for keyboard not working in the game",
|
||||
"Moved most images and assets to this websites in case they are blocked",
|
||||
"Added a 404 page",
|
||||
"Added Discord link to bottom bar",
|
||||
"Added Peyton's Infdev and Classic versions",
|
||||
"Updated client versions"
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "1.0.0",
|
||||
"changelog": [
|
||||
"Major rewrite, check it out yourself!"
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -359,14 +359,18 @@ nav {
|
||||
color: #ddd;
|
||||
}
|
||||
|
||||
.news-item {
|
||||
flex: 1;
|
||||
padding: 20px;
|
||||
.updates-container {
|
||||
margin: 20px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.news-item li {
|
||||
padding-left: 20px;
|
||||
.updates-container strong {
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
.updates-container ul {
|
||||
margin: 0px;
|
||||
padding: 5px 0 20px 30px;
|
||||
}
|
||||
|
||||
.minecraft-button {
|
||||
|
||||
Reference in New Issue
Block a user