iobroker.autodoc 0.9.44 → 0.9.46
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 +18 -22
- package/admin/i18n/de.json +226 -219
- package/admin/i18n/en.json +9 -1
- package/admin/i18n/es.json +259 -251
- package/admin/i18n/fr.json +226 -214
- package/admin/i18n/it.json +259 -251
- package/admin/i18n/nl.json +258 -250
- package/admin/i18n/pl.json +258 -250
- package/admin/i18n/pt.json +259 -251
- package/admin/i18n/ru.json +259 -251
- package/admin/i18n/uk.json +259 -251
- package/admin/i18n/zh-cn.json +259 -251
- package/io-package.json +107 -52
- package/lib/aiEnhancer.js +12 -2
- package/lib/htmlRenderer.js +4 -4
- package/lib/htmlToPdf.js +1 -1
- package/main.js +19 -7
- package/package.json +15 -15
package/README.md
CHANGED
|
@@ -4,13 +4,12 @@
|
|
|
4
4
|
|
|
5
5
|
Automatically generates structured documentation (HTML, Markdown, JSON) for your ioBroker installation — on demand, on a schedule, or when the system changes.
|
|
6
6
|
|
|
7
|
-
**Version:** 0.9.
|
|
7
|
+
**Version:** 0.9.46
|
|
8
8
|
|
|
9
9
|
**Installation**
|
|
10
10
|
|
|
11
|
-
1. Open **[ioBroker Admin](https://www.iobroker.net/#en/documentation)** and install **`iobroker.autodoc`**
|
|
12
|
-
2.
|
|
13
|
-
3. Official adapter index: **[ioBroker.repositories](https://github.com/ioBroker/ioBroker.repositories)** (**latest**). Maintainer workflow / PR: **[TODO — § 1.1 Release](TODO.md#release-veroeffentlichung)**.
|
|
11
|
+
1. Open **[ioBroker Admin](https://www.iobroker.net/#en/documentation)** and install **`iobroker.autodoc`** from the adapter list.
|
|
12
|
+
2. Official adapter index: **[ioBroker.repositories](https://github.com/ioBroker/ioBroker.repositories)** (**latest**). Maintainer workflow / PR: **[TODO — § 1.1 Release](TODO.md#release-veroeffentlichung)**.
|
|
14
13
|
|
|
15
14
|
| | |
|
|
16
15
|
| --- | --- |
|
|
@@ -222,11 +221,21 @@ For **roadmap and planning**: [`TODO.md`](TODO.md) (open work at the top, full c
|
|
|
222
221
|
|
|
223
222
|
**Admin `common.news`** in `io-package.json` lists only versions **published on npm** (Adapter Checker **E2004**). The detailed sections below are the **user-facing** changelog (Git-era releases plus npm); older entries are in [`CHANGELOG_OLD.md`](CHANGELOG_OLD.md).
|
|
224
223
|
|
|
225
|
-
###
|
|
224
|
+
### 0.9.46 (2026-06-28)
|
|
226
225
|
|
|
227
|
-
-
|
|
228
|
-
-
|
|
229
|
-
-
|
|
226
|
+
- (mcm1957) `info.summary` state now outputs English text by default
|
|
227
|
+
- (mcm1957) Periodic documentation generation switched from `setInterval` to `setTimeout`-at-end — prevents overlapping runs
|
|
228
|
+
- (mcm1957) `autoGenerateInterval` code-level minimum clamp of 0.1 h with warning log
|
|
229
|
+
- (mcm1957) README: GitHub install instruction removed (E6013)
|
|
230
|
+
- (fix) `common.news` 0.9.37 / 0.9.38 / 0.9.44 translated into es, it, nl, pl, pt, ru, uk, zh-cn (E1144)
|
|
231
|
+
- (fix) `admin` minimum version bumped to `>=7.8.23`
|
|
232
|
+
|
|
233
|
+
### 0.9.45 (2026-06-18)
|
|
234
|
+
|
|
235
|
+
- **ioBroker conformance — object structure:** Added channel parent objects (`action`, `documentation`, `info`, `versioning`) to `instanceObjects` in `io-package.json` — required by ioBroker object checker (E3009) for **ioBroker.repositories** review.
|
|
236
|
+
- **ioBroker conformance — timers:** `adapter.delay()` (ioBroker base class) for AI retry delays; `window.setTimeout` / `globalThis.setTimeout` in browser-side and utility code — no bare `setTimeout` in adapter runtime (E5005/W5004 fixes).
|
|
237
|
+
- **i18n:** All 10 supported languages translated via `@iobroker/adapter-dev` (Google Translate); `de` and `fr` remain manually maintained. Missing keys synced across all locales.
|
|
238
|
+
- **Dependencies:** `@iobroker/adapter-core` → 3.4.1, `cytoscape` → 3.34.0.
|
|
230
239
|
|
|
231
240
|
### 0.9.44 (2026-05-14)
|
|
232
241
|
|
|
@@ -250,20 +259,7 @@ For **roadmap and planning**: [`TODO.md`](TODO.md) (open work at the top, full c
|
|
|
250
259
|
|
|
251
260
|
- **Advanced — storage (historical npm note):** release **0.9.38** introduced default **`metadata`** for **new** instances so full exports prefer **`/files/`** (`common.news`). **All** installs now behave like that **without** a toggle — **`documentationStatesMode`** was dropped in **0.9.39** (always placeholders + **`/files/`**).
|
|
252
261
|
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
- **Tooling:** `runPdfExport` initializes the PDF digest map with a typed empty collection so **`npm run check`** (TypeScript) passes; no change to PDF export behavior.
|
|
256
|
-
- **Docs:** Adapter-neutral **[`docs/iobroker-adapter-references.md`](docs/iobroker-adapter-references.md)** linked from **`TODO.md`**, **`CONTRIBUTING.md`**, and the Cursor project rule; **`PLAN.md`** phase **5.x.1** aligned with **`TODO.md`** (MVP complete).
|
|
257
|
-
- **Distribution (follow-up):** **ioBroker.repositories** — PR **`autodoc` → latest** eingereicht (**Merge ausstehend**); danach Eintrag in der **Standard-Adapterliste** neben **npm** und Git‑URL (siehe [TODO § 1.1](TODO.md#release-veroeffentlichung)).
|
|
258
|
-
|
|
259
|
-
### 0.9.36 (2026-05-09)
|
|
260
|
-
|
|
261
|
-
- **npm / Checker:** tarball **0.9.36** matches **`main`**: **`common.news`** lists only npm-published versions (fixes **E2004** stale metadata from first **0.9.35** publish). README **Version:** line synced; no adapter runtime/UI changes.
|
|
262
|
-
|
|
263
|
-
### 0.9.35 (2026-05-08)
|
|
264
|
-
|
|
265
|
-
- **npm:** publish **`iobroker.autodoc`** on the public registry so hosts can `npm install` the adapter tarball without cloning.
|
|
266
|
-
- **README:** install table reflects **npm** plus Git; default-list installs still depended on **ioBroker.repositories** (unchanged at that release).
|
|
262
|
+
[Older changelogs can be found there](CHANGELOG_OLD.md)
|
|
267
263
|
|
|
268
264
|
## License
|
|
269
265
|
|