Skip to content

Latest commit

 

History

History
205 lines (102 loc) · 12.3 KB

CHANGELOG.md

File metadata and controls

205 lines (102 loc) · 12.3 KB

1.13.0 (2024-10-04)

Features

  • remove ip rate limiting (e50a8ea)

1.12.2 (2023-10-02)

Bug Fixes

  • deps: update dependency mdast-util-to-string to v4 (50ff101)

1.12.1 (2023-09-11)

Bug Fixes

  • deps: update dependency react-cookie to v6 (f835468)

1.12.0 (2023-06-21)

Bug Fixes

  • adjusted footer layout (a36b849)
  • replaced the welcome text (23be207)

Features

  • added matomo analytics script (95e069e)
  • reworked readme.md (496731a)

1.11.0 (2023-06-19)

Bug Fixes

  • adjusted the prompt to make the sources more consistent (1a49cad)

Features

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

Bug Fixes

  • csrf: Use edge-csrf protection (6debb09)
  • csrf: Use edge-csrf protection (8dd1f55)
  • Remove link to removed file (7084725)

1.10.1 (2023-06-01)

Bug Fixes

  • links: The path segment of links was wrong (adb2909)

1.10.0 (2023-05-26)

Bug Fixes

  • links: Add Missing double quotes in links (2cd7d4f)

Features

  • content: Unpack all components into markdown (355c596)

1.9.0 (2023-05-25)

Features

  • added logging of raw answer (07abf30)

1.8.1 (2023-05-25)

Bug Fixes

  • add line clamp on history items (73b90a3)

1.8.0 (2023-05-24)

Bug Fixes

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

Features

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

Features

  • reworked application ui (c8ade6c)

1.6.0 (2023-05-17)

Features

  • chat history: Give the questions context (a946e5e)

1.5.0 (2023-05-17)

Bug Fixes

  • adjusted test setup, added scrollTo mock (d2b5ecb)

Features

  • redesigned the application, added styling, chat-like ui (e48d666)

1.4.0 (2023-05-16)

Bug Fixes

  • deployment: Move env loading back to files (5f84d67)
  • env: Move env checks into functtions (cb0cdb5)

Features

  • Refine prompt to include links (1b2d126)
  • Source Lin: Add link to ref. handbuch page (afab305)

1.3.0 (2023-05-04)

Bug Fixes

Features

1.2.1 (2023-05-02)

Bug Fixes

  • csrf: Only demand csrf token on api (c09b195)
  • csrf: Should work now (55b0a03)

1.2.0 (2023-05-02)

Features

  • rate limit: Adds setup to limit the api (52e232a)

1.1.0 (2023-04-29)

Bug Fixes

  • downgrade next to 13.2.x to use edge-csrf (5d6e483)

Features

  • csrf: Adds csrf protection to api (8bc613c)

1.0.0 (2023-04-28)

Features

  • Protect with basic auth (7ef8902)