Skip to content

v2.0.0-canary.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@retrixe retrixe released this 13 Apr 15:05

I was intending this to be quicker.
MongoDB is here πŸŽ‰
And that security vulnerability last release? It's fixed. So you can expose the web dashboard if you so wish.
We can't yet clear warns, but we can see warns, which is a major improvement.
I found some issues with /mute which have been fixed.
I also added /calc and /namemc (I am not a Minecraft fan, just saying, I had a request to add that)

So, Prisma is gone. Seems like one hurdle to self-hosting is wiped clean.
I also forgot to write tests which I should have done 3 months ago, so I'm totally rekt now. Not only complete the web dashboard and fix responses under #3 but now I must write tests. Ah, we never run out of work.

Now self-hosting is supported and I'm going to add one-click deployment soon. Also, even more weChill configuration (it's a Discord server) so we'll have to get rid of that. And no, I did not shift ts-node and typescript to devDependencies. That commit message is erroneous.

Major Changes

  • Support env vars and Now secrets. Prisma out, MongoDB in. Update /link: 5469584
  • Port bot, resolvers to Mongo, fix dotenv, add host override to client: fe46dbf

Minor Changes

  • Connect client + server reliably. Fix /warn, add /warnings. Read desc. Enhance TypeScript, shift ts-node and typescript to devDependencies. Experimental /removewarn: 6ee59dc
  • Remove /removewarn and add /calculate and /namemc. Fix /mute: 9b1c316

Patches

  • Fix issue with Now and add weChill specific configuration: 7fc632d