Skip to content

Commit

Permalink
chore: release v1.7.0
Browse files Browse the repository at this point in the history
-	Switched to typescript
  • Loading branch information
MiRo1310 committed May 12, 2024
1 parent 12c2e60 commit 3e6d378
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 10 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ You can create different groups with separate menus, and then assign users to th
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->


### **WORK IN PROGRESS**
### 1.7.0 (2024-05-12)

- Switched to typescript

Expand Down
2 changes: 1 addition & 1 deletion admin/build/index.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions admin/build/index.js.map

Large diffs are not rendered by default.

17 changes: 15 additions & 2 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "telegram-menu",
"version": "1.6.9",
"news": {
"version": "1.7.0",
"news": {
"1.7.0": {
"en": "Switched to typescript",
"de": "Umgestellt in die Schrift",
"ru": "Переключение на типscript",
"pt": "Mudado para o typescript",
"nl": "Overgeschakeld naar typescript",
"fr": "Passé au dactylographié",
"it": "Passato alla scrittura",
"es": "Interruptor a tiposcript",
"pl": "Przełączono na maszynopis",
"uk": "Перемкнено до типу",
"zh-cn": "切换到打字符"
},
"1.6.3": {
"en": "Bug in copy card fixed\n#104 HTTP Request Beta\n#111 status Value in dynamicSwitch\n#112 change value\n**_Change!!!_** menu:deleteAll removes automatic Request Ids which are older than 48h from list. The list is completely deleted once during the update\nFixed menu:number with negativ Values, see the documentation",
"de": "Fehler in der Kopierkarte behoben\n#104 HTTP Frage stellen\n#111 Status Wert in dynamicSwitch\n#112 änderungswert\n**_Change!!!_** Menü:löschen Alle entfernt automatische Request Ids, die älter als 48h sind aus der Liste. Die Liste wird während des Updates vollständig gelöscht\nFixed Menu:Nummer mit Negativ Werte, siehe Dokumentation",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.telegram-menu",
"version": "1.6.9",
"version": "1.7.0",
"description": "Easily create Telegram Menus",
"author": {
"name": "MiRo1310",
Expand Down

0 comments on commit 3e6d378

Please sign in to comment.