-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b277bc0
commit bca14f1
Showing
2 changed files
with
3 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,3 @@ | ||
### 2.1.4 (06, Mar 2025) | ||
## Features | ||
- **1190**: Added current date to llm request (#1194) by [<u>@Ahmed yasser</u>](https://www.github.com/Ahmedyasser) in [#53fed6a](https://github.com/buerokratt/Buerokratt-Chatbot/commit/53fed6a) | ||
- **1176**: Added llm chat messages sql for clean request (#1193) by [<u>@Ahmed yasser</u>](https://www.github.com/Ahmedyasser) in [#9261c93](https://github.com/buerokratt/Buerokratt-Chatbot/commit/9261c93) | ||
### 2.1.5 (06, Mar 2025) | ||
## Others | ||
- Encoding/decoding symbols in LLM messages (#1196) by [<u>@Ahmed yasser</u>](https://www.github.com/Ahmedyasser) in [#06c368f](https://github.com/buerokratt/Buerokratt-Chatbot/commit/06c368f) | ||
- Hot-Fix: Chat Notifications (#1199) by [<u>@Ahmed yasser</u>](https://www.github.com/Ahmedyasser) in [#9e38b4e](https://github.com/buerokratt/Buerokratt-Chatbot/commit/9e38b4e) | ||
- 1117 Fix terminating chats on tab close (#1186) by [<u>@Igor Krupenja</u>](https://www.github.com/IgorKrupenja) in [#5c70e82](https://github.com/buerokratt/Buerokratt-Chatbot/commit/5c70e82) | ||
- Updated nonce usage to chat removal (#1189) by [<u>@Vassili Moskaljov</u>](https://www.github.com/VassiliMoskaljov) in [#f630a69](https://github.com/buerokratt/Buerokratt-Chatbot/commit/f630a69) | ||
- Update check-version.yml by [<u>@Varmo</u>](https://www.github.com/Varmo) in [#2f25049](https://github.com/buerokratt/Buerokratt-Chatbot/commit/2f25049) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ PATCH=2 | |
test | ||
MAJOR=2 | ||
MINOR=1 | ||
PATCH=4 | ||
PATCH=5 | ||
|
||
stage | ||
MAJOR=2 | ||
|