Skip to content

Latest commit

 

History

History
143 lines (72 loc) · 7.49 KB

CHANGELOG.legacy.md

File metadata and controls

143 lines (72 loc) · 7.49 KB

Changelog

0.13.2 (2025-01-26)

0.13.1 (2025-01-26)

Bug Fixes

  • data-tooltip-place: review react-tooltip docs, corrected placement for buggy components (b826847), closes #98

0.13.0 (2025-01-26)

Features

  • tooltip/simpletooltip.tsx: created generic tooltip comp from react-tooltip (6385b04), closes #96

0.12.1 (2025-01-24)

0.12.0 (2025-01-23)

Features

  • 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)

Bug Fixes

  • 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)

Features

  • lib/langchain: added google gemini and anthropic claude lite, reg, and premium endpoints (ce3f253), closes #76 #75

0.10.0 (2025-01-19)

Features

  • hooks/usechat/: adopted custom useChat.ts starting with modularized copy of ai sdk's useChat (cb9c3c2)

0.9.0 (2025-01-17)

Features

  • 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)

Features

  • **/route.ts: added origin and auth check to regular and premium endpoints (a7bf43b), closes #52

0.7.10 (2025-01-12)

0.7.9 (2025-01-12)

0.7.8 (2025-01-11)

Bug Fixes

  • .gitignore: added gitguardian cache to .gitignore (4e777be)

0.7.7 (2025-01-10)

Bug Fixes

  • 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)

Bug Fixes

  • .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)

Features

  • stack-auth: completed all auth user stories via Stack-Auth SaaS (1ebd106)

0.6.1 (2024-12-18)

0.6.0 (2024-12-18)

Features

  • components/chat: modularized chat kbd handlers/hooks, corrected behavior (62a24ca), closes #4

0.5.0 (2024-12-18)

Features

  • add support for viewing website on another device over local network (1045f44)

Bug Fixes

  • 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)

Features

  • /lib/stackauth/: in process of adding custom stack auth. Implemented sign-in UI (02a8cc4)

0.3.1 (2024-12-08)

Bug Fixes

  • chatinputsection.tsx: fixed safari svg display bug by explicitly declaring size val (e27b8ae), closes #1

0.3.0 (2024-12-08)

Features

  • chat components: added stop button and expandable textarea, polished icons and ui (0d4c6da)

0.2.0 (2024-12-07)

Features

  • app/page.tsx: fully implemetned chatgpt clone, no auth yet (6fc0554)

0.1.1 (2024-12-07)