-
0.4.2 Stable
released this
2026-07-29 21:39:19 +00:00 | 0 commits to main since this releaseFixed
- Weitere interne Testlücke aus derselben Ursache wie in 0.4.1, die auch dort das
Release-Gate nach dem Tag scheitern ließ. Damit ist 0.4.2 die erste Version dieser
Reihe, die als GitHub-Release erscheint; die Funktionalität von 0.4.0 ist unverändert
enthalten.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Weitere interne Testlücke aus derselben Ursache wie in 0.4.1, die auch dort das
-
0.4.1 Stable
released this
2026-07-29 21:31:05 +00:00 | 3 commits to main since this releaseFixed
- Interne Testlücke, die das Release-Gate von 0.4.0 nach dem Tag scheitern ließ, weshalb
0.4.0 nie als GitHub-Release erschien und den Store nicht erreichte. Die Funktionalität
von 0.4.0 ist unverändert und in dieser Version enthalten.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Interne Testlücke, die das Release-Gate von 0.4.0 nach dem Tag scheitern ließ, weshalb
-
0.4.0 Stable
released this
2026-07-29 21:26:02 +00:00 | 5 commits to main since this releaseAdded
- Übersicht: Kacheln und der Favoriten-Stern sind per Tastatur erreichbar und mit
Enter oder Leertaste auslösbar; der Fokus bleibt nach dem Umschalten eines Favoriten
auf dem betätigten Stern.
Changed
- Übersicht: Der Aufklappzustand der Kategorien überlebt jetzt den Neustart von
Obsidian — er liegt im selben Speicher wie der Zustand der Werte-Tabelle. - Export: Der Kopiervorgang wird am Knopf selbst quittiert statt über eine Meldung am
Bildschirmrand.
Fixed
- Übersicht öffnet spürbar schneller: Die Kacheln werden pro Import einmal berechnet
statt bei jedem Tabwechsel und jedem Favoriten-Klick neu.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Übersicht: Kacheln und der Favoriten-Stern sind per Tastatur erreichbar und mit
-
0.3.0 Stable
released this
2026-07-28 16:44:02 +00:00 | 15 commits to main since this releaseAdded
- Detail-Chart: Achsenbeschriftung (Datum, Kalenderwoche oder Monat je Zeitraum) und
Werte an den Gitterlinien. - Detail-Chart: Wochenanfänge sind bei Tagesauflösung markiert.
- Detail-Ansicht: aufklappbare Werte-Tabelle unter dem Chart.
- Werte-Export als Markdown-Tabelle oder CSV — in die Zwischenablage oder als Datei
ins Vault, mit Ordnerauswahl. Bestehende Dateien werden nie überschrieben.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Detail-Chart: Achsenbeschriftung (Datum, Kalenderwoche oder Monat je Zeitraum) und
-
0.2.0 Stable
released this
2026-07-23 13:54:46 +00:00 | 57 commits to main since this releaseAdded
- Bilingual interface (German / English). The dashboard now follows
Obsidian's UI language automatically — a German Obsidian shows German, any
other language shows English. There is no separate setting; switching
Obsidian's language and restarting switches the plugin too.
Changed
- Minimum Obsidian version raised to 1.8.7 (the plugin now reads the UI
language via Obsidian'sgetLanguage()API, available from 1.8.7).
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Bilingual interface (German / English). The dashboard now follows
-
0.1.1 Stable
released this
2026-07-23 06:46:52 +00:00 | 69 commits to main since this releaseChanged
- Resolve community-store review-scanner warnings: use Obsidian's
createEl
helper instead ofdocument.createElementin the file picker, and
window.setTimeoutinstead ofactiveWindow.setTimeoutfor the import
yield. - README now has explicit Installation and Usage sections.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Resolve community-store review-scanner warnings: use Obsidian's
-
0.1.0 Stable
released this
2026-07-20 12:53:24 +00:00 | 71 commits to main since this releaseAdded
- First public release. Import your Apple Health export and explore it inside
Obsidian — everything stays local, no network calls. - Streaming import via a native file picker (
Export.zipor an unpacked
Export.xml) — handles multi-gigabyte exports without loading them into
memory. Progress, current phase and a cancel button are shown while it runs;
the dashboard opens automatically when it's done. - Dashboard with three tabs:
- Overview — one tile per metric with its latest value and a sparkline.
Pin metrics as favourites; the rest is grouped by category and
collapsible. - Detail — click a tile to open its time series, with 1M / 3M / 1Y / All
range presets. Long ranges roll up automatically (days → weeks → months)
to keep the chart readable. - Workouts — monthly workout counts as a bar chart, plus a list of
recent workouts with type, date and duration.
- Overview — one tile per metric with its latest value and a sparkline.
- Charts are hand-drawn SVG using Obsidian's own theme variables, so they
adapt to light, dark and community themes without a charting library. isDesktopOnly— large-export parsing is desktop-only.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- First public release. Import your Apple Health export and explore it inside