Skip to content

Commit

Permalink
Updating to 6.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
graphefruit committed Jun 29, 2023
1 parent 4953b7a commit 2cf3438
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.beanconqueror.app" version="6.5.0" xmlns="http://www.w3.org/ns/widgets">
<widget id="com.beanconqueror.app" version="6.5.1" xmlns="http://www.w3.org/ns/widgets">
<name>Beanconqueror</name>
<description />
<author email="[email protected]" href="https://github.com/graphefruit/beanconqueror">Lars Saalbach</author>
Expand Down
7 changes: 7 additions & 0 deletions src/assets/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -904,6 +904,13 @@
"<b>Sonstiges</b>",
"Kleinere Fehlerbehebungen"
]
},
"6.5.1": {
"TITLE": "Version 6.5.1: Das ist neu",
"DESCRIPTION": [
"<b>Sonstiges</b>",
"Kleinere Fehlerbehebungen"
]
}
},
"CUSTOM_PARAMETERS": "Parameter individualisieren",
Expand Down
9 changes: 8 additions & 1 deletion src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -904,6 +904,13 @@
"<b>Others</b>",
"Small bug fixes"
]
},
"6.5.1": {
"TITLE": "Version 6.5.1: What's new?",
"DESCRIPTION": [
"<b>Others:</b>",
"Small bug fixes"
]
}
},
"CUSTOM_PARAMETERS": "Customize parameters",
Expand Down Expand Up @@ -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"
}
}
7 changes: 7 additions & 0 deletions src/assets/i18n/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -904,6 +904,13 @@
"<b>Otros</b>",
"Corrección de errores menores"
]
},
"6.5.1": {
"TITLE": "Versión 6.5.1: Novedades",
"DESCRIPTION": [
"<b>Otros</b>",
"Corrección de errores menores"
]
}
},
"CUSTOM_PARAMETERS": "Personalizar parámetros",
Expand Down
7 changes: 7 additions & 0 deletions src/assets/i18n/tr.json
Original file line number Diff line number Diff line change
Expand Up @@ -904,6 +904,13 @@
"<b>Diğer</b>",
"Küçük hata düzeltmeleri"
]
},
"6.5.1": {
"TITLE": "Version 6.5.1: Neler yeni?",
"DESCRIPTION": [
"<b>Diğerleri:</b>",
"Daha küçük hata düzeltmeleri"
]
}
},
"CUSTOM_PARAMETERS": "Parametreyi özelleştir",
Expand Down
8 changes: 6 additions & 2 deletions src/assets/i18n/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -897,8 +897,12 @@
"<b>其他</b>",
"修复了一些小错误"
]
}
},
},
"6.5.1": {
"TITLE": "版本 6.5.1: 更新内容",
"DESCRIPTION": ["<b>其他:</b>", "修复了一些小错误"]
}
},
"CUSTOM_PARAMETERS": "自定义参数",
"CUSTOM_DEFAULT_PARAMETERS": "默认",
"CUSTOM_MANAGE_PARAMETERS": "管理",
Expand Down
1 change: 1 addition & 0 deletions src/classes/version/iVersion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ export class Version implements IVersion {
'6.4.10',
'6.4.20',
'6.5.0',
'6.5.1',
];
}

Expand Down

0 comments on commit 2cf3438

Please sign in to comment.