diff --git a/changelog-1.md b/changelog-1.md index 861e98cb3..17fc97c4c 100644 --- a/changelog-1.md +++ b/changelog-1.md @@ -1,5 +1,21 @@ ##Changelog - Chrome Extension +#####v2.3.13 +**Neu** +- Verhandlungsassistent: + - schlägt durch berechnete Algorithmen passende Güter für jede Runde vor [#183](https://github.com/dsiekiera/foe-helfer-extension/issues/183) + - erkennt den 4 Zug der Taverne und kalkuliert entsprechend die Möglichkeiten der Kombinationen + +**Update** +- Erntehelfer: + - CityMap und Gebäudeliste schliessen beim verlassen des Nachbarn [Forum](https://forum.foe-rechner.de/d/11-wunsche-zur-plunderanzeige) + +**BugFix** +- Gilden-LiveChat: + - Token ergänzt [#198](https://github.com/dsiekiera/foe-helfer-extension/issues/198) + +--- + #####v2.3.12.5 **BugFix** - Armee Übersicht: diff --git a/changelog-2.md b/changelog-2.md index 4cc5f8c66..095497958 100644 --- a/changelog-2.md +++ b/changelog-2.md @@ -1,12 +1,28 @@ ##Changelog - Chrome Extension -##### v2.3.12.5 -** ** BugFix +#####v2.3.13 +**New** +- Negotiation Assistant: + - proposes matching goods through calculated algorithms for each round [#183](https://github.com/dsiekiera/foe-helfer-extension/issues/183) + - recognizes the tavern's 4 moves and calculates the possibilities of the combinations accordingly + +**Update** +- Harvest-Helper: + - CityMap and building list close when leaving the neighbor [forum](https://forum.foe-rechner.de/d/11-wunsche-zur-plunderanzeige) + +**BugFix** +- Guild LiveChat: + - Token added [#198](https://github.com/dsiekiera/foe-helfer-extension/issues/198) + +--- + +#####v2.3.12.5 +**BugFix** - Army overview: - If a Boost LG was missing, the box was not loaded [#185](https://github.com/dsiekiera/foe-helfer-extension/issues/185) - Fixes turned "if", Thanks to [Th3C0D3R](https://github.com/Th3C0D3R) -** Update ** +**Update** - Extension: - Harvester closes when returning to his own city [#178](https://github.com/dsiekiera/foe-helfer-extension/issues/178) - Fixed "Transparent" box [#188](https://github.com/dsiekiera/foe-helfer-extension/issues/188) diff --git a/js/web/i18n/de.js b/js/web/i18n/de.js index 27a01d1e5..9b6b25872 100644 --- a/js/web/i18n/de.js +++ b/js/web/i18n/de.js @@ -208,7 +208,8 @@ let i18n = { }, "Negotiation": { "Title": "Verhandlungassistent", - "Desc": "Macht dir präzise Vorschläge für Verhandlungen" + "Desc": "Macht dir präzise Vorschläge für Verhandlungen", + "Warning": "Deaktiviert: Starte zuerst eine neue Verhandlung!" }, "Settings" : { "Title" : "Einstellungen", diff --git a/js/web/i18n/en.js b/js/web/i18n/en.js index e61ebe72d..168c17c7a 100644 --- a/js/web/i18n/en.js +++ b/js/web/i18n/en.js @@ -209,7 +209,8 @@ let i18n = { }, "Negotiation": { "Title": "Negotiation helper", - "Desc": "Make precise proposals for negotiations" + "Desc": "Make precise proposals for negotiations", + "Warning": "Disabled: Start a negotiation first!" }, "Settings" : { "Title" : "Settings", diff --git a/js/web/i18n/fr.js b/js/web/i18n/fr.js index 66bea6bb0..411baeca9 100644 --- a/js/web/i18n/fr.js +++ b/js/web/i18n/fr.js @@ -208,7 +208,8 @@ let i18n = { }, "Negotiation": { "Title": "Assistant de négociation", - "Desc": "Faire des propositions de négociations précises" + "Desc": "Faire des propositions de négociations précises", + "Warning": "Désactivé: commencez une négociation en premier!" }, "Settings" : { "Title" : "Paramètres", diff --git a/js/web/menu.js b/js/web/menu.js index b19e00aaa..9ed900840 100644 --- a/js/web/menu.js +++ b/js/web/menu.js @@ -469,7 +469,7 @@ let Menu = { let btn_NegotiationBG = $('
').attr('id', 'negotationBtn').addClass('hud-btn hud-btn-red'); // Tooltip einbinden - Menu.toolTippBox(i18n['Menu']['Negotiation']['Title'], i18n['Menu']['Negotiation']['Desc'], 'negotationBtn'); + Menu.toolTippBox(i18n['Menu']['Negotiation']['Title'], '' + i18n['Menu']['Negotiation']['Warning'] + '