Skip to content

Releases: usekaneo/kaneo

Release v2.0.2

02 Nov 17:39

Choose a tag to compare

What's Changed

  • chore(deps): bump lucide-react from 0.488.0 to 0.548.0 in /apps/docs by @dependabot[bot] in #598
  • chore(deps-dev): bump @react-email/preview-server from 4.2.8 to 4.3.2 in /packages/email by @dependabot[bot] in #597
  • chore(deps-dev): bump react-email from 4.2.8 to 4.3.2 in /packages/email by @dependabot[bot] in #596
  • chore(deps): bump better-auth from 1.3.8 to 1.3.32 in /apps/api by @dependabot[bot] in #595
  • chore(deps-dev): bump hono from 4.9.5 to 4.10.3 in /packages/libs by @dependabot[bot] in #594
  • chore(deps): bump @radix-ui/react-tooltip from 1.2.7 to 1.2.8 in /apps/web by @dependabot[bot] in #587
  • chore(deps): bump @types/node from 22.14.1 to 24.9.1 in /packages/email by @dependabot[bot] in #585
  • chore(deps-dev): bump typescript from 5.8.3 to 5.9.3 in /apps/docs by @dependabot[bot] in #584
  • chore(deps): bump react-dom and @types/react-dom in /packages/email by @dependabot[bot] in #583
  • chore(deps): bump next from 15.3.3 to 15.4.7 in /apps/docs in the npm_and_yarn group across 1 directory by @dependabot[bot] in #580
  • chore(deps-dev): bump @types/node from 22.14.1 to 24.9.1 in /apps/api by @dependabot[bot] in #582
  • chore(deps): bump the npm_and_yarn group across 1 directory with 6 updates by @dependabot[bot] in #590
  • chore(deps): bump react and @types/react in /apps/docs by @dependabot[bot] in #579
  • chore(deps): bump motion from 12.23.11 to 12.23.24 in /apps/docs by @dependabot[bot] in #575
  • chore(deps): bump @radix-ui/react-accordion from 1.2.11 to 1.2.12 in /apps/web by @dependabot[bot] in #552
  • chore(deps-dev): bump vite from 6.3.5 to 7.1.12 in /packages/libs by @dependabot[bot] in #577
  • chore(deps): bump nodemailer and @types/nodemailer in /packages/email by @dependabot[bot] in #576
  • chore(deps-dev): bump esbuild from 0.25.8 to 0.25.11 in /apps/api by @dependabot[bot] in #569
  • chore(deps-dev): bump @types/react-dom from 19.1.7 to 19.2.2 in /packages/libs by @dependabot[bot] in #565
  • chore(deps): bump drizzle-kit from 0.31.4 to 0.31.5 in /apps/api by @dependabot[bot] in #562
  • chore(deps): bump zod from 4.0.17 to 4.1.12 in /apps/web by @dependabot[bot] in #551
  • chore(deps): bump framer-motion from 12.23.11 to 12.23.24 in /apps/web by @dependabot[bot] in #556
  • chore(deps-dev): bump tsx from 4.20.5 to 4.20.6 in /apps/api by @dependabot[bot] in #558

Full Changelog: v2.0.1...v2.0.2

Release v2.0.1

02 Nov 16:56

Choose a tag to compare

Release v2.0.0

23 Oct 19:30

Choose a tag to compare

Kaneo v2 is a major release focused on improved authentication, enhanced task and workspace management, and a redesigned interface.

Migration guide: https://kaneo.app/docs/guide/migrating-from-v1

Highlights

Authentication

  • Rebuilt authentication flow with pathless protected routes.
  • Added GitHub and Google sign-in support.
  • Introduced password-based and magic link authentication.
  • Improved organization-level access management and user handling.

Workspaces & Teams

  • Updated workspace and organization schema for reliability.
  • Migrated members from email-based to user-ID-based references.
  • Added team and label management features.
  • Overhauled all settings pages

Tasks & Projects

  • Redesigned kanban board and backlog with better layout and navigation.
  • Added popovers for assignee, due date, priority, and status.
  • Added comment editing.
  • Introduced rich text editing for task comments and descriptions.
  • Improved label filtering, deduplication, and task creation flow.

Interface & Experience

  • Refreshed overall UI with improved navigation, workspace switcher, and search.
  • Updated typography, icons, and layout consistency across the app.
  • Added new home page layout, footer, and updated branding assets.

Documentation

  • Introduced updated documentation site with setup guides for social providers.
  • Revised README and project overview.

This version delivers a faster, more consistent experience with stronger authentication, improved collaboration tools, and a refined interface.

Release v1.2.4

17 Aug 13:11

Choose a tag to compare

What's Changed

  • fix(#389): added archived to the calculation of "solved" tickets by @nerdware-timmmi in #437
  • feat(391): add "archive" and "planned" to the context menu of cards by @nerdware-timmmi in #436
  • feat(#383): add rich text editor for comments by @nerdware-timmmi in #435
  • fix some inaccuracies in the helm chart values, and add some doc by @kindlychung in #454
  • chore(deps-dev): bump hono from 4.8.10 to 4.9.0 in /packages/libs by @dependabot[bot] in #450
  • chore(deps): bump @tanstack/router-devtools from 1.130.2 to 1.131.3 in /apps/web by @dependabot[bot] in #447
  • chore(deps): bump @hono/node-server from 1.17.1 to 1.18.1 in /apps/api by @dependabot[bot] in #445
  • chore(deps-dev): bump vite from 6.3.5 to 7.1.1 in /packages/libs by @dependabot[bot] in #444
  • chore(deps-dev): bump typescript from 5.8.3 to 5.9.2 in /apps/api by @dependabot[bot] in #443
  • chore(deps): bump @octokit/webhooks from 14.1.1 to 14.1.3 in /apps/api by @dependabot[bot] in #440
  • chore(deps): bump react-day-picker from 9.8.0 to 9.8.1 in /apps/web by @dependabot[bot] in #425
  • chore(deps): bump hono from 4.8.10 to 4.9.0 in /apps/api by @dependabot[bot] in #442
  • chore(deps-dev): bump typescript from 5.7.2 to 5.9.2 in /packages/libs by @dependabot[bot] in #421
  • chore(deps): bump zod from 3.25.76 to 4.0.17 in /apps/web by @dependabot[bot] in #446
  • chore(deps): bump zod from 3.25.76 to 4.0.17 in /apps/api by @dependabot[bot] in #441

New Contributors

Full Changelog: v1.2.3...v1.2.4

Release v1.2.3

06 Aug 09:19

Choose a tag to compare

Release v1.2.2

06 Aug 08:48

Choose a tag to compare

Release v1.2.1

05 Aug 19:56

Choose a tag to compare

Release v1.2.0

01 Aug 12:50

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.9...v1.2.0

Release v1.1.9

30 Jul 16:43

Choose a tag to compare

What's Changed

  • chore(deps): bump framer-motion from 12.18.1 to 12.23.6 in /apps/web by @dependabot[bot] in #380
  • chore(deps): bump drizzle-orm from 0.43.1 to 0.44.3 in /apps/api by @dependabot[bot] in #378
  • chore(deps): bump the npm_and_yarn group across 2 directories with 1 update by @dependabot[bot] in #344
  • chore(deps): bump sonner from 2.0.5 to 2.0.6 in /apps/web by @dependabot[bot] in #351
  • chore(deps): bump hono from 4.8.3 to 4.8.5 in /apps/web by @dependabot[bot] in #364
  • chore(deps): bump hono from 4.8.3 to 4.8.5 in /apps/api by @dependabot[bot] in #366
  • chore(deps): bump dotenv from 16.5.0 to 17.2.0 in /apps/api by @dependabot[bot] in #367
  • chore(deps): bump @tanstack/react-query from 5.80.7 to 5.83.0 in /apps/web by @dependabot[bot] in #369
  • chore(deps-dev): bump hono from 4.8.3 to 4.8.5 in /packages/libs by @dependabot[bot] in #370
  • chore(deps): bump @hono/zod-validator from 0.5.0 to 0.7.2 in /apps/api by @dependabot[bot] in #376
  • chore(deps-dev): bump vite from 6.3.5 to 7.0.5 in /packages/libs by @dependabot[bot] in #377
  • chore(deps): bump @tiptap/extension-highlight from 2.14.0 to 3.0.7 in /apps/web by @dependabot[bot] in #379
  • chore(deps-dev): bump esbuild from 0.25.5 to 0.25.6 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #418
  • chore(deps-dev): bump @types/bcrypt from 5.0.2 to 6.0.0 in /apps/api by @dependabot[bot] in #405
  • chore(deps): bump @octokit/webhooks from 14.1.0 to 14.1.1 in /apps/api by @dependabot[bot] in #404
  • chore(deps-dev): bump @types/node from 22.14.1 to 24.1.0 in /apps/api by @dependabot[bot] in #403
  • chore(deps-dev): bump vite from 6.3.5 to 7.0.6 in /packages/libs by @dependabot[bot] in #402
  • chore(deps): bump zod from 3.25.71 to 4.0.10 in /apps/api by @dependabot[bot] in #401
  • chore(deps): bump @tiptap/react from 2.24.1 to 3.0.7 in /apps/web by @dependabot[bot] in #399
  • chore(deps-dev): bump @types/node from 22.14.1 to 24.1.0 in /apps/web by @dependabot[bot] in #398
  • chore(deps): bump @tiptap/extension-task-item from 2.24.1 to 3.0.7 in /apps/web by @dependabot[bot] in #397
  • chore(deps): bump @vitejs/plugin-react from 4.6.0 to 4.7.0 in /apps/web by @dependabot[bot] in #395
  • chore(deps): bump @tiptap/extension-task-list from 2.24.1 to 3.0.7 in /apps/web by @dependabot[bot] in #396

Full Changelog: v1.1.8...v1.1.9

Release v1.1.8

22 Jul 17:38

Choose a tag to compare