Skip to content

Releases: awesomekosm/Shura

1.6.7 Bump dependencies

08 May 18:05
Compare
Choose a tag to compare

What's Changed

  • Bump org.springframework.boot:spring-boot-starter-parent from 3.2.4 to 3.2.5 by @dependabot in #175
  • Bump org.apache.commons:commons-text from 1.11.0 to 1.12.0 by @dependabot in #174
  • Bump org.xerial:sqlite-jdbc from 3.45.2.0 to 3.45.3.0 by @dependabot in #173
  • Bump dev.arbjerg:lavaplayer from 2.1.1 to 2.1.2 by @dependabot in #176

Full Changelog: 1.6.6...1.6.7

1.6.6 Bump dependencies

22 Mar 00:44
Compare
Choose a tag to compare

What's Changed

  • Bump org.xerial:sqlite-jdbc from 3.45.1.0 to 3.45.2.0 by @dependabot in #171
  • Bump dev.arbjerg:lavaplayer from 2.1.0 to 2.1.1 by @dependabot in #170
  • Bump org.springframework.boot:spring-boot-starter-parent from 3.2.3 to 3.2.4 by @dependabot in #172

Full Changelog: 1.6.5...1.6.6

1.6.5 Multiarch docker image

01 Mar 03:31
Compare
Choose a tag to compare
  • removed specific dependencies for x86
  • larger image but can be arm or x86

1.6.4 Bump dependencies

23 Feb 04:24
Compare
Choose a tag to compare
  • Springboot
  • Lavaplayer
  • SQLite

1.6.3 Bump dependencies

05 Dec 00:47
Compare
Choose a tag to compare
  • Springboot
  • Lavaplayer
  • Utils

1.6.2 Bump dependencies

27 Oct 01:26
Compare
Choose a tag to compare
  • Springboot
  • Lavaplayer

1.6.1 Bump dependencies

14 Sep 02:30
Compare
Choose a tag to compare
  • Java 19
  • Springboot 3

1.6.0 Change approach to recovery and storing media

13 Sep 03:15
Compare
Choose a tag to compare

media table handles each track, past, present, and future. It also keeps a request id, allowing for skipping playlists.
current_media maps guilds to media currently playing.

This update allows to skip playlists and media from shurapleer.
Logic for recovery upon restart has been simplified, there is no queue, the database media table allows to start at an unfinished media.

Playing media from shurapleer allows for shuffling songs, just prepend r before https

  • Example: play rhttps://shurapleer.com/...

Additionally

  • track table has been removed

1.5.2 Bump dependencies

18 Aug 17:11
Compare
Choose a tag to compare

Update lavaplayer

1.5.1 Fix repository transaction

15 Apr 03:06
Compare
Choose a tag to compare
Remove transactional from repository

-accidental commit