Changelog

v1.24.0

GitHub & GitLab integrations, graph permissions, and UI improvements.

New features:

  • GitHub & GitLab integrations — connect repositories to your projects and sync issues as tasks. Supports OAuth authorization, webhook-based updates, and issue-to-task mapping. Works with GitHub Enterprise and self-hosted GitLab instances.
  • Date quick actions — new "This week" and "This month" shortcuts when setting task deadlines
  • Server-side graph permissions — dependency graph operations are now checked on the server, not just in the UI

Fixes:

  • Fixed task completion checkbox being disabled on the main screen when no project is selected
  • Fixed task detail panel showing lists from the wrong project
  • Various UI improvements and polish

v1.20.7

Subtask and Kanban fixes.

Fixes:

  • Fixed subtask duplication when adding subtasks in certain scenarios
  • Fixed Kanban board not loading root tasks correctly for columns

v1.20.4

New UI, Apple login, and mobile improvements.

New features:

  • Login with Apple — sign in with your Apple ID
  • Redesigned web client — migrated to Nuxt UI for a modern, polished interface
  • Mobile app improvements — fixed build issues and updated iOS and Android versions

Fixes:

  • Fixed external auth redirect handling
  • Fixed locale not being saved between sessions
  • Fixed tag validation — tags and tasks now properly checked for same-project membership
  • Fixed start screen loading issues
  • Various type fixes and URL corrections

v1.19.6

Cookie-based auth fix and Docker build improvements.

Fixes and improvements:

  • Fixed cookie handling for authentication sessions
  • Added Docker build script for easier image management
  • Extended app internals for better customization support
  • Updated dependencies

v1.19.0

Login with Google and GitHub.

New features:

  • Login with Google — sign in with your Google account via OAuth
  • Login with GitHub — sign in with your GitHub account via OAuth

Both providers work alongside the existing email/password login. Configure them in your .env file — see the Authentication docs for setup instructions.

v1.18.2

Bug fix for history record deletion.

Bug fix: History records for related entities (goals, goal lists, tasks) are now properly deleted when an entity is removed. Previously, removing a goal or list could leave orphaned history entries in the database.

v1.18.0 — Public Launch

TaskView source code is now publicly available on GitHub.

TaskView is now publicly available. The source code has been published on GitHub, and Docker images are available on Docker Hub.

This is the first public release, and it includes everything you need to run a self-hosted task management platform:

  • Projects, lists, tasks, and subtasks
  • Kanban boards with custom statuses
  • Task dependency graphs
  • Role-based access control with granular permissions
  • Team collaboration with user invitations
  • Dashboard with smart widgets
  • Dark mode
  • Mobile apps for iOS and Android
  • Web app available at app.taskview.tech
  • Docker deployment with automated migrations