Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Releases: dvhsh/matechat

v1.2.1

28 Jan 01:09
8b53526
Compare
Choose a tag to compare

Release v1.2.1

What's New

  • Added Text-to-Speech feature powered by GPT-SoVITS
  • Various stability improvements

Installation Instructions

  1. Extract the archive into your Desktop Mate installation folder

v1.1.1

23 Jan 02:43
d2f56f0
Compare
Choose a tag to compare

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

  1. 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
  2. Replace your existing matechat.dll in the Mods folder

v1.1.0

23 Jan 02:13
d2f56f0
Compare
Choose a tag to compare

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

  1. 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
  2. Replace your existing matechat.dll in the Mods folder

⚠️ Important: This is a recommended update for all users as it significantly improves chat functionality and fixes known issues.

v1.0.5.1

19 Jan 22:05
2750b2b
Compare
Choose a tag to compare

minor patch

v1.0.5

19 Jan 20:03
89e9021
Compare
Choose a tag to compare

Added support for more engines (openai & openrouter)

Please reconfigure once updated

v1.0.4

17 Jan 06:04
69f1812
Compare
Choose a tag to compare
  • add AI_NAME to config and chat window
  • fix scrolling bug
  • fix SYSTEM_PROMPT not updating on reload
  • better config testing

v1.0.3.1

16 Jan 23:41
66424b6
Compare
Choose a tag to compare
  • fixed a bug where the default config would not generate on first run

Release 1.0.3

14 Jan 03:44
83ba07b
Compare
Choose a tag to compare

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

v1.0.2

12 Jan 08:07
61c1b81
Compare
Choose a tag to compare

This release adds a settings menu and management, scrolling to the chat window, and some custom assets.