Skip to content

Releases: kevinthedang/discord-ollama

v0.5.2

23 Jun 03:59
de15185
Compare
Choose a tag to compare

What's Changed

Notes

  • The application has received upgrades to its node version and building/running should be a bit more lightweight because of Alpine!
  • A toggle has been implemented for users that want to user either GuildText channels vs. PrivateThread and PublicThread channels.
  • For future work, the team hopes to work on issues:

Full Changelog: v0.5.1...v0.5.2

v0.5.1

17 Jun 01:24
32b12e9
Compare
Choose a tag to compare

What's Changed

Notes

  • Removed threads from Ollama API call to improve performance slightly from issue #66.
  • Implemented infinite message sizes for streamed messages. So, if the bot does go over 2000, 4000, etc. it should not break anymore.
  • Just like in v0.5.0 the team hopes to work on issues:

Full Changelog: v0.5.0...v0.5.1

v0.5.0

11 Jun 04:16
5efc7f0
Compare
Choose a tag to compare

What's Changed

Notes

  • Threads are the new way to chat with the bot. You can chat with either private or public threads created by the bot using commands.
  • Just like in v0.4.4 the team hopes to work on issues:

New Contributors

  • @JT2M0L3Y made their first release-level contribution in #58

Full Changelog: v0.4.4...v0.5.0

v0.4.4

01 May 02:36
496ce43
Compare
Choose a tag to compare

What's Changed

Notes

  • Message lengths of any size are not accepted from ollama. So if it talked on forever, it would print it out.
  • Streaming lengths are capped at the Discord limit, this will be implemented later.
  • Just like in v0.4.2 the team hopes to work on issues:
    • #13 #31 #36 for release v0.5.0.
    • #22 for release v1.0.0 or sooner.

Full Changelog: v0.4.3...v0.4.4

v0.4.3

25 Apr 18:29
b5194fa
Compare
Choose a tag to compare

What's Changed

Notes

  • Reduced the need for the ADMINS variable and now the app recognizes whether or not the user is an admin in the server.
  • Just like in v0.4.2 the team hopes to work on issues:
    • #13 #31 #36 for release v0.5.0.
    • #22 for release v1.0.0 or sooner.

Full Changelog: v0.4.2...v0.4.3

v0.4.2

21 Apr 21:43
d67106c
Compare
Choose a tag to compare

What's Changed

Notes

  • IMPORTANT: This streaming option is super slow and is not recommended for larger messages.
  • Just like in v0.4.1 the team hopes to work on issues:
    • #13 #31 #36 for release v0.5.0.
    • #22 for release v1.0.0 or sooner.

Full Changelog: v0.4.1...v0.4.2

v0.4.1

20 Apr 17:07
bc98958
Compare
Choose a tag to compare

What's Changed

Notes

  • This release is mainly bugfixes, a dependency update, changing the license, and readme changes.
  • Just like in v0.4.0 the team hopes to work on issues:
    • #13 #31 #36 for release v0.5.0.
    • #22 for release v1.0.0 or sooner.

Full Changelog: v0.4.0...v0.4.1

v0.4.0

07 Apr 23:12
da1f08a
Compare
Choose a tag to compare

What's Changed

Notes

  • On non-embed messages that are >2000 characters, it will now split them into different messages to ensure the whole message is there. IMPORTANT: this release only can handle <=4000 characters.
  • Just like in v0.3.6 The team hopes to work on issues:
    • #4 #8 #21 #34 #25 for release v0.4.0
    • #13 #31 #36 for release v0.5.0
    • #22 for release v1.0.0 or sooner!
    • Another thing to improve would be improvements to grammar.

Full Changelog: v0.3.6...v0.4.0

v0.3.6

03 Apr 22:26
2bdc7b8
Compare
Choose a tag to compare

What's Changed

Added

  • Users can now use a modify-capacity command to change the context capacity for the message history queue.

Notes

  • Just like in v0.3.5 The team hopes to work on issues:
    • #4 #8 #21 #34 #25 for release v0.4.0
    • #13 #31 #36 for release v0.5.0
    • #22 for release v1.0.0 or sooner!
    • Another thing to improve would be improvements to grammar.

Full Changelog: v0.3.5...v0.3.6

v0.3.5

03 Apr 05:12
7277316
Compare
Choose a tag to compare

What's Changed

  • Chat Queue Persistence by @kevinthedang in #33
  • Chats with Ollama now use a Queue to ensure that chat generations do not take too long.
  • Shutoff feature from #30 has been fixed as the if statement found in the code was not working properly.

Notes

  • Just like in v0.3.4 The team hopes to work on issues:
    • #4 #8 #21 #34 for release v0.4.0
    • #13 for release v0.5.0
    • #31 for release v0.6.0
    • #22 for release v1.0.0 or sooner!
    • Another thing to improve would be improvements to grammar.

Full Changelog: v0.3.4...v0.3.5