Skip to content

Releases: at-elcapitan/nXRE

3.7.1 Rλ

Choose a tag to compare

@at-elcapitan at-elcapitan released this 22 Mar 22:59
b4876c2

nEXT Reemerged

Release Lambda

Requirements

  • Docker, docker-compose

What's changed

  • Added plugin updater for Lavalink
  • Added custom Dockerfile for Lavalink container
  • Changed volume level management to internal
  • Fixed reconnect issues after Unexpected error
  • Cleaned Dockerfile for nXRE
  • Cleaned docker-compose.yaml
  • Removed PostgreSQL service from docker-compose.yaml (DBMS will be changed to SQLite at 3.8)

Note

It is recommended to reinstall all pip packages for venv and rebuild services for docker
For venv run pip install --upgrade -r requirements.txt
For docker run docker-compose up --build

Pull Requests

Full Changelog: 3.7...v3.7.1

3.7 Rλ

Choose a tag to compare

@at-elcapitan at-elcapitan released this 22 Mar 19:25
1ed9fee

nEXT Reemerged

Release Lambda

Requirements

  • Docker, docker-compose

What's changed

  • Code refactored
  • Changed the Lavalink client library to mafic
  • Removed music saving functionality (to be refactored at 3.8)

Note

It is recommended to reinstall all pip packages
For venv run pip install --upgrade -r requirements.txt
For docker run docker-compose up --build

Pull Requests

Full Changelog: v3.6.3...3.7

3.7β2

3.7β2 Pre-release
Pre-release

Choose a tag to compare

@at-elcapitan at-elcapitan released this 27 Feb 13:33

nEXT Reemerged

Release Lambda, beta 2

Requirements

  • Docker, docker-compose

What's changed

  • Added startup message
  • Refactored control message handling
  • Refactored error handling

Warning

This update contains debug code and may become unstable. Use at your own risk.

Full Changelog: v3.7-beta.1...v3.7-beta.2

3.7β1

3.7β1 Pre-release
Pre-release

Choose a tag to compare

@at-elcapitan at-elcapitan released this 26 Feb 07:55

nEXT Reemerged

Release Lambda, beta 1

Requirements

  • Docker, docker-compose

What's changed

  • Refactoring code, better error handling

Warning

This update contains debug code and may become unstable. Use at your own risk.

Full Changelog: v3.6.5-final...v3.7-beta.1

nEXT 3.6.5

Choose a tag to compare

@at-elcapitan at-elcapitan released this 19 Jan 21:48

Requirements

  • Docker, docker-compose

What's changed

  • Fixed core youtube command error

Warning

End of 3.0 major update

Repository will be archived and the bot will be replaced.

Full Changelog: v3.6.4-final...v3.6.5-final

nEXT 3.6.4

Choose a tag to compare

@at-elcapitan at-elcapitan released this 17 Jan 13:50
9a9cc2f

Requirements

  • Docker, docker-compose

What's changed

  • Changed youtube-source version to latest available
  • Fixed core youtube command error

Warning

End of 3.0 major update

Repository will be archived and the bot will be replaced.

Full Changelog: v3.6.3...v3.6.4-final

nEXT 3.6.3

Choose a tag to compare

@at-elcapitan at-elcapitan released this 21 Nov 22:14
40e3511

Requirements

  • Docker, docker-compose

What's changed

  • Enhanced code readability for __main__.py and music.py
  • Fixed problems with voice_channel variable in music.py

Related pull requests

Full Changelog: v3.6.2...v3.6.3

nEXT 3.6.2

Choose a tag to compare

@at-elcapitan at-elcapitan released this 20 Nov 20:11

Requirements

  • Docker, docker-compose

What's changed

  • Changed a Lavalink Youtube plugin version from 1.4.0 to 1.8.3
  • Changed a Wavelink version from 3.3.0 to 3.4.1
  • Fixed /list add_current command
  • Fixed /list play string parsing
  • Fixed YouTube playing
  • Added Discord interaction 404 error handling

Related pull requests:

Full Changelog: v3.6.1...v3.6.2

v3.6.1

Choose a tag to compare

@at-elcapitan at-elcapitan released this 23 Jul 23:38
c06140c

Requirements

  • Docker, docker-compose

What's changed

  • Changed a Lavalink Youtube plugin version from 1.1.0 to 1.4.0

Full Changelog: v3.6...v3.6.1

nEXT 3.6

Choose a tag to compare

@at-elcapitan at-elcapitan released this 16 Jun 17:58
fe09505

New player system update [Issue #33]

Requirements

  • Docker, docker-compose

What's changed

  • Created Player, ServerController and Track classes
  • Removed lists from COG
  • Migrated to a new track-playing system
  • User lists updated