1.13.0 (2024-10-04)
- remove ip rate limiting (e50a8ea)
1.12.2 (2023-10-02)
- deps: update dependency mdast-util-to-string to v4 (50ff101)
1.12.1 (2023-09-11)
- deps: update dependency react-cookie to v6 (f835468)
1.12.0 (2023-06-21)
1.11.0 (2023-06-19)
- adjusted the prompt to make the sources more consistent (1a49cad)
- added styled lists to correctly render them in the response (e0cf21f)
- extracted suggestions into own component, added new suggestions, added sticky input text at the bottom (6144885)
1.10.2 (2023-06-12)
- csrf: Use edge-csrf protection (6debb09)
- csrf: Use edge-csrf protection (8dd1f55)
- Remove link to removed file (7084725)
1.10.1 (2023-06-01)
- links: The path segment of links was wrong (adb2909)
1.10.0 (2023-05-26)
- links: Add Missing double quotes in links (2cd7d4f)
- content: Unpack all components into markdown (355c596)
1.9.0 (2023-05-25)
- added logging of raw answer (07abf30)
1.8.1 (2023-05-25)
- add line clamp on history items (73b90a3)
1.8.0 (2023-05-24)
- added missing styles to correctly use the full (available) screen in ios safari (1285f19)
- adjusted system prompt to prevent including links towards other external websites in source (79f55e2)
- close the sidebar when clicking on new chat button (c5c4fac)
- import type path (2baa258)
- increased horizontal padding in intro text to make it look more centered (5cb7b24)
- renamed page title (d6e4fc5)
- replaced the chat suggestions and fixed a layout issue when the answer has more than one paragraph (d7f0709)
- reverted removal of leading slash in transform path (bbd9eda)
- added color change on hover for paper plane (7f1c7a5)
- added function to requery chatgpt when clicking on a history item without answer, added darker background on hover on example cards (e8c34a4)
- added mobile sidebar and improved mobile ui (d2dde4e)
- added session based history (1efcc1f)
- added simple history, sidebar, state management, improved ui (a374a21)
- close mobile sidebar when clicking on the grey background (9f78953)
- extended footer (b5c59bc)
1.7.0 (2023-05-22)
- reworked application ui (c8ade6c)
1.6.0 (2023-05-17)
- chat history: Give the questions context (a946e5e)
1.5.0 (2023-05-17)
- adjusted test setup, added scrollTo mock (d2b5ecb)
- redesigned the application, added styling, chat-like ui (e48d666)
1.4.0 (2023-05-16)
1.3.0 (2023-05-04)
- Header and footer still WIP (3cb3718)
- Header and footer still WIP (ff61df2)
- Match Style from handbuch (804436a)
- Refine prompt (39b27eb)
1.2.1 (2023-05-02)
1.2.0 (2023-05-02)
- rate limit: Adds setup to limit the api (52e232a)
1.1.0 (2023-04-29)
- downgrade next to 13.2.x to use edge-csrf (5d6e483)
- csrf: Adds csrf protection to api (8bc613c)
- Protect with basic auth (7ef8902)