This repository has been archived by the owner on Oct 31, 2022. It is now read-only.
Releases: Dyfused/Explode-Kotlin
Releases · Dyfused/Explode-Kotlin
Explode v1.2 beta 2
This version contains changes in Records.
Changes
- Now stores every PlayRecords instead of the best one for R calculating.
- Fixed multiple bugs.
- Added new entries of Bomb.
Full Changelog: v1.1...v1.2-beta.2
Explode v1.2 beta 1
This version is not compatitable with the old version!
Migrate the old data
- Backup all the data in the database.
- Download the Data Fixer below, and provide it with the configuration.
- Then update your server version.
Explode v1.1
The first release supporting Unencrypted charts.
Server
- Refactored the legacy codes.
- Added configuration system.
- Supporting Unencrypted charts. (But due to an issue at client side, the two modes are not compatitable! See Unencrypted Mode for more information.)
- Fuzzy Search in the Chart Store is now available.
- A coin gaining feature is on.
- Added configuration section to set default avatar and default store preview picture for those users/sets who are missing them.
Additional Tools
Composer Client
- Upstream updates.
- 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
- The chart list in the Adding page is bugging.
Explode v1.0
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
- 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.
- 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.