Update version to 1.87.0

This commit is contained in:
kwaroran
2024-03-21 03:35:52 +09:00
parent 82e5e48ae3
commit d69b54e335
4 changed files with 9 additions and 11 deletions

View File

@@ -1,14 +1,12 @@
export const patchNote = {
version: "1.86",
version: "1.87",
content:
`
# Update 1.86
- Added 'Request info inside chat' option
- Added response info for streamed chat
- Added color scheme customization
- Added color scheme export and import
- Added {{previous_chat_log::A}} syntax
- Minor bug fixes
# Update 1.87
- Changed name of Reverse Proxy to Custom (OpenAI-Compatible)
- Added Additional Parameters to Custom (OpenAI-Compatible)
- Added Height mode option
- Fixed file post not working on Custom (OpenAI-Compatible)
`
}