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 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.19",
4
+ "version": "0.0.20",
5
5
  "news": {
6
- "0.0.19": {
7
- "en": "Fixed PDF printing layout margins to fit 1 page, removed file title header from print view, and added zoom controls to PDF viewer.",
8
- "de": "Das PDF-Drucklayout-Ränder wurden auf 1 Seite angepasst, der Dateititelkopf wurde aus der Druckansicht entfernt und Zoom-Steuerelemente im PDF-Viewer hinzugefügt.",
9
- "ru": "Исправлены поля макета печати PDF для соответствия 1 странице, удален заголовок файла из режима печати и добавлены элементы управления масштабированием в просмотрщик PDF.",
10
- "pt": "Corrigidas as margens do layout de impressão PDF para caber em 1 página, removido o cabeçalho do título do arquivo da visualização de impressão e adicionados controles de zoom ao visualizador de PDF.",
11
- "nl": "PDF-printlayoutmarges aangepast om op 1 pagina te passen, bestandsnaamkoptekst verwijderd uit de printweergave en zoomknoppen toegevoegd aan de PDF-viewer.",
12
- "fr": "Correction des marges de mise en page d'impression PDF pour s'adapter à 1 page, suppression de l'en-tête du titre du fichier de la vue d'impression et ajout de commandes de zoom à la visionneuse PDF.",
13
- "it": "Corretti i margini del layout di stampa PDF per adattarsi a 1 pagina, rimosso l'intestazione del titolo del file dalla visualizzazione di stampa e aggiunti controlli di zoom al visualizzatore di PDF.",
14
- "es": "Se corrigieron los márgenes del diseño de impresión PDF para que quepan en 1 página, se eliminó el encabezado del título del archivo de la vista de impresión y se agregaron controles de zoom al visor de PDF.",
15
- "pl": "Naprawiono marginesy układu wydruku PDF, aby pasowały do 1 strony, usunięto nagłówek tytułu pliku z widoku wydruku i dodano sterowanie powiększeniem do przeglądarki PDF.",
16
- "uk": "Виправлено поля макета друку PDF для відповідності 1 сторінці, вилучено заголовок назвы файлу з режиму друку та додано елементи управління масштабуванням у переглядач PDF.",
17
- "zh-cn": "修复了PDF打印布局页边距以适应1页,从打印视图中删除了文件标题页眉,并在PDF查看器中添加了缩放控制。"
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.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.staticsfilefolder",
3
- "version": "0.0.19",
3
+ "version": "0.0.20",
4
4
  "description": "Static Files Folder",
5
5
  "author": {
6
6
  "name": "gokturk413",