kaneo (minimalist kanban) fork to experiment adding a tangled integration github.com/usekaneo/kaneo
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(release): v2.6.5

+7 -1
+6
CHANGELOG.md
··· 1 + ## [2.6.5](https://github.com/usekaneo/kaneo/compare/v2.6.4...v2.6.5) (2026-04-13) 2 + 3 + 4 + ### Bug Fixes 5 + 6 + * **api:** remove trailing '/api' from KANEO_API_URL in routing ([d311f8c](https://github.com/usekaneo/kaneo/commit/d311f8c333cc78f477418e431dad5db1c93f899c)) 1 7 ## [2.6.4](https://github.com/usekaneo/kaneo/compare/v2.6.3...v2.6.4) (2026-04-13) 2 8 3 9
+1 -1
package.json
··· 53 53 } 54 54 }, 55 55 "packageManager": "pnpm@10.32.1", 56 - "version": "2.6.4", 56 + "version": "2.6.5", 57 57 "dependencies": { 58 58 "dotenv-mono": "^1.5.1" 59 59 }