Skip to content

Releases: dimaskiddo/go-whatsapp-multidevice-gpt

v1.8.0

14 Sep 05:28
Compare
Choose a tag to compare

Changelog

  • b80b5af fix: error handling and set ollama stream mode to disable
  • 31a01fd fix: ollama client connection string parse now include port detection
  • 55cf5bb feat: add ollama host path variable in env example
  • e9f627a feat: make connection url to ollama more flexible
  • 243704d fix: whatsapp gpt tag environment variable name
  • 2d7c8e6 fix: make logging in daemon give a proper info about gpt engine in use
  • 6de4c51 feat: add support for ollama as gpt engine

v1.7.0

23 Aug 16:16
Compare
Choose a tag to compare

Changelog

  • 38722b1 update whatsmeow deprecated proto
  • 3c2bb6d update go library and docker

v1.6.0

19 Mar 03:03
Compare
Choose a tag to compare

Changelog

  • 99b8b4a update and improvement:
    • update go now use go 1.21
    • update base packages to latest
    • remove message sync configuration limit

v1.5.1

09 Dec 11:18
Compare
Choose a tag to compare

Changelog

  • 647de74 update whatsapp.go improve presence, sync limit, and node binary parsing

v1.5.0

01 Dec 08:13
Compare
Choose a tag to compare

Changelog

  • 6835e13 update fix wait login process until it's timed out
  • 19b0251 update dependencies and login now use pair code instead of qr code scan

v1.4.2

31 Jul 06:23
Compare
Choose a tag to compare

Changelog

v1.4.1

07 Jun 08:51
Compare
Choose a tag to compare

Changelog

  • 74a5b98 update Dockerfile fix error packages
  • 05f8222 update Dockerfile fix error syntax
  • d7dc3ad update Dockerfile include ca certificates when using Debian Slim
  • b4828f1 update Dockerfile revert back to use Debian base
  • 46c2042 add proxy url support and update user agent type list
  • 32afb41 add whatsapp client user agent configuration

v1.4.0

06 Jun 12:17
Compare
Choose a tag to compare

Changelog

  • 4daba34 update gpt response logic
  • 1d7cc52 update show error from OpenAI to logger
  • 108ba9d update base library

v1.3.2

11 Mar 00:10
Compare
Choose a tag to compare

Changelog

  • a468ef8 update improve blocked word regexp when environment variable for additional blocked word is empty; improve global error message as response
  • bdf8675 update improve any regexp string matching detection for whatsapp gpt tag, gpt model name, and blocked word
  • b5190f2 update improve handling on gpt tag recognition and allow to read all conversation type

v1.3.1

08 Mar 14:33
Compare
Choose a tag to compare

Changelog

  • b6d53ff update fix bug when optimize parse question and tag by using lower case
  • 3e5df16 update optimize parse question and tag by using lower case
  • 728c0d2 - revert word streaming cleansing method
  • 93605c4 - update environment variable to be more global use OPENAI rather than CHATGPT since using an OpenAI library - update gpt package module to support older gpt model name by using CreateCompletion rather than CreateChatCompletion - update improve handling in cleansing when streaming word
  • cdec3cd update fix tag reading force to lower case and not case sensitive