This repository was archived by the owner on Mar 17, 2025. It is now read-only.
Releases: dvhsh/matechat
Releases · dvhsh/matechat
v1.2.1
v1.1.1
Bug Fixes in v1.1.1
- Fixed "typing..." message getting stuck in chat history
- Added proper auto-scrolling to keep latest messages in view
- Improved chat window scrolling behavior
Installation
- Make sure these SQLite files are in your
UserLibs
folder:- e_sqlite3.dll
- Microsoft.Data.Sqlite.dll
- SQLitePCLRaw.batteries_v2.dll
- SQLitePCLRaw.core.dll
- SQLitePCLRaw.provider.e_sqlite3.dll
- Replace your existing
matechat.dll
in theMods
folder
v1.1.0
What's New in v1.1.0
- Added chat context support - Your mate now remembers previous conversations!
- Fixed JSON parsing issues that were causing message truncation
- Implemented semantic versioning
Installation Instructions
- Place the following SQLite files in your
UserLibs
folder:- e_sqlite3.dll
- Microsoft.Data.Sqlite.dll
- SQLitePCLRaw.batteries_v2.dll
- SQLitePCLRaw.core.dll
- SQLitePCLRaw.provider.e_sqlite3.dll
- Replace your existing
matechat.dll
in theMods
folder
v1.0.5.1
v1.0.5
v1.0.4
v1.0.3.1
Release 1.0.3
This release adds config testing, cloudflare worker testing, and window sizing options to the config.
Please add the following new fields to your config if you were previously using 1.0.2
CHAT_WINDOW_WIDTH = 400
CHAT_WINDOW_HEIGHT = 500
CHAT_WINDOW_X = 20
CHAT_WINDOW_Y = 20
CHAT_WINDOW_FONT_SIZE = 24