From 2cf3438248d52d09606aba288ea8fd9b42b587ca Mon Sep 17 00:00:00 2001 From: Lars Saalbach Date: Thu, 29 Jun 2023 19:46:47 +0200 Subject: [PATCH] Updating to 6.5.1 --- config.xml | 2 +- src/assets/i18n/de.json | 7 +++++++ src/assets/i18n/en.json | 9 ++++++++- src/assets/i18n/es.json | 7 +++++++ src/assets/i18n/tr.json | 7 +++++++ src/assets/i18n/zh.json | 8 ++++++-- src/classes/version/iVersion.ts | 1 + 7 files changed, 37 insertions(+), 4 deletions(-) diff --git a/config.xml b/config.xml index 04cf023b9..3c144bdcf 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - + Beanconqueror Lars Saalbach diff --git a/src/assets/i18n/de.json b/src/assets/i18n/de.json index 387c0f9e7..706883294 100644 --- a/src/assets/i18n/de.json +++ b/src/assets/i18n/de.json @@ -904,6 +904,13 @@ "Sonstiges", "Kleinere Fehlerbehebungen" ] + }, + "6.5.1": { + "TITLE": "Version 6.5.1: Das ist neu", + "DESCRIPTION": [ + "Sonstiges", + "Kleinere Fehlerbehebungen" + ] } }, "CUSTOM_PARAMETERS": "Parameter individualisieren", diff --git a/src/assets/i18n/en.json b/src/assets/i18n/en.json index aac794551..196d3ba8b 100644 --- a/src/assets/i18n/en.json +++ b/src/assets/i18n/en.json @@ -904,6 +904,13 @@ "Others", "Small bug fixes" ] + }, + "6.5.1": { + "TITLE": "Version 6.5.1: What's new?", + "DESCRIPTION": [ + "Others:", + "Small bug fixes" + ] } }, "CUSTOM_PARAMETERS": "Customize parameters", @@ -1514,4 +1521,4 @@ "SMART_SCALE_DID_NOT_SEND_ANY_WEIGHT_DESCRIPTION": "It looks like the bluetooth scale was not connected correctly. This usually happens on iOS-Devices with Acaia scales, please reconnect the scale and make sure the weight tile is updated", "SMART_SCALE_DID_NOT_SEND_ANY_WEIGHT_TITLE": "No weight values?", "SMART_SCALE_ESPRESSO_STOP_ON_NO_WEIGHT_CHANGE_MIN_FLOW_DESCRIPTION": "The flow rate at which the brew should be stopped. The brew will only be stopped when a minimum of 5 seconds has passed, 5 grams is in the cup or if you entered ground coffee weight - at least a 1:1 brew ratio is achieved (e.g: 18g in, 18g out). After those conditions are me, the minimum flow rate set here will be checked" -} \ No newline at end of file +} diff --git a/src/assets/i18n/es.json b/src/assets/i18n/es.json index 5306ab8a7..24de6a2d3 100644 --- a/src/assets/i18n/es.json +++ b/src/assets/i18n/es.json @@ -904,6 +904,13 @@ "Otros", "Corrección de errores menores" ] + }, + "6.5.1": { + "TITLE": "Versión 6.5.1: Novedades", + "DESCRIPTION": [ + "Otros", + "Corrección de errores menores" + ] } }, "CUSTOM_PARAMETERS": "Personalizar parámetros", diff --git a/src/assets/i18n/tr.json b/src/assets/i18n/tr.json index a38cc83db..7eb469592 100644 --- a/src/assets/i18n/tr.json +++ b/src/assets/i18n/tr.json @@ -904,6 +904,13 @@ "Diğer", "Küçük hata düzeltmeleri" ] + }, + "6.5.1": { + "TITLE": "Version 6.5.1: Neler yeni?", + "DESCRIPTION": [ + "Diğerleri:", + "Daha küçük hata düzeltmeleri" + ] } }, "CUSTOM_PARAMETERS": "Parametreyi özelleştir", diff --git a/src/assets/i18n/zh.json b/src/assets/i18n/zh.json index 0626c9523..7aca182db 100644 --- a/src/assets/i18n/zh.json +++ b/src/assets/i18n/zh.json @@ -897,8 +897,12 @@ "其他", "修复了一些小错误" ] - } - }, + }, + "6.5.1": { + "TITLE": "版本 6.5.1: 更新内容", + "DESCRIPTION": ["其他:", "修复了一些小错误"] + } + }, "CUSTOM_PARAMETERS": "自定义参数", "CUSTOM_DEFAULT_PARAMETERS": "默认", "CUSTOM_MANAGE_PARAMETERS": "管理", diff --git a/src/classes/version/iVersion.ts b/src/classes/version/iVersion.ts index 3994d4c39..8dc48ae92 100755 --- a/src/classes/version/iVersion.ts +++ b/src/classes/version/iVersion.ts @@ -75,6 +75,7 @@ export class Version implements IVersion { '6.4.10', '6.4.20', '6.5.0', + '6.5.1', ]; }