Change log
Latest update
v1.0.47: 26-04-2026
- Muppitify Transcript Prep v1.0.0 released: First stable 1.0 with the complete redaction workflow.
2026
v1.0.46: 25-04-2026
- Muppitify Transcript Prep v0.4.0 released: Fixes a redaction gap where speaker names were left in the redacted version.
v1.0.45: 23-04-2026
- Muppitify Coaching Platform v1.1.5 released: Fixes macOS auto-update.
v1.0.44: 19-04-2026
- Muppitify Transcript Prep v0.3.0 - v0.3.2 stable released: Refreshed look matching the Coaching Platform, new Settings pane with General, About, and Updates tabs, and a compact redaction summary on the save step.
- Split transcript mini-wizard with per-pane save buttons and filename prefixes.
- Auto-updates will download only the parts of the app that changed rather than the full installer, typically 70-90% less bandwidth per update.
v1.0.43: 18-04-2026
- Muppitify Transcript Prep v0.2.0 stable released: Stable release of the free local transcript redaction tool for coaches. macOS universal DMG and Windows installer live on the downloads page with auto-updates on both stable and beta channels, verified to install cleanly on both platforms including Windows Smart App Control.
v1.0.42: 17-04-2026
- Muppitify Transcript Prep first installable beta (v0.2.0-beta.2): Beta version released.
v1.0.41: 14-04-2026
- Muppitify Transcript Prep launched: Free macOS and Windows app for redacting coaching transcripts locally before sharing them with AI tools, mentor coaches, or supervision groups. Full transcript editor with search, manual redaction, trimming, and undo/redo.
v1.0.40: 05-04-2026
- Downloads page: New central downloads page with stable and beta links for Desktop (macOS and Windows), Vault, and Server editions. System requirements and quick-start instructions for each edition.
- Windows support: Desktop Edition setup guide and purchase page updated to include Windows installation alongside macOS.
v1.0.39: 31-03-2026
- Muppitify Coaching Platform released: Full documentation site for the coaching platform including setup guides for Desktop, Server, Vault, and K8s editions. Ten AI provider guides, Zoom and Google Calendar integration, privacy mode, data portability, purchase and licensing, policies, and roadmap.
v1.0.38: 18-03-2026
- AI analysis modes explained: New page explaining how AI analysis works and why local models run in standard mode by default. New llama-server setup guide for advanced users who want deep analysis with local models.
v1.0.37: 14-03-2026
- New page: How I use it: Real-world workflow page showing how a coach uses the platform day to day as both coach and client, with AI analysis, mentor coaching integration, and cross-session synthesis.
v1.0.36: 12-03-2026
- Server Edition platform update: Explicit Windows 10/11 and Linux support documented across all Coaching Platform pages. Technical jargon (x86_64, amd64) replaced with plain language (Intel or AMD processor). QNAP NAS support clarified as Intel/AMD models only. macOS via Docker noted as tested but unsupported. Server Edition setup guide updated with specific Docker Desktop and Linux requirements.
v1.0.35: 12-03-2026
- Feature summaries updated: Feature summaries updated across active projects and welcome page.
v1.0.34: 11-03-2026
- Privacy policy and terms of service: New policies section added to the Coaching Platform documentation covering local data storage, licence activation data, payment processing, optional integrations (AI, Zoom, Google Calendar), no-telemetry commitment, GDPR compliance, licence terms, refund policy, and AI/coaching disclaimers.
v1.0.33: 10-03-2026
- AI providers expanded to nine: Coaching Platform now supports OpenAI, Anthropic, Google Gemini, Perplexity, xAI (Grok), Mistral, Groq, Ollama, and LM Studio. Seven new setup guides added to the documentation. All four editions (Desktop, Server, Vault, K8s) updated to core v0.5.1.
- Advanced tuning: Per-provider advanced tuning settings (max output tokens, temperature, timeout, context limit, thinking mode) documented on the AI provider overview page.
- AI overview page rewritten: Provider comparison table updated from 2 to 9 providers with assessment quality recommendations based on real coaching transcript testing.
v1.0.32: 07-03-2026
- Version alignment: All four Coaching Platform editions (Desktop, Server, Vault, K8s) aligned to v0.4.1, establishing a consistent version baseline across all platforms.
- Version history updated: All editions now show 0.4.1 on the version history page (loaded dynamically from the R2 endpoint).
v1.0.31: 03-03-2026
- Privacy Mode documented: New dedicated page covering one-click client name anonymisation for safe demos, screen sharing, and screenshots. Privacy Mode masks names, emails, session titles, calendar events, and recording topics while preserving dates, scores, and ICF progress.
- Feature pages updated: Privacy Mode added to the features list, coach overview, and purchase comparison table across all Coaching Platform pages.
- Version history updated: Desktop Edition (0.2.25-0.2.27) and Server Edition (0.2.28-0.2.30) version entries added.
v1.0.30: 01-03-2026
- Coaching Platform documentation published: Eight coach pages now public covering the main overview, purchase page, setup guides (Server, QNAP NAS, Zoom, Google Calendar, AI), and post-purchase activation.
- Three editions: Consistent naming across all pages: Desktop Edition (macOS), Server Edition (Docker, including NAS), and K8s Edition (Kubernetes, available on request).
v1.0.29: 14-02-2026
- School Platform documentation: New application section with 5 pages covering the homeschool tracking platform for Western Australia. Includes main overview, architecture, AI features (study units and Ask Bob Q&A), Google Calendar integration, and Kubernetes deployment with Flux GitOps.
v1.0.28: 14-02-2026
- Active projects page: New sidebar page listing the three actively developed projects (Flow Control, MCP Task Server, Personal Data Hub) with current capabilities and key links.
v1.0.27: 14-02-2026
- Flow timeline per-day warning: Week and Month views now show historical warning threshold per day (not a flat line). Each day's threshold reflects its actual sleep debt via
getDailySleepDebtMap. - HealthSync workout distance: iOS app reads
HKWorkout.totalDistanceand sendsdistanceKmto the dashboard. Running, cycling, walking activities show distance in goals and Slack alerts (formatted to 1 decimal place). - Music page Last Played column: Sortable "Last Played" column added to Most Listened table; default sort changed to newest played first. API returns
lastPlayedAtper track. - Flow Control documentation: Internal docs split into README + docs folder (12 topic files). External docs updated with new features. HealthSync manual sync caveats documented.
v1.0.26: 13-02-2026
- Music page improvements: Sortable column headers on both tables (click to toggle sort direction), text filter for searching by track/artist/album/genre, all tracks shown (rank limits removed).
- API key rotation: Rotated shared daemon API key via SOPS/GitOps after accidental commit. All daemons and the iOS app updated.
- Daemon repo hardening: All three local daemons (cursor-sync, music-sync, health-sync) now have CI disabled via
.gitlab-ci.ymland.gitignorerules preventing plist secret leaks. - Vulnerability fix: Updated
@slack/web-apito resolve high-severity axios DoS vulnerability.
v1.0.25: 12-02-2026
- Music sync daemon: New local macOS daemon that polls Apple Music via JXA and sends listening events to Flow Control. Correlates music with flow scores.
- Music page: New
/musicpage showing listening history with flow correlations, flow-building tracks ranked by average flow score, and period toggle (7d/30d/all). - Flow timeline music overlay: Flow timeline tooltip now shows the track playing at each data point (name, artist, album).
- Flow Control series: Expanded from 6 to 7 pages with the addition of the music sync daemon.
v1.0.24: 08-02-2026
- HealthSync sleep fix: Fixed sleep data double-counting with an interval merge algorithm. Duration now matches Apple Health.
- Flow Control docs update: Converted all images to WebP, redistributed screenshots across pages, fixed image rendering with
require(), and restructured mermaid diagrams for vertical layout. - Welcome page: Added Flow Control to the applications list.
v1.0.23: 05-02-2026
- HealthSync App Store pages: Privacy policy, support, and terms of service pages for App Store submission.
- HealthSync docs update: Added App Store submission section with checklist and reviewer notes.
v1.0.22: 05-02-2026
- HealthSync iOS app: Native iOS app that syncs Apple Health data directly to Flow Control, replacing the multi-component HealthFit pipeline. Includes complete Xcode setup guide, iPhone Developer Mode configuration, and all Swift code.
v1.0.21: 04-02-2026
- Flow Control series: A self-hosted support tool for health and performance that predicts readiness and visualises flow state from real coding signals.
v1.0.20: 31-01-2026
- Email relay series: Shared SMTP relay infrastructure with MX domain validation, email logging via Mailpit, and Microsoft 365 Graph API delivery.
- Observability stack: Added cross-references to applications using the stack (Observability, Architecture)
v1.0.19: 31-01-2026
- Meeting scheduling spam protection: Added MX validation and email verification to prevent spam bookings. Email now uses shared email-relay infrastructure.
- Updated Architecture with spam protection diagram
- Updated Manifests to use shared email-relay
- Updated Operations with spam protection configuration
v1.0.18: 26-01-2026
- Meeting scheduling series: Self-host Cal.com for appointment scheduling with Google Calendar, Zoom, and O365 SMTP integration.
v1.0.17: 25-01-2026
- Coaching & Mentoring: How coaching and mentoring with me works, curated resources for developing coaching skills, and books for building a coaching business.
v1.0.16: 25-01-2026
- Kubernetes observability stack series: Deploy Prometheus, Loki, Grafana Alloy, and Uptime Kuma with GitOps for proactive alerting on application-level issues.
v1.0.15: 23-01-2026
- Integrated booking form: Book a free coaching call directly from the site. No cost, no obligation, no strings. See Schedule a time.
v1.0.14: 21-01-2026
- Original songs audio playback: All original songs can now be played directly in the browser. Each song page includes embedded audio players for all available recordings. See Original songs.
v1.0.13: 21-01-2026
- Musings: LinkedIn posts and personal reflections now available on the Sphere. 17 posts covering the Data Hub series, burnout and recovery, MCP Task Server, leadership, and personal stories from September 2024 to January 2026. See Musings.
v1.0.12: 20-01-2026
- Burnout physical recovery: The detailed sequence of actions that helped me escape burnout, from December 2023 to May 2024. Covers running routines, food changes, and life decisions that got my physiological state ready. See Physical recovery.
v1.0.11: 19-01-2026
- MCP Task Server series: A Model Context Protocol server for task management with multi-agent coordination. Built to solve Cursor's memory limitations with shared context.
v1.0.10: 18-01-2026
- Burnout and recovery: How writing a song helped me understand and recover from burnout. Includes embedded audio player, Logic Pro screenshots, and the full lyrics evolution. See The song I didn't know I had to write.
- Original songs: A catalogue of my original music with links to SoundCloud, Apple Music, and YouTube. See Original songs.
v1.0.9: 17-01-2026
- Personal Data Hub series: A journaling system for lazy people built on Obsidian.
2025
v1.0.8: 07-12-2025
-
CVE-2025-55182 (React Server Components RCE): Blaster impact assessment and remediation runbook
-
Wordpress GitOps runbook series
-
Cluster-wide wildcard TLS trust using cert-manager trust-manager and Gatekeeper. Added Trust page.
-
Dual identity provider (IdP) runbook series
v1.0.7: 21-11-2025
- Extended Blaster GitOps runbook series to include Clerk and Google OAuth
- Blaster GitOps summary
- Blaster repo and branches
- Dockerfile & GitLab CI
- Clerk authentication & user setup
- Google OAuth for Clerk
- Blaster prep for automation
- Dev app k8s manifests
- Dev flux sources & Kustomizations
- Dev image automation
- Dev SOPS & age
- Dev verification & troubleshooting
- Dev full runbook
- Prod overview
- Prod app k8s manifests and deployment
- Prod Flux GitOps and image automation
- Prod Cloudflare, Origin CA and tunnel routing
- Prod full runbook
- Post development branches
v1.0.6: 18-11-2025
- Extended Blaster GitOps runbook series to include production via Cloudflare and update dev pages relating to automation
- Included Blaster game series
v1.0.5: 16-11-2025
- Added Blaster GitOps runbook series
v1.0.4: 11-11-2025
- Added slack page.
- Provides notifications for GitLab pipelines.
v1.0.3: 05-11-2025
- Added navigation page.
v1.0.2: 04-11-2025
- Added Andy the Muppit about page.
v1.0.1: 03-11-2025
- Added personal fitness coach under applications.
- Removed GitHub mirror and deleted Pages
- Migrated to Cloudflare Pages with custom domain name
v1.0.0: 18-10-2025
- Added content
- Created local GitLab pipeline and enabled Sites
- Mirrored to GitHub and published Sites
v0.0.0: 07-10-2025
- Installed and configured Docusaurus.
- Installed and configured Obsidian.
- Created new repo on GitLab.
- Installed Git community plugin.