Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Releases: ClarityCafe/Clara

Maintenance Release 3.3

05 Dec 16:01
7e3d517
Compare
Choose a tag to compare

Maintenance Release 3.2

18 Apr 02:00
27de977
Compare
Choose a tag to compare
  • Fixed Bot farm detection.
  • YAML Configs are now supported.

Maintenance Release 3.1

23 Feb 08:04
27de977
Compare
Choose a tag to compare

Changelog

  • Fix apparent memory leak (Node GC-related leak.)

Release Milestone 6 - 0.4.3

18 Feb 10:08
a2956cf
Compare
Choose a tag to compare

Notable Changes

  • Everything is now on Redis (BREAKING CHANGE).

  • We switched back to youtube-dl to prevent Stream drops on songs.

  • Music now precaches the first song in queue in first time play and the second song in queue when there's a currently playing.

  • General under-the-hood fixes.

  • Clara is now Container-Ready! Run Clara on Kubernetes, Heroku, and OpenShift. Check wiki for the officially built images.

Known Issues

  • You can't migrate the old configuration to Redis.

  • There would be rare instances the bot would still stream drop. This is still under investigation.

As always, report issues in our Issue tracker.

Don't forget to donate to supercharge our development!

0.4.3 Beta

17 Feb 06:18
Compare
Choose a tag to compare
0.4.3 Beta Pre-release
Pre-release

Changes

  • Music will no longer jump on channels.
  • Use youtube-dl as node-ytdl caused too many problems.

Known Issues

  • No preloading for the second song in queue at the moment, due to the library change

0.4.2 Beta 2

11 Jan 08:29
Compare
Choose a tag to compare
0.4.2 Beta 2 Pre-release
Pre-release

image

Changelog

  • Music caching implemented to mitigate stream drops.
  • Youtube Music component now requests a pure Opus stream.

Known Issues

  • Don't use NPM v5

0.4.2 Beta

28 Dec 14:12
Compare
Choose a tag to compare
0.4.2 Beta Pre-release
Pre-release

image

This is the first beta for The second maintenance release for Clara Ravishing Riko.

Changelog

  • Heroku Deployment support (#133)
  • Fix ship not accepting non-mentions (#143)

Known issues

  • ship breaks on spaced nicknames(#144)
  • Music stream drops (#142)

0.4.1

22 Dec 08:41
Compare
Choose a tag to compare

Maintenance update for Clara 0.4.

Changelog

  • Add redisUrl as an alias for redisURL in the config (f27e3d1).
  • Fix music join throwing an error (574835b).
  • Fix ship throwing an error when given a wrong amount of args (94c7522).
  • You can no longer try to marry people who are already married (9a1607f).
  • Add marrycheck to check marriage status of users (9a1607f).

Release Point 4 - 0.4.0

20 Dec 10:14
Compare
Choose a tag to compare

image

This is our 4th Release point for Clara

Notable Changes

  • Role Management (#106)
  • Memory leak fixes (#69 🔥 )
  • Unloaded commands from previous versions are now acknowledged by this version (#116)
  • Soundcloud Playlist fixes (#83)
  • Port to Asynchronous syntax in ECMAScript 7(#91)
  • Moderation fixes (#80 , #72)
  • Redis migration (#78)

Known Issues

  • This Version does not work on Node 6.x LTS and below. This only works on Node 8.x and Node 7.x!
  • BREAKING CHANGE: 0.3.x DB won't be used by this version. Your guild settings will be purged

Thanks for staying tuned! Note you can Donate to supercharge our development!

Clara 0.4.0 Alpha 2

14 Nov 16:54
Compare
Choose a tag to compare
Clara 0.4.0 Alpha 2 Pre-release
Pre-release

This is the second Development snapshot for Clara 0.4, designated Ravishing Riko.

Notable Changes

  • We recently switched to the Redis Server to address memory leaks that are present with our RethinkDB releases (0.3.x)

  • We just switched out from the Markov-based corpus to AIML-based (experimental, does not work yet.)

  • Moderation is now functional again.

  • Music playlists magically works somehow (@Ovyerus seems to did some tinkering while converting everything to async/await)

Known Issues

  • Now Playing on a non-streaming status is still broken. Currently resolving.