Releases: Ekrizdis367/obsidian-coach
Releases · Ekrizdis367/obsidian-coach
Release list
1.0.8
What's new
- Timed holds — opt-in timer toggle on template exercises for planks, L-sits, hollow body holds, and other isometrics (sets × seconds). Default set-based bodyweight work is unchanged.
- Analytics tracks hold time and longest-hold PRs for timed exercises.
- Hearth glance: outer padding fix and consistent progress bars (percent-only water/macros).
Full Changelog: 1.0.7...1.0.8
1.0.7
What's new
- Declarative settings — settings tab uses Obsidian 1.13
getSettingDefinitions()so Coach settings appear in global settings search - Favorites, exercise library, and workout templates are dedicated settings pages
- Clears Obsidian Community automated-review lint findings (timers, YAML typing, deprecated Setting APIs)
- Requires Obsidian 1.13.0+ (
minAppVersionraised from 1.12.0)
Full Changelog: 1.0.6...1.0.7
1.0.6
What's new
- Hearth view — compact today-only glance of calories, macros, and water toward your goals
- Opens via Coach: Open hearth and embeds on a Hearth dashboard as plugin view type
coach-hearth - Glance-only (no steppers); Create daily note when today's note is missing, Open note when it exists
Full Changelog: 1.0.5...1.0.6
1.0.5
What's new
- Leaner set rows — removed per-set PR celebration badges; personal records stay in the analytics dashboard
- Scroll stability — logging a set no longer jumps the preview on mobile
- Rest day cards — weekdays with no scheduled template get a rest-day workout card that still prompts for body weight
- Templater date fix —
getWorkoutForDate/getMealLogForDateaccept daily-note titles/paths containingYYYY-MM-DD, so backfilled notes match the note date (prefer these over*ForToday()in templates)
Notes for Templater users
In daily-note templates, prefer:
const noteDate = tp.file.title;
tR += coach?.getWorkoutForDate(noteDate) ?? "";
tR += coach?.getMealLogForDate(noteDate) ?? "";Rest days now emit a workout block (rest: true) instead of an empty string.
Full Changelog: 1.0.4...1.0.5
1.0.4
1.0.3
1.0.2
chore: bump version to 1.0.2 Co-authored-by: Cursor <cursoragent@cursor.com>
1.0
docs: add README screenshots and fix Pantry repo links Co-authored-by: Cursor <cursoragent@cursor.com>