Skip to content
This repository has been archived by the owner on Oct 31, 2022. It is now read-only.

Releases: Dyfused/Explode-Kotlin

Explode v1.2 beta 2

11 Aug 16:01
5b6c1e7
Compare
Choose a tag to compare
Explode v1.2 beta 2 Pre-release
Pre-release

This version contains changes in Records.

Changes

  1. Now stores every PlayRecords instead of the best one for R calculating.
  2. Fixed multiple bugs.
  3. Added new entries of Bomb.

Full Changelog: v1.1...v1.2-beta.2

Explode v1.2 beta 1

29 Jul 12:18
0a63db5
Compare
Choose a tag to compare
Explode v1.2 beta 1 Pre-release
Pre-release

This version is not compatitable with the old version!

Migrate the old data

  1. Backup all the data in the database.
  2. Download the Data Fixer below, and provide it with the configuration.
  3. Then update your server version.

Explode v1.1

25 Jul 20:37
467b462
Compare
Choose a tag to compare

The first release supporting Unencrypted charts.

Server

  1. Refactored the legacy codes.
  2. Added configuration system.
  3. Supporting Unencrypted charts. (But due to an issue at client side, the two modes are not compatitable! See Unencrypted Mode for more information.)
  4. Fuzzy Search in the Chart Store is now available.
  5. A coin gaining feature is on.
  6. Added configuration section to set default avatar and default store preview picture for those users/sets who are missing them.

Additional Tools

Composer Client

  1. Upstream updates.
  2. Supporting configurations as Server provide. (You need to drop this Jar in the folder of the Server Jar, in order to read the exact same configs.)

Known issues

  1. The chart list in the Adding page is bugging.

Explode v1.0

11 Jul 07:42
fe13503
Compare
Choose a tag to compare

This is the first release of Explode.

Server

The actual backend server.

  • GraphQL backend (most)
    • Store
    • Play Record Uploading
    • Play Record Ranking
  • Resource dispatch (all)

Additional Tools

Composer Client

To manage the data in the database on a window application.

Know issues

  1. Cannot change the MongoDB connection string. Actually the GQL server has not implemented the MongoDB connection string configuration when the client is under developing. This will be patched in later version before v1.1 final release.
  2. Useless button as scaffold need to be removed.

Rena App

To export Rena-styled data into the MongoDB. The ZipPacking feature is currently disabled due to bugs.