Skip to content

Commit

Permalink
chore: release v1.2.0
Browse files Browse the repository at this point in the history
- add new notifications sending
- add pauseNotifications For Time
  • Loading branch information
TA2k committed Apr 10, 2024
1 parent ed13857 commit 98cb16b
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 7 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,7 @@ Event with Person: frigate.0.events.after.label = person
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->

### **WORK IN PROGRESS**
### 1.2.0 (2024-04-10)

- add new notifications sending
- add pauseNotifications For Time
Expand Down
16 changes: 14 additions & 2 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "frigate",
"version": "1.1.0",
"version": "1.2.0",
"news": {
"1.2.0": {
"en": "add new notifications sending\nadd pauseNotifications For Time",
"de": "neue Benachrichtigungoption hinzugefügt\npauseNotifications Für Zeit hinzugefügt",
"ru": "добавить новые уведомления\nдобавить паузы Время",
"pt": "adicionar novas notificações enviando\nadicionar pauseNotificações Pelo tempo",
"nl": "nieuwe meldingen versturen toevoegen\npauzenotificaties toevoegen Voor tijd",
"fr": "ajouter de nouvelles notifications\najouter pauseNotifications Pour le temps",
"it": "aggiungere nuove notifiche inviando\naggiungere pausaNotifiche Per il tempo",
"es": "añadir nuevas notificaciones enviando\nañadir pausaNotificaciones Para el tiempo",
"pl": "dodaj nowe powiadomienia wysyłające\ndodaj pauseNotifications Na czas",
"uk": "додати нові повідомлення\nдодати паузаПовідомлення За час",
"zh-cn": "添加新通知发送\n添加暂停 时间"
},
"1.1.0": {
"en": "fix deleting of notification files\nadd notification settings",
"de": "Löschen von Benachrichtigungsdateien beheben\nBenachrichtigungseinstellungen hinzugefügt.",
Expand Down Expand Up @@ -84,7 +97,6 @@
},
"authors": ["TA2k <tombox2020@gmail.com>"],
"keywords": ["frigate", "ki", "detection"],

"licenseInformation": {
"type": "free",
"license": "MIT"
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.frigate",
"version": "1.1.0",
"version": "1.2.0",
"description": "Adapter for Frigate",
"author": {
"name": "TA2k",
Expand Down

0 comments on commit 98cb16b

Please sign in to comment.