Wisdone
Wisdone Changelog
Every meaningful change to Wisdone, told with the media it deserves — screenshots and clips adapt to your current theme.
-
Full-text search
Version 1.1.0 makes everything in Wisdone findable.
- Full-text search — search across tasks, projects, tags, and goals from a single box, with instant results.
- Advanced filters — narrow results by status, date range, priority, and project.
- Rich context preview — results show surrounding context so you can preview an item before opening it.
- Direct actions — act on a result (complete, open, and more) without navigating away.
Authentic product screenshots are pending — the in-app surfaces sit behind sign-in, so a seeded demo session is needed before light/dark captures can be taken.
-
First public release
Version 1.0.0 is the full task-management foundation.
- Task management — full CRUD for creating, viewing, updating, and completing tasks, with filtering.
- Natural-language task creation — parse free text to extract due dates and recurrence.
- Goal tracking — goals with target dates, progress, and automatic completion detection; multi-goal task linking; a confetti celebration on completion.
- Project organization and a tag system for grouping and filtering tasks.
- Work log — a tracker-agnostic work journal with timeline view, filters, quick-add, and external-ref badges; surfaced in global search, activity log, and webhook events.
- Authentication — email/password registration, login, and password reset; Google OAuth; session-based protected routes.
- Offline support (PWA) — installable app with offline access, automatic update detection, and sync on reconnect.
Under the hood: a Hono API on Bun, a SvelteKit frontend, and a Drizzle/LibSQL schema with migrations, Lucia auth, and Zod validation across endpoints — plus performance work (LCP resource hints, responsive authenticated layout) and TypeScript strict-mode fixes.