Skip to content

2.7.2

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Sep 23:21
· 14 commits to main since this release

Thanks to our testers and community for the continued support!

Features

Glimboard Companion

  • Added the Glimboard. This is a webapp which is similar to a streamdeck. It allows you to make boards with buttons. Each button can be programmed to do something different.
  • It can be accessed once the glimboi server is running. Launch the overlay or join a chat and head to http://localhost:4201 on your own machine or http://LOCALIP:4201 on another device.
    This is a very basic app. If you have suggestions let me know!

Glimboi API

  • Added an external API. This allows the Glimboard to communicate with the bot. However, any developer can do the same! Check out the lib/modules/server.ts and lib/modules/server file/folders for the spec. I doubt anyone will use this but it is open if you want to!

Command Trigger System

  • Added Manual trigger. This must be enabled for the Glimboard to run the command.
  • Added the ability to bypass command restrictions. This is currently tied to manual triggers but can be expanded on later.

UI

  • Added a modal explaining the Glimboard.
  • Fixed a few broken tags causing possible UI bugs.

Performance and Backend

  • Removed extra tags.
  • Reworte the HTTP and Websocket server to be completely separate. They had several design and performance improvements.

Known Bugs

  • Refreshing a token is broken. This is a Glimesh bug and I can't do anything about it. Try mentioning it in their bugs channel, if we draw enough attention to it hopefully someone will fix it. This is also affecting all other community projects and the official app.

The Future

This will be the last update for a while. Aside from any necessary patches and small features I have to focus on other projects. The bot is feature complete and I couldn't be more proud of where it is. It does everything it needs to do and the Glimesh API sparingly gets updates.

My next focus is finishing the interactive project. The goal is to recreate a mixplay like experience for Glimesh. It is actually pretty close to completion but this had to be done first. After that I need to evaluate if working on Glimesh projects is worth my time. There are some problems that must be fixed and its very frustrating to feel like nothing is being done while putting so much time into the project. To be clear, this has nothing to do with hours/money, rather the lack of progress on Glimesh as well as lack of communication. I'm still hopefully optimistic but we need to see something being done. I'll have more info once interactive is completed.

If you see this, thank you for using the bot. I'm sure it has been a great tool for you and I hope it has helped you create something cool. I've loved working on it and I've been very happy seeing it used. This probably isn't goodbye as I'm sure something will require fixing :) Hopefully, we will see some progress to justify further updates. If anyone reads this I'd appreciate if you keep this quiet until I make an official announcement. Who knows, maybe I won't have to.

Full Changelog: v2.6.0...v2.7.2