Skip to content

Commit 1101757

Browse files
Merge branch 'lindo-app.com'
2 parents e94719b + 4f07bf2 commit 1101757

File tree

21 files changed

+82
-13
lines changed

21 files changed

+82
-13
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## ⚠ ATTENTION, VÉRIFIEZ QUE VOUS TÉLÉCHARGEZ LINDO DEPUIS LINDO.NO-EMU.CO
1+
## ⚠ ATTENTION, VÉRIFIEZ QUE VOUS TÉLÉCHARGEZ LINDO DEPUIS LINDO-APP.COM
22
## ⚠ CERTAINS SITES MALVEILLANTS INSTALLERONT UN VIRUS SUR VOTRE ORDINATEUR
33

44
## [2.6.0]
@@ -16,11 +16,15 @@
1616
### Correctifs
1717
- Crash de Lindo avec le déplacement rapide lorsque la case est inaccessible
1818

19+
## [2.5.4] - 2021-04-13
20+
21+
### Ajouts
22+
- Possibilité de choisir la position du champ texte du chat
23+
1924
## [2.5.3] - 2021-04-04
2025

2126
### Correctifs
22-
23-
- Mise à jour des liens du site de Lindo pour qu'ils pointent vers la nouvelle adresse: https://lindo-app.com
27+
- Mise à jour les liens du site de Lindo pour qu'ils pointent vers la nouvelle adresse: https://lindo-app.com
2428

2529
## [2.5.2] - 2020-11-14
2630

electron/application.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const pkg = require(`${app.getAppPath()}/package.json`);
1111
export class Application {
1212

1313
public static mainWindows: MainWindow[] = [];
14-
public static websiteUrl: string = "http://lindo.no-emu.co";
14+
public static websiteUrl: string = "https://lindo-app.com";
1515
public static appPath: string = __dirname + '/../..';
1616
public static userDataPath: string = app.getPath('userData');
1717

electron/core/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const settings = require('electron-settings');
55

66
export class Api {
77

8-
public static apiUrl: string = "http://api.no-emu.co";
8+
public static apiUrl: string = "https://api.lindo-app.com";
99

1010
public static getRemoteVersion(): Promise<Object | any> {
1111

electron/settings/settings-default.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ export const SettingsDefault: SettingsInterface = {
2323
audio_muted: false,
2424
user_agent: 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-N920T Build/MMB29K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/58.0.3029.83 Mobile Safari/537.36'
2525
},
26+
chat: {
27+
inputBottom: true,
28+
},
2629
shortcuts: {
2730
no_emu: {
2831
new_tab: "ctrl+t",

electron/settings/settings.interface.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ export interface SettingsInterface {
2020
sound_focus: boolean;
2121
early: boolean;
2222
audio_muted: boolean;
23-
}
23+
},
24+
chat: {
25+
inputBottom: boolean;
26+
},
2427
shortcuts: {
2528
no_emu: {
2629
new_tab: string;

electron/update/update-app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export class UpdateApp {
5757

5858
Logger.info("[UPDATE] Redirected to app download page.");
5959

60-
shell.openExternal("http://lindo.no-emu.co/#download");
60+
shell.openExternal("https://lindo-app.com");
6161
app.exit();
6262
} else {
6363

locale/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
"general": {
6262
"header": "General",
6363
"disable-inactivity": "Extend the delay before disconnection for inactivity",
64+
"chat-input-bottom": "Put the chat text field at the bottom",
6465
"health-bar": "Activate the display of the life bars below the fighters",
6566
"health-bar-shortcut": "Shortcuts for show/hide life bars",
6667
"jobsxp": "Activate the display of the job xp need for leveling",

locale/es.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
"general": {
6060
"header": "General",
6161
"disable-inactivity": "Extender el período de inactividad",
62+
"chat-input-bottom": "Coloque el campo de texto del chat en la parte inferior",
6263
"health-bar": "Visualización de barras de vida debajo de los combatientes",
6364
"health-bar-shortcut": "Atajos para mostrar las barras de salud",
6465
"jobsxp": "Activate the display of the job xp need for leveling",

locale/fr.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
"general": {
6262
"header": "Général",
6363
"disable-inactivity": "Prolonger le délai maximum d'inactivité",
64+
"chat-input-bottom": "Mettre le champ texte du chat en bas",
6465
"estimator": "Estimation des dégats des sorts en combat",
6566
"health-bar": "Barres de vie en-dessous des combatants",
6667
"health-bar-shortcut": "Raccourcis pour les barres de vie",

locale/it.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
"general": {
6262
"header": "Generali",
6363
"disable-inactivity": "Aumenta il tempo per disconessione da inattività",
64+
"chat-input-bottom": "Metti il ​​campo di testo della chat in basso",
6465
"health-bar": "Visualizza le barre della vita sotto i combattenti",
6566
"health-bar-shortcut": "Tasto rapido per mostrare/nascondere le barre della vita",
6667
"jobsxp": "Attiva il display dell'esperienza del lavoro necessaria ad aumentarne il livello",

0 commit comments

Comments
 (0)