iobroker.vis-icontwo 1.13.0 → 1.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  ![Logo](admin/icontwo.png)
2
2
  # ioBroker.vis-icontwo
3
3
 
4
- [![NPM version](http://img.shields.io/npm/v/iobroker.vis-icontwo.svg)](https://www.npmjs.com/package/iobroker.vis-icontwo)
5
- ![Number of Installations (stable)](http://iobroker.live/badges/vis-icontwo-stable.svg)
4
+ [![NPM](https://nodei.co/npm/iobroker.vis-icontwo.svg?style=shields&data=n,v,u,d&color=blue)](https://www.npmjs.com/package/iobroker.vis-icontwo)
5
+ ![Number of Installations (stable)](http://iobroker.live/badges/vis-icontwo-stable.svg)<br>
6
6
  [![Downloads](https://img.shields.io/npm/dm/iobroker.vis-icontwo.svg?)](https://www.npmjs.com/package/iobroker.vis-icontwo)
7
7
  ![Number of Installations (latest)](http://iobroker.live/badges/vis-icontwo-installed.svg)
8
8
  [![Known Vulnerabilities](https://snyk.io/test/github/inventwo/iobroker.vis-icontwo/badge.svg)](https://snyk.io/test/github/inventwo/iobroker.vis-icontwo)
@@ -11,8 +11,6 @@
11
11
 
12
12
  [![Paypal Donation](https://img.shields.io/badge/paypal-donate%20|%20spenden-green.svg)](https://www.paypal.com/donate/?hosted_button_id=7W6M3TFZ4W9LW)
13
13
 
14
- [![NPM](https://nodei.co/npm/iobroker.vis-icontwo.png?downloads=true)](https://nodei.co/npm/iobroker.vis-icontwo/)
15
-
16
14
 
17
15
  ## Icon Adapter für den ioBroker.vis Adapter
18
16
 
@@ -60,6 +58,10 @@ Falls Dir unsere Arbeit gefällt und Du uns unterstützen möchtest, wir freuen
60
58
 
61
59
  ## Changelog / Änderungsprotokoll
62
60
 
61
+ ### 1.14.0
62
+
63
+ • Neue Icons hinzugefügt (Player/record)
64
+
63
65
  ### 1.13.0
64
66
 
65
67
  • Neue Icons hinzugefügt (Alarm/record)
package/io-package.json CHANGED
@@ -1,9 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "vis-icontwo",
4
- "version": "1.13.0",
4
+ "version": "1.14.0",
5
5
  "news": {
6
- "1.13.0": {
6
+ "1.14.0": {
7
+ "en": "new icons added",
8
+ "de": "neue icons hinzugefügt",
9
+ "ru": "добавлены новые иконки",
10
+ "pt": "novos ícones adicionados",
11
+ "nl": "nieuwe pictogrammen toegevoegd",
12
+ "fr": "nouvelles icônes ajoutées",
13
+ "it": "nuove icone aggiunte",
14
+ "es": "nuevos iconos añadidos",
15
+ "pl": "dodano nowe ikony",
16
+ "uk": "додано нові іконки",
17
+ "zh-cn": "添加新图标"
18
+ },"1.13.0": {
7
19
  "en": "new icons added",
8
20
  "de": "neue icons hinzugefügt",
9
21
  "ru": "добавлены новые иконки",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.vis-icontwo",
3
- "version": "1.13.0",
3
+ "version": "1.14.0",
4
4
  "description": "inventwo Icon Set",
5
5
  "author": "skvarel <skvarel@inventwo.com>",
6
6
  "contributors": [
Binary file