Skip to content

Commit

Permalink
Update 2.2.0
Browse files Browse the repository at this point in the history
# ¡Ya está aquí la update de Battly! - v2.2.0

## Novedades
- Las skins ya funcionan de nuevo en multijugador, desde la 1.6.4 hasta la 1.20.2 (añadida la 1.20.2).
- Solucionados ciertos problemas - errores - crashes al iniciar Minecraft.
- Arreglado el sistema offline, ya debería funcionar sin problemas de nuevo.
- Mejorado el sistema de música, solucionados algunos errores.
- Optimizado Battly muchísimo más y mejorado su rendimiento en Windows 10/11.
- Mejorada la seguridad de Battly y sus cuentas.
- Mejoradas las traducciones en algunos idiomas (Si ves algún error de traducción, repórtalo).

## Cambios
- Battly empezará a dejar de funcionar en versiones antiguas (Básicamente versiones de Battly que no sean la actual). Ya se empezarán a ver avisos diciendo que se actualice lo antes posible.

## Recomendaciones
- Cerrar sesión y volver a iniciarla para que Battly funcione correctamente, algunas mejoras de seguridad tienen que ver con las cuentas.

¡Muchísimas gracias a todos por todo el apoyo que ha tenido Battly! Después de un tiempo inactivo, lo he remotado y ya tenéis aquí la actualizaión.

## ¡Disfrutad de la actualización
  • Loading branch information
1ly4s0 committed Sep 28, 2024
1 parent d1ea10c commit 14edff0
Show file tree
Hide file tree
Showing 66 changed files with 228 additions and 3,962 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "BattlyLauncher",
"productname": "Battly Launcher",
"version": "2.1.0",
"version": "2.2.0",
"buildVersion": "1003",
"description": "El mejor Launcher Personalizado para Minecraft Premium y No premium",
"main": "src/app.js",
Expand Down Expand Up @@ -50,7 +50,7 @@
},
"devDependencies": {
"cross-env": "^7.0.3",
"electron": "^31.3.1",
"electron": "^32.1.2",
"electron-builder": "^24.13.3",
"nodemon": "^3.1.4"
},
Expand Down
3 changes: 2 additions & 1 deletion src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const { autoUpdater } = require("electron-updater");
const { io } = require("socket.io-client");
const socket = io("https://api.battlylauncher.com");
//process.env["NODE_TLS_REJECT_UNAUTHORIZED"] = "0";
const fetch = require("node-fetch");
const fs = require("fs");
const path = require("path");
const dataDirectory =
Expand Down Expand Up @@ -623,7 +624,7 @@ ipcMain.handle("update-app", () => {

const pkgVersion = async () => {
const pkg = {
version: "2.1.0",
version: "2.2.0",
buildVersion: 1004
};
return pkg;
Expand Down
2 changes: 1 addition & 1 deletion src/assets/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class Splash {
"ar": "مرحبا!",
}

this.message.innerHTML = strings[localStorage.getItem("lang")];
this.message.innerHTML = strings[localStorage.getItem("lang") ? localStorage.getItem("lang") : "en"];

let sonidoDB = localStorage.getItem("sonido-inicio") ? localStorage.getItem("sonido-inicio") : "start";
let sonido_inicio = new Audio('./assets/audios/' + sonidoDB + '.mp3');
Expand Down
83 changes: 0 additions & 83 deletions src/assets/js/libs/mc-/Authenticator/AZauth.d.ts

This file was deleted.

101 changes: 0 additions & 101 deletions src/assets/js/libs/mc-/Authenticator/AZauth.js

This file was deleted.

13 changes: 0 additions & 13 deletions src/assets/js/libs/mc-/Authenticator/GUI/Electron.d.ts

This file was deleted.

57 changes: 0 additions & 57 deletions src/assets/js/libs/mc-/Authenticator/GUI/Electron.js

This file was deleted.

5 changes: 0 additions & 5 deletions src/assets/js/libs/mc-/Authenticator/GUI/NW.d.ts

This file was deleted.

Loading

0 comments on commit 14edff0

Please sign in to comment.