Skip to content

Releases: xastrobyte/Omega-Psi

Omega Psi 12.3

03 Mar 02:38
Compare
Choose a tag to compare

Added 2 new meme generators and a TinyURL command

Changes

  • added | Added a tinyurl command (it also allows custom aliases)
  • added | Added the distractedBoyfriend meme
  • added | Added the nutshell meme

Omega Psi 12.2.1

17 Feb 19:09
Compare
Choose a tag to compare

Made a few small bug fixes.

Changes

  • fixed | Fixed a typo in the textTo base64 decode command that said Encoded to Base64 instead of Decoded from Base64
  • changed | Updated the question message that shows up when a user reports a bug on a command in the bot. The user does not need to specify the prefix since that is server-specific.

Omega Psi 12.2

03 Feb 00:57
Compare
Choose a tag to compare

Made a few changes and fixes in some minigames including Black Box, which will now let you choose between 3 to 5 atoms to find in it.

Changes

  • changed | Changed corners of Black Box minigame to white squares
  • added | Added monthly usage statistics
  • changed | Changed the emojis next to the player names in checkers
  • fixed | Fixed chess minigame. Now it will run!
  • fixed | Fixed black box minigame from generating 2 atoms next to each other
  • changed | Added ability to choose how many atoms are in the black box minigame

Omega Psi 12.1

26 Jan 23:31
Compare
Choose a tag to compare

New minigames! Checkers, Hangman (again), and Black Box!

Changes

  • added | Added hangman minigame
  • added | Added checkers minigame
  • added | Added blackbox minigame

Omega Psi 12.0

08 Dec 01:25
Compare
Choose a tag to compare

Added meme generators! Now you can create memes straight from the bot using prebuilt meme generators. Server managers can now enable or disable multiple commands at once. Fixed a few issues with chess and the website.

Changes

  • added | Added letMeIn meme generator
  • added | Added cryingKid meme generator
  • added | Added grusPlan meme generator
  • added | Added imTheCaptain meme generator
  • added | Added sideEyePuppet meme generator
  • added | Added plankton meme generator
  • added | Added riverOfTears meme generator
  • added | Added orDraw25 meme generator
  • added | Added cureForDepression meme generator
  • added | Added sacredTexts meme generator
  • added | Added passingNotes meme generator
  • added | Added pupilExpand meme generator
  • fixed | Fixed an issue with editing a task on the website
  • added | Added more information about how commands are formatted and what [] and <> brackets mean
  • fixed | Fixed an issue with chess when updating the win/loss count after a player resigns from a game
  • changed | Changed the help command so categories with no visible commands won't show up
  • fixed | Fixed an issue where a bug or suggestion would lose its GitHub issue link when a developer marks it as seen
  • changed | Developers can now globally enable or disable multiple commands at once
  • changed | Server managers can now enable or disable multiple commands at once

Omega Psi 11.0

26 Nov 00:50
Compare
Choose a tag to compare

Added a stats category for some video game stats and added a server leaderboard command. Also added a timeSince command to calculate the time since/from the current day. Omega Psi's logo is new and updated!

Changes

  • added | Added Division 2 tracker stats
  • added | Added Modern Warfare tracker stats and match stats
  • added | Added Warzone tracker stats and match stats
  • added | Added brainf command into code cog
  • changed | The matrix command now only accepts integers up to 65536
  • changed | Updated Omega Psi's logo!
  • fixed | Fixed an issue with the execute command not giving an error message when someone tries to run an execute command without code to execute
  • added | Added a timeSince command that tells you how long it's been since a specific date in time. Note that this uses Universal Central Time so depending on where you live, it may be off but by no more than a day.
  • added | Added a minigame leaderboard command for servers

Omega Psi 10.3

17 Nov 21:54
Compare
Choose a tag to compare

Made a few bug fixes. There's also now a way to receive notifications when a developer adds a task to the tasklist. There's also a matrix command for matrix algebra!

Changes

  • added | Added notifications for tasks
  • changed | Standardized notification system
  • added | Added ability to promote pawns to queen, bishop, knight, or rook in chess
  • fixed | Fixed the volume command. Now it actually works!
  • fixed | Fixed the math cog. Now the commands should work again
  • added | Added matrix command to the math cog
  • fixed | Fixed an issue with the execute command when an error occurred in the code
  • removed | Removed the kingsCup minigame
  • fixed | Fixed avatar command

Omega Psi 10.2

09 Nov 22:17
Compare
Choose a tag to compare

Made a few fixes with some existing commands. Added the chess minigame and added the ability for developers to commit an update from the website.

Changes

  • added | Added chess minigame with weird AI (it's not dumb but it's not smart)
  • fixed | Fixed issue with enabling a cog (developers)
  • fixed | Fixed an issue with the notify command
  • changed | Added the ability to leave a Cards Against Humanity game
  • added | Implemented a way for developers to commit an update on Omega Psi's website
  • fixed | Fixed the AI in battleship from making a move outside of the board

Omega Psi 10.1

03 Nov 22:27
Compare
Choose a tag to compare

Added a few more features to the bug and suggestion system. You can now view your submitted bugs and suggestions online and they go to GitHub too! Made a few fixes to some existing commands. Developers can now disable an entire cog.

Changes

  • fixed | Fixed an issue with code output coming out as Bas64 encoded text rather than plaintext
  • fixed | Fixed an issue with createFeature command
  • added | Added ability for developers to disable an entire cog
  • added | Added cog disabling feature on developer page of website
  • added | Added a way for people to see bug reports and suggestions that they have submitted in the /settings page
  • fixed | Fixed issues when viewing bugs or suggestions (either on the web or in the bot)
  • fixed | Fixed an issue with globallyEnableCog
  • added | Bugs and suggestions now go to GitHub as issues

Omega Psi 10.0

20 Oct 19:53
Compare
Choose a tag to compare

Added music functionality, migrated Mlab database to MongoDB, and configured Github/Repl.it integration. Fixed a few minor issues

Changes

  • changed | Grouped text encoding commands into textTo command
  • added | Added text-to-binary conversion (textTo binary)
  • added | Added text-to-octal conversion (textTo octal)
  • added | Added text-to-decimal conversion (textTo decimal)
  • added | Added text-to-hex conversion (textTo hex)
  • added | Added ability to receive notifications when Omega Psi receives a new feature or a new update
  • changed | Migrated database to MongoDB
  • changed | Cleaned up code smells in source code
  • changed | Updated Github/Repl.it source code integration (Now each change is immediately synced between the two!)
  • added | Added music functionality!
  • fixed | Fixed an issue when developers view and maintain suggestion and bug cases