-
Notifications
You must be signed in to change notification settings - Fork 52
/
Changelog.txt
26 lines (20 loc) · 962 Bytes
/
Changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
CHANGE LOG:
31.07.2024
- Open Source Models Connection (API and Endpoint adjustable from .env)
- Chatlog is saved on the localstorage
16.04.2024 Changelog – HAWKI V1.
- Multi language package added.
- Dark mode theme added.
- Syntax Highlighting update.
- KaTeX implimentation for math formulas.
- Azure AI integration
- BUGFIX: Test user enabled w/ cridentials from .env file.
- Shibboleth connection
- System prompts panel added.
- Security updates for escaped HTML, sanitized inputs, csrf token.
23.01.2024
- Message Inputfield scroll panel added.
- Autoscroll function adjusted. Scroll up stops the auto scroll.
- Stop Generating function added. During the generation process send button switches to stop generation button.
- Copy Button added. The function copies the whole message as plain text.
- BUGFIX: Parsing error from json "Chunks" corrected (merged code from Niklas Wode).