About
Versions (26)
v0.2.0
2025-06-10What’s Changed
- Update .env.example by @tveronesi in https://github.com/kanbn/kan/pull/4
- fix: modal forms not submitting on Enter key by @Krisztiaan in https://github.com/kanbn/kan/pull/9
- feat: remove NEXT_PUBLIC env vars from docker build args by @hjball in https://github.com/kanbn/kan/pull/13
- chore: add migrate step to local dev setup in readme by @donkeysharp in https://github.com/kanbn/kan/pull/14
- fix: bypass custom URL checkout for self hosted by @hjball in https://github.com/kanbn/kan/pull/16
- feat: support SMTP via nodemailer (#11) by @hjball in https://github.com/kanbn/kan/pull/17
- feat: allow public card access without authentication by @LovelessCodes in https://github.com/kanbn/kan/pull/19
- feat: include column name in board repository query response to use in board PageHead by @LovelessCodes in https://github.com/kanbn/kan/pull/20
- refactor: remove unused EMAIL_ environment variables by @LovelessCodes in https://github.com/kanbn/kan/pull/24
- feat(auth): added discord & github authentication methods by @LovelessCodes in https://github.com/kanbn/kan/pull/18
- fix: handle external URLs in avatar rendering (#23) by @lvuur-godaddy in https://github.com/kanbn/kan/pull/32
- fix: add cascade delete for card-related foreign keys and invalidate … by @LovelessCodes in https://github.com/kanbn/kan/pull/31
- feat: add user authentication check for activity list self-identifica… by @LovelessCodes in https://github.com/kanbn/kan/pull/36
- feat: implement auth session check and redirect on login page by @LovelessCodes in https://github.com/kanbn/kan/pull/39
- feat: add support for 15 new OAuth providers including Apple, Microsoft, and TikTok by @LovelessCodes in https://github.com/kanbn/kan/pull/34
- refactor: move form reset logic to onSuccess and improve error handli… by @LovelessCodes in https://github.com/kanbn/kan/pull/40
- feat: add S3 avatar upload during user creation from social provider by @LovelessCodes in https://github.com/kanbn/kan/pull/28
- feat: add not found states for board and card views with conditional … by @LovelessCodes in https://github.com/kanbn/kan/pull/41
- chore: update local development configuration by @LovelessCodes in https://github.com/kanbn/kan/pull/45
- refactor: update board slug prefix to use dynamic base URL from env by @LovelessCodes in https://github.com/kanbn/kan/pull/38
- refactor: replace js-cookie auth with new auth client and remove unused packages from web package by @LovelessCodes in https://github.com/kanbn/kan/pull/50
- fix: prevent list buttons from stacking by @MathieuAndrade in https://github.com/kanbn/kan/pull/49
- fix: close self-hosting docs loop (#8) by @hjball in https://github.com/kanbn/kan/pull/58
- fix: multiple relations on multiple schemas, causing drizzle to freak out by @LovelessCodes in https://github.com/kanbn/kan/pull/56
- feat: add account deletion functionality with cascade delete for work… by @LovelessCodes in https://github.com/kanbn/kan/pull/33
- Feat: allow email password sign in/up for selfhosters by @LovelessCodes in https://github.com/kanbn/kan/pull/54
- Feat: Markdown editor for description on cards by @LovelessCodes in https://github.com/kanbn/kan/pull/43
- chore: remove runtime env file and add to ignore by @LovelessCodes in https://github.com/kanbn/kan/pull/59
- feat: enhance board visibility controls with dropdown menu and success notifications by @LovelessCodes in https://github.com/kanbn/kan/pull/65
- fix: add dark prefix to custom scrollbar styles by @ahmedsemih in https://github.com/kanbn/kan/pull/63
- refactor: simplify auth configuration by using NEXT_PUBLIC_BASE_URL instead of BETTER_AUTH_URL by @LovelessCodes in https://github.com/kanbn/kan/pull/66
- feat: implement Trello integration with OAuth and user fields by @LovelessCodes in https://github.com/kanbn/kan/pull/48
- refactor: replace router.push with permanentRedirect for disabled sig… by @LovelessCodes in https://github.com/kanbn/kan/pull/73
- fix: make onChange prop optional in Editor and rename markdown to content prop by @LovelessCodes in https://github.com/kanbn/kan/pull/72
- chore: patch migration order by @hjball in https://github.com/kanbn/kan/pull/74
New Contributors
- @tveronesi made their first contribution in https://github.com/kanbn/kan/pull/4
- @Krisztiaan made their first contribution in https://github.com/kanbn/kan/pull/9
- @donkeysharp made their first contribution in https://github.com/kanbn/kan/pull/14
- @LovelessCodes made their first contribution in https://github.com/kanbn/kan/pull/19
- @lvuur-godaddy made their first contribution in https://github.com/kanbn/kan/pull/32
- @MathieuAndrade made their first contribution in https://github.com/kanbn/kan/pull/49
- @ahmedsemih made their first contribution in https://github.com/kanbn/kan/pull/63
Full Changelog: https://github.com/kanbn/kan/compare/v0.1.0…v0.2.0