Skip to content

Releases: technologiestiftung/oeffentliches-gestalten-gpt-search

v1.8.0

24 May 15:16
Compare
Choose a tag to compare

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)

v1.7.0

22 May 08:31
Compare
Choose a tag to compare

1.7.0 (2023-05-22)

Features

  • reworked application ui (c8ade6c)

v1.6.0

17 May 14:09
Compare
Choose a tag to compare

1.6.0 (2023-05-17)

Features

  • chat history: Give the questions context (a946e5e)

v1.5.0

17 May 11:31
Compare
Choose a tag to compare

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)

v1.4.0

16 May 07:43
Compare
Choose a tag to compare

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)

v1.3.0

04 May 09:54
Compare
Choose a tag to compare

1.3.0 (2023-05-04)

Bug Fixes

Features

v1.2.1

02 May 14:35
Compare
Choose a tag to compare

1.2.1 (2023-05-02)

Bug Fixes

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

v1.2.0

02 May 08:19
Compare
Choose a tag to compare

1.2.0 (2023-05-02)

Features

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

v1.1.0

29 Apr 07:32
Compare
Choose a tag to compare

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)

v1.0.0

28 Apr 12:58
Compare
Choose a tag to compare

1.0.0 (2023-04-28)

Features

  • Protect with basic auth (7ef8902)