iobroker.parcelapp 0.1.0 → 0.1.1

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
@@ -96,6 +96,10 @@ parcelapp.0.
96
96
 
97
97
  ## Changelog
98
98
 
99
+ ### 0.1.1 (2026-03-23)
100
+ - Redesigned adapter logo
101
+ - Fixed repochecker issues
102
+
99
103
  ### 0.1.0 (2026-03-23)
100
104
  - Initial release
101
105
 
@@ -1,20 +1,29 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="100" height="100">
2
2
  <defs>
3
- <linearGradient id="boxGrad" x1="0%" y1="0%" x2="100%" y2="100%">
4
- <stop offset="0%" style="stop-color:#4A90D9;stop-opacity:1" />
5
- <stop offset="100%" style="stop-color:#2C5F8A;stop-opacity:1" />
3
+ <linearGradient id="box" x1="0%" y1="0%" x2="100%" y2="100%">
4
+ <stop offset="0%" stop-color="#C4956A" />
5
+ <stop offset="100%" stop-color="#8B6544" />
6
+ </linearGradient>
7
+ <linearGradient id="lid" x1="0%" y1="0%" x2="0%" y2="100%">
8
+ <stop offset="0%" stop-color="#D4A574" />
9
+ <stop offset="100%" stop-color="#C4956A" />
6
10
  </linearGradient>
7
11
  </defs>
8
12
  <!-- Box body -->
9
- <rect x="15" y="35" width="70" height="50" rx="4" fill="url(#boxGrad)" />
10
- <!-- Box lid -->
11
- <polygon points="10,35 50,15 90,35 50,40" fill="#5BA3EC" />
12
- <!-- Box tape vertical -->
13
- <rect x="45" y="35" width="10" height="50" fill="#F5A623" opacity="0.9" />
14
- <!-- Box tape horizontal -->
15
- <rect x="10" y="32" width="80" height="8" rx="2" fill="#F5A623" opacity="0.9" />
16
- <!-- Location pin -->
17
- <circle cx="75" cy="25" r="10" fill="#E74C3C" />
18
- <circle cx="75" cy="23" r="4" fill="white" />
19
- <polygon points="75,35 71,27 79,27" fill="#E74C3C" />
13
+ <rect x="12" y="42" width="55" height="40" rx="3" fill="url(#box)" />
14
+ <!-- Box front face highlight -->
15
+ <rect x="12" y="42" width="55" height="40" rx="3" fill="white" opacity="0.08" />
16
+ <!-- Tape strip (single horizontal — shipping tape) -->
17
+ <rect x="12" y="56" width="55" height="6" fill="#D4A574" opacity="0.7" />
18
+ <!-- Box lid / flap -->
19
+ <polygon points="8,42 39,28 71,42" fill="url(#lid)" />
20
+ <line x1="39" y1="28" x2="39" y2="42" stroke="#8B6544" stroke-width="1" opacity="0.5" />
21
+ <!-- Tracking pin -->
22
+ <g transform="translate(72,22)">
23
+ <path d="M0,22 C0,22 -12,-2 -12,-10 A12,12 0 1,1 12,-10 C12,-2 0,22 0,22 Z" fill="#3B82F6" />
24
+ <circle cx="0" cy="-10" r="5" fill="white" />
25
+ </g>
26
+ <!-- Signal waves (tracking active) -->
27
+ <path d="M80,10 Q86,6 82,0" fill="none" stroke="#3B82F6" stroke-width="1.5" stroke-linecap="round" opacity="0.6" />
28
+ <path d="M84,14 Q92,8 87,-1" fill="none" stroke="#3B82F6" stroke-width="1.5" stroke-linecap="round" opacity="0.35" />
20
29
  </svg>
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "parcelapp",
4
- "version": "0.1.0",
4
+ "version": "0.1.1",
5
5
  "news": {
6
+ "0.1.1": {
7
+ "en": "Redesigned adapter logo, fixed repochecker issues",
8
+ "de": "Adapter-Logo überarbeitet, Repochecker-Probleme behoben",
9
+ "ru": "Обновлён логотип адаптера, исправлены проблемы repochecker",
10
+ "pt": "Logo do adaptador redesenhado, problemas do repochecker corrigidos",
11
+ "nl": "Adapter-logo opnieuw ontworpen, repochecker-problemen opgelost",
12
+ "fr": "Logo de l'adaptateur redessiné, problèmes repochecker corrigés",
13
+ "it": "Logo dell'adattatore ridisegnato, problemi repochecker risolti",
14
+ "es": "Logo del adaptador rediseñado, problemas de repochecker corregidos",
15
+ "pl": "Przeprojektowano logo adaptera, naprawiono problemy repochecker",
16
+ "uk": "Оновлено логотип адаптера, виправлено проблеми repochecker",
17
+ "zh-cn": "重新设计适配器图标,修复 repochecker 问题"
18
+ },
6
19
  "0.1.0": {
7
20
  "en": "Initial release — track packages from 300+ carriers via parcel.app",
8
21
  "de": "Erstveröffentlichung — Pakete von 300+ Versandunternehmen über parcel.app verfolgen",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.parcelapp",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Track your packages from 300+ carriers via parcel.app",
5
5
  "author": {
6
6
  "name": "krobi",
@@ -38,7 +38,6 @@
38
38
  "@iobroker/testing": "^5.2.2",
39
39
  "@types/node": "^22.15.0",
40
40
  "eslint": "^9.25.0",
41
- "mocha": "^11.1.0",
42
41
  "source-map-support": "^0.5.21",
43
42
  "ts-node": "^10.9.2",
44
43
  "typescript": "^5.8.3"