Changelog
What's new in TapTidy
Release notes for the web app, Android app, and backend. Full history on GitHub.
Loading latest version…
May
25
2026
Android · v2026.05.2
Glance Widgets, Trust Layer, Accessibility & Security
Five new Jetpack Glance home-screen widgets with Material You dynamic color and per-instance configuration. Task Passport export, AI privacy audit, and an improved safety score. Accessibility hardening across the Android app. NoSQL injection fix on the backend.
- NewJetpack Glance widget suite: TaskList, Top3, Stats, ShoppingList, and QuickAdd — replaces RemoteViews with native Glance 1.1.1; Material You dynamic color (API 31+); per-instance config (theme, opacity, compact mode); density-adaptive layouts (COMFORTABLE / COMPACT / DENSE)
- NewGlance widget live preview in the widget config screen; optimistic task completion with undo; project-deletion guard with one-tap reconfigure
- NewTask Passport export — structured task archive with integrity hash, secret redaction, and tampering detection
- NewAI privacy audit — verified call-path matrix documenting which features send data off-device and enforcement evidence
- NewBoard view: inline task creation and inline title editing directly within board columns; sticky column headers; density-aware compact headers in DENSE mode
- NewSettings: live density preview card updates in real time as you change the layout density selector
- FixWidget cold-start bug: widget no longer stuck in loading skeleton after being placed on launcher
- PerfWidget refresh coalesced via 150 ms debounce coordinator — eliminates redundant update cycles
- SecurityNoSQL injection: wrapped runId/userId in Prisma equals operator in cleanup-run queries
- NewAccessibility: reduce-motion support across 9 animation sites; 48 dp minimum touch targets enforced on icon buttons; missing content descriptions added to swipe actions and interactive icons; wifi-only sync now respected across all sync paths
May
16
2026
v2026.05 · Stable
Productivity Fingerprint, Household Coordination & Public API
Three major features: a personal productivity profile with a quarterly Productivity Letter, a shared household task space with chore assignment, and a public REST API with Swagger UI and App Password auth.
- NewProductivity Fingerprint —
/app/productivity: peak focus hours, completion velocity, routine adherence ring, and a rule-based "Productivity Letter" with 2–3 suggestions - New
GET /api/v1/productivity/fingerprint— server-side analysis of task completion patterns, focus session drift risk, and routine adherence - NewHousehold coordination —
/app/household: shared task space, member list with avatars, owner-only chore assignment, and email invites - New
GET /api/v1/household,POST /api/v1/household/tasks,PATCH /api/v1/household/tasks/:id/assign,POST /api/v1/household/invite— full household API with role-based auth - NewPublic API portal —
/api/v1/developer/docs: Swagger UI rendering the full OpenAPI spec;/api/v1/developer/openapi.yamlpublic endpoint - NewDeveloper page —
/app/developer: App Password management + integration guides for Obsidian, Zapier, Raycast, and Linear
Apr
13
2026
v2026.04 · Stable
SEO & discoverability overhaul
Significant improvements to how TapTidy appears in search engines and AI assistants. New public pages, structured data, and an AI crawler manifest.
- NewAdded Open Graph, Twitter Card, and canonical meta tags to landing page
- NewJSON-LD structured data: SoftwareApplication, Organization, FAQPage schemas
- NewVisible FAQ accordion section on homepage (7 questions including tier breakdown)
- New
/pricingpage with full feature comparison table and billing toggle - New
/downloadpage — mobile-first APK download with Standard and Privacy build explanations - New
/securitypage — E2E encryption model, key rotation, Pro Privacy tier details - New
/llms.txt— AI crawler manifest for ChatGPT, Claude, Perplexity - NewExplicit Allow rules for major AI crawlers in robots.txt
- NewMobileApplication JSON-LD schema on download page
Mar
21
2026
Android · v2026.03
Focus Mode improvements & widget refresh
Focus Mode now surfaces tasks more intelligently based on due date proximity and manual priority. Home screen widgets got a visual refresh and faster update cycle.
- NewFocus Mode: improved task ranking algorithm (due date + priority weight)
- NewHome screen widget: redesigned quick-add action and task count badge
- PerfWidget update latency reduced from ~30s to ~5s on background sync
- FixShare intent receiver: fixed crash when receiving long URLs from certain browsers
- FixCalDAV sync: resolved occasional duplicate task creation on reconnect
Feb
12
2026
Web · v2026.02
Email-to-task confidence scoring & PWA install improvements
The email-to-task pipeline now shows a confidence score for each parsed field so you can quickly verify what TapTidy extracted before saving. PWA install prompt is now surfaced more reliably.
- NewEmail-to-task: per-field confidence indicator in the review UI
- NewPWA install prompt: smarter trigger (shown after 2nd session, not 1st)
- PerfNatural language parser: Rust WASM bundle reduced by 18% (tree-shaking pass)
- SecurityDependency audit: updated 4 packages with moderate severity advisories
- FixOffline sync: resolved edge case where tasks created offline without network were not queued for sync