Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

v7.0 Not a minor one

Choose a tag to compare

@azlux azlux released this 08 Jul 02:14
· 249 commits to master since this release
6133c6f

Hi all users, even no botamusique user. Yes, you in the back !
This project have completed a step. We use nodeJS to compile the code 😈. Don't worry, you don't need to use it, but It will help us to code the bot. Lot of internal changes here.

Features:

  • NodeJS help us to make most of the assets lighter. You don't see it, but it's a big step and many discussions.
  • ATTENTION NEEDED: for git version user: now you need to compile the web interface before using is. Please see the README.md for details.
  • We have CI/CD to automate the deployment (no manual script anymore)
  • We have implement auto update for testing without nodejs. All commit are compiled everytime.
    • new target_version (in the config) to keep using the git.
    • testing will now use the compiled version on the deployement website
  • So we have Docker image (testing and stable)
  • Fade-in to the beginning of the stream to avoid hurting your hears
  • Accessibility enhancements (many additions to the html) : labels, alt text, color, headers ...

Fixes:

  • Video music are supported (especially needed for OGG)
  • opus metadata capabilities for the webinterface
  • ytsearch is working again !
  • bug when parsing time.

Again, for users who use the git clone of the repo directly, now you need to compile the web interface with npm before using is. Please see the README.md for details.

Thanks to @TylerVigario, @felix91gr, @TerryGeng and @W0rmsy for making this release possible !

Azlux