0.13.2 (2025-01-26)
0.13.1 (2025-01-26)
- data-tooltip-place: review react-tooltip docs, corrected placement for buggy components (b826847), closes #98
0.13.0 (2025-01-26)
0.12.1 (2025-01-24)
0.12.0 (2025-01-23)
- chatdocs/: added disclaimer w/ link, for un-authed users, added terms and privacy links (f47fb20), closes #91 #33 #32 #27
0.11.3 (2025-01-23)
0.11.2 (2025-01-22)
- chatpage/: resolved chat page aria issue by adopting useState to manage sidebar toggle (d0041af), closes #78
0.11.1 (2025-01-21)
0.11.0 (2025-01-21)
- lib/langchain: added google gemini and anthropic claude lite, reg, and premium endpoints (ce3f253), closes #76 #75
0.10.0 (2025-01-19)
- hooks/usechat/: adopted custom useChat.ts starting with modularized copy of ai sdk's useChat (cb9c3c2)
0.9.0 (2025-01-17)
- chatcontext.tsx: adopted ChatProvider for wrapper comps, retired prop drilling paradigm (2e27895), closes #50 #65 #16
0.8.1 (2025-01-16)
0.8.0 (2025-01-14)
0.7.10 (2025-01-12)
0.7.9 (2025-01-12)
0.7.8 (2025-01-11)
- .gitignore: added gitguardian cache to .gitignore (4e777be)
0.7.7 (2025-01-10)
- layout.tsx: modularized socialify constants and use /png endpoint to fix og render logo issue (6cd087c)
0.7.6 (2025-01-10)
0.7.5 (2025-01-09)
- .nvmrc: added .nvmrc to specify node version for GitHub Action scripts (94b5e41)
0.7.4 (2025-01-09)
0.7.3 (2025-01-08)
0.7.2 (2025-01-08)
0.7.1 (2025-01-08)
0.7.0 (2024-12-24)
- stack-auth: completed all auth user stories via Stack-Auth SaaS (1ebd106)
0.6.1 (2024-12-18)
0.6.0 (2024-12-18)
0.5.0 (2024-12-18)
- add support for viewing website on another device over local network (1045f44)
- globals.css: set textarea font size to textbase, which is 16px in tailwind (dfc2334)
0.4.1 (2024-12-17)
0.4.0 (2024-12-17)
- /lib/stackauth/: in process of adding custom stack auth. Implemented sign-in UI (02a8cc4)
0.3.1 (2024-12-08)
- chatinputsection.tsx: fixed safari svg display bug by explicitly declaring size val (e27b8ae), closes #1
0.3.0 (2024-12-08)
- chat components: added stop button and expandable textarea, polished icons and ui (0d4c6da)
0.2.0 (2024-12-07)
- app/page.tsx: fully implemetned chatgpt clone, no auth yet (6fc0554)