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.3.10

+9 -1
+8
CHANGELOG.md
··· 1 + ## [2.3.10](https://github.com/usekaneo/kaneo/compare/v2.3.9...v2.3.10) (2026-03-14) 2 + 3 + 4 + ### Bug Fixes 5 + 6 + * due date calendar width ([63e4bb5](https://github.com/usekaneo/kaneo/commit/63e4bb5c5fef4f31df0d821a3397c15abef79f2a)) 7 + * mistake with regex ([28b2221](https://github.com/usekaneo/kaneo/commit/28b222129d3fadea9d4a09335e55969a04d35785)) 8 + * **web:** preserve text color on autofilled inputs in dark theme ([8fb0b9e](https://github.com/usekaneo/kaneo/commit/8fb0b9e38e82425913090123972ffea2ab1e68d1)) 1 9 ## [2.3.9](https://github.com/usekaneo/kaneo/compare/v2.3.8...v2.3.9) (2026-03-13) 2 10 3 11
+1 -1
package.json
··· 39 39 } 40 40 }, 41 41 "packageManager": "pnpm@10.32.1", 42 - "version": "2.3.9", 42 + "version": "2.3.10", 43 43 "dependencies": { 44 44 "dotenv-mono": "^1.5.1" 45 45 }