Experimental release
- Rebuilt against Geode 4.0.0-beta.1
Experimental release
- Ported to 2.2074 and Geode 4.0.0
Experimental release
- Ported to 2.206 and Geode 3.0.0
updateFeatureStateFromLevel
is currently missing its binding, so "Use Demon Face" will not reflect the featured state of the level.
Experimental release
- Swap the popout from using
init
toinitAnchored
. Maybe fixes mobile alignment issues? - Exploring some tiers still do not work. It is a complete mystery to me as to why! This is the last thing preventing this from being a stable release ATM
Experimental release
- Switches over level name / creator name matching to server-side ID fetching
- This means all the work is done on the NLW API server rather than the client, but this reverse method of fetching also results in more incorrect guesses
- However, this should mean levels not on sheets will not be misrecognized as something that is
- This is experimental, and I can't test every level to make sure the matches are correct, so I'm putting out a beta release. Report any issues you find to me!
- You can now click the tier text to show every level in that tier as a consequence
- Some tiers don't work, and I'll work on ironing that out soon
- Send a user agent for requests
- In the future, requests before v1.3.2 may become blocked by
nlw-api
.
- In the future, requests before v1.3.2 may become blocked by
- Update icon
- No longer is every unplaced level Fuck tier
- C++ strings were a mistake
- Non-extreme demons should no longer be given tiers. Hopefully for good this time
- Add an option to disable the tier text and only see info upon clicking the demon face
- Fix issues with Node IDs, should fix node alignment issues of other mods
- Improve rating string matching algorithm
- Mystic will no longer be mismatched to Mystic Bounds
- Fix crashes on Android, hoo fucking ray
- Add a "Broken in 2.2" field
- Fix enjoyment after server-side changes
- Restrict patches to exclusively apply to extreme demons
- Light data sanitization, should fail less hard now in the case of API downtime/malfunctions
- Replace the description text field with a custom one, should have no functional difference
- Fix Android build
- Fix overlap with long level/creator names
Initial release