iobroker.staticsfilefolder 0.0.19 → 0.0.20
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 +3 -0
- package/io-package.json +13 -13
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -64,6 +64,9 @@ Once configured and the instance is running (green status):
|
|
|
64
64
|
Placeholder for the next version (at the beginning of the line):
|
|
65
65
|
### **WORK IN PROGRESS**
|
|
66
66
|
-->
|
|
67
|
+
### 0.0.20
|
|
68
|
+
* Fixed dependabot auto-merge workflow write permissions.
|
|
69
|
+
|
|
67
70
|
### 0.0.19
|
|
68
71
|
* Fixed PDF printing layout margins to fit 1 page, removed file title header from print view, and added zoom controls to PDF viewer.
|
|
69
72
|
|
package/io-package.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "staticsfilefolder",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.20",
|
|
5
5
|
"news": {
|
|
6
|
-
"0.0.
|
|
7
|
-
"en": "Fixed
|
|
8
|
-
"de": "
|
|
9
|
-
"ru": "Исправлены
|
|
10
|
-
"pt": "Corrigidas as
|
|
11
|
-
"nl": "
|
|
12
|
-
"fr": "Correction des
|
|
13
|
-
"it": "Corretti i
|
|
14
|
-
"es": "Se corrigieron los
|
|
15
|
-
"pl": "Naprawiono
|
|
16
|
-
"uk": "Виправлено
|
|
17
|
-
"zh-cn": "修复了
|
|
6
|
+
"0.0.20": {
|
|
7
|
+
"en": "Fixed dependabot auto-merge workflow write permissions.",
|
|
8
|
+
"de": "Schreibrechte für den Dependabot-Auto-Merge-Workflow behoben.",
|
|
9
|
+
"ru": "Исправлены права на запись для рабочего процесса автоматического слияния Dependabot.",
|
|
10
|
+
"pt": "Corrigidas as permissões de gravação do fluxo de trabalho de fusão automática do dependabot.",
|
|
11
|
+
"nl": "Schrijfrechten voor dependabot auto-merge workflow gecorrigeerd.",
|
|
12
|
+
"fr": "Correction des autorisations d'écriture pour le workflow de fusion automatique dependabot.",
|
|
13
|
+
"it": "Corretti i permessi di scrittura per il workflow di fusione automatica dependabot.",
|
|
14
|
+
"es": "Se corrigieron los permisos de escritura del flujo de trabajo de fusión automática de dependabot.",
|
|
15
|
+
"pl": "Naprawiono uprawnienia do zapisu dla przepływu pracy automatycznego scalania dependabot.",
|
|
16
|
+
"uk": "Виправлено права на запис для робочого процесу автоматичного злиття dependabot.",
|
|
17
|
+
"zh-cn": "修复了dependabot自动合并工作流写入权限。"
|
|
18
18
|
},
|
|
19
19
|
"0.0.15": {
|
|
20
20
|
"en": "Reverted minimum Node.js engine requirement to 20 to support GitHub Actions runners.",
|