Skip to content

Releases: The-Best-Codes/discraft-js

v1.6.9

11 Feb 03:29
7553c09
Compare
Choose a tag to compare

Full Changelog: v1.6.8...v1.6.9

Updates 🔥

  • discraft browser build and discraft browser serve, which are in development
  • Fix sentry issues
  • Dependency updates
  • UX fixes with long project file paths (which are now relative to be shorter)
  • Minor bug fixes

v1.6.9-beta.7

11 Feb 03:07
a06caf8
Compare
Choose a tag to compare
v1.6.9-beta.7 Pre-release
Pre-release

Full Changelog: v1.6.9-beta.6...v1.6.9-beta.7

Internal release.

v1.6.9-beta.6

10 Feb 21:18
6e6d78f
Compare
Choose a tag to compare
v1.6.9-beta.6 Pre-release
Pre-release

Full Changelog: v1.6.9-beta.5...v1.6.9-beta.6

Fixes

  • Fixed missing build step in browser

v1.6.9-beta.5

10 Feb 20:54
173473a
Compare
Choose a tag to compare
v1.6.9-beta.5 Pre-release
Pre-release

Full Changelog: v1.6.9-beta.4...v1.6.9-beta.5

This is an internal release. It fixes missing files in the last release.

v1.6.9-beta.4

10 Feb 20:47
e89979d
Compare
Choose a tag to compare
v1.6.9-beta.4 Pre-release
Pre-release

Full Changelog: v1.6.9-beta.3...v1.6.9-beta.4

This is an internal release which tests browser compatibility with Discraft.
It may fail to deploy due to Sentry contamination.

v1.6.9-beta.3

09 Feb 04:39
b8f5fa2
Compare
Choose a tag to compare
v1.6.9-beta.3 Pre-release
Pre-release

Full Changelog: v1.6.8...v1.6.9-beta.3

This is an internal release.

v1.6.9-beta.2

09 Feb 04:13
433b739
Compare
Choose a tag to compare
v1.6.9-beta.2 Pre-release
Pre-release

Full Changelog: v1.6.9-beta.1...v1.6.9-beta.2

This is an internal release.

v1.6.9-beta.1

09 Feb 03:55
3c61b2d
Compare
Choose a tag to compare
v1.6.9-beta.1 Pre-release
Pre-release

Full Changelog: v1.6.9-beta.0...v1.6.9-beta.1

This is an internal release.

v1.6.9-beta.0

09 Feb 03:39
f746aa0
Compare
Choose a tag to compare
v1.6.9-beta.0 Pre-release
Pre-release

Full Changelog: v1.6.8...v1.6.9-beta.0

This is an internal release.

v1.6.8

30 Jan 17:50
660a655
Compare
Choose a tag to compare
Repo thumbnail

Full Changelog: v1.6.7...v1.6.8

Updates

  • This release addresses #11

discraft exec build command

A new command has been added to compile bots (created in the TS and JS template formats) to executable files for cross-platform execution. You can see more info in the command's section in the README:
https://github.com/The-Best-Codes/discraft-js?tab=readme-ov-file#discraft-exec-build

Here is a list of supported compiling targets:

Target OS Architecture
linux-x64 Linux x64
linux-arm64 Linux arm64
windows-x64 Windows x64
darwin-x64 macOS x64
darwin-arm64 macOS arm64

Serverless deployment documentation / tutorials

I've also written a tutorial on using Discraft to deploy serverless Discord applications to Vercel. You can read the tutorial here.

Tutorial thumbnail

Happy bot building!