Skip to content

Releases: RPDJF/Goofyn

0.1.4 release (beta)

12 Jul 01:36
0e67358
Compare
Choose a tag to compare
0.1.4 release (beta) Pre-release
Pre-release

Changelog for Goofyn 0.1.4

This release includes language updates for welcome help messages, a fix for handling empty documents in db.js, some minor optimizations, and an update to the embedUtility module.

[0.1.4] - 2024-07-18

Added

  • Language update for welcome help messages to support new languages.
  • Default author object in embedUtility will now use client data (discord.js) instead of manually feeding it.

Fixes

  • Fixed #7 issue in db.js to properly handle empty documents.

Optimizations

  • Optimized the .env file by removing unnecessary data. Now it's supposed to only contain sensitive data. These variables can also be set through Docker.

Should you encounter any issues, please report them on our issues page.

Full Changelog: 0.1.3...0.1.4

0.1.3 release (beta)

11 Jul 01:56
Compare
Choose a tag to compare
0.1.3 release (beta) Pre-release
Pre-release

Changelog for Goofyn 0.1.3

Urgent fix for issue #5.

[0.1.3] - 2024-07-11

Fixes

  • Fixed an issue where new database documents were not being written

Should you encounter any issues, please report them on our issues page.

Full Changelog: 0.1.2...0.1.3

0.1.2 release (beta)

10 Jul 19:09
6cb7394
Compare
Choose a tag to compare
0.1.2 release (beta) Pre-release
Pre-release

Changelog for Goofyn 0.1.2

This release is adds a new command /interaction.
Goofyn is no longer using firestore database but a local mongodb instead.

[0.1.2] - 2024-07-10

Changes

  • Now using a local mongo database instead of firestore database

Added

  • /interaction command allowing users to interact with each other.
  • firestore2mongo.js script has been added to migrate database, refer to readme for instructions.

If you encounter any issues, please report them on our issues page.

Full Changelog: 0.1.1...0.1.2

0.1.1 release (beta)

10 Jul 03:30
Compare
Choose a tag to compare
0.1.1 release (beta) Pre-release
Pre-release

Changelog for Goofyn 0.1.1

This release is an urgent bug fix update. I strongly recommend updating to this version to ensure stability and optimal performance.

[0.1.1] - 2024-07-10

Fixed

  • Urgent bug fix related to the issue discovered in issue #1.
    This fix addresses a critical issue that makes the bot crash on a command error, instead of simply logging it.

If you encounter any issues, please report them on our issues page.

Full Changelog: 0.1.0...0.1.1

0.1.0 release (beta)

10 Jul 02:04
Compare
Choose a tag to compare
0.1.0 release (beta) Pre-release
Pre-release

First beta release