Skip to content

Releases: Alex1304/jdash

JDash 2.2.4

29 Aug 13:47
Compare
Choose a tag to compare
v2.2.4

[maven-release-plugin] copy for tag v2.2.4

JDash 2.1.0

11 Jul 11:35
Compare
Choose a tag to compare
  • Modified structure of GDLevelPreview and GDLevel. The methods and constructors are slightly modified, and that might break your code. This is a small breaking change.
  • Added new GD component: GDTimelyLevel, which contains info on the Daily/Weekly level number and cooldown until the next one.
  • Added new HTTP requests objects: GDSongInfoHttpRequest which allows you to fetch info on individual songs, and GDTimelyLevelHttpRequest which allows you to simply get info on Daily levels and Weekly demons.

JDash 2.0.8

11 Jul 11:29
Compare
Choose a tag to compare
  • Fixed a bug where NullPointerException would be thrown if one of the searched levels had no info about the creator

JDash 2.0.7

11 Jul 11:28
Compare
Choose a tag to compare
  • Fixed a bug where the wrong cipher function was used to decode level pass, resulting in the returned pass being completely wrong

JDash 2.0.6

11 Jul 11:26
Compare
Choose a tag to compare
  • Fixed a bug where levels that doesn't require a passcode to be copied would return 0 instead of -2 when calling GDLevel#getPass()

JDash 2.0.5

11 Jul 11:25
Compare
Choose a tag to compare
  • Fixed a bug where levels using Stereo Madness as song would have a null song

JDash 2.0.4

11 Jul 11:23
Compare
Choose a tag to compare
  • Fixed a bug where searching for levels without custom songs would throw a NullPointerException

JDash 2.0.3

11 Jul 11:19
Compare
Choose a tag to compare
  • Added hashCode and equals implementation for all GD components

JDash 2.0.2

20 May 14:18
Compare
Choose a tag to compare

Added constants for searching levels in Magic and Awarded sections.

JDash 2.0.1

10 May 17:44
Compare
Choose a tag to compare

JDash is now available on Maven Central ! You can now import the library in a Maven project as a dependency. Look at the Get Started section of the README for details.