• v1.1.0 86e1e6050a

    v1.1.0
    All checks were successful
    Build release binaries / build (push) Successful in 19m55s
    Build docker images / build (push) Successful in 40m34s
    Stable

    ethanaobrien released this 2026-02-19 14:50:47 -06:00 | 0 commits to main since this release

    Changes since 1.0.0:

    • New WebUI
    • Add built-in static assets handler
    • database transactions are no longer bound to one thread
    • Add "Easter Mode" (This feature can only currently be toggled using the ew-android app, and is only available for Android
    • Add button to "cheat" in webui
    • Add webui endpoints to get the song list and card list
    • Add ability to serve webui image assets
    • Replace the uid to migration code logic with a randomly generated migration token
    • Fix settings bug when selecting nijigasaki during the tutorial
    • Remove temporary easter egg that would give the user 30 cards during a pull
    • Redo logic for overflowing rewards to only fail if the current amount is greater than or equal to the limit
    • Change gift/item/coin/primogem limits to be consistent with the in-game databases
    • Filter additional Global exclusive items when the user is using a JP client
    • Add ability to remove paid gems (these are currently unobtainable)
    • Replace openssl encryption/signatures with crates specifically for that algorithm
    • Properly display user last online offsets (this would cause issues when the user is "time traveling")
    • Add webpage for viewing current server clear rate/play stats
    • Add android Shared Object Library support (this should also be usable on windows/linux/anywhere that uses a shared object library for those interested)
    • Add iOS support (dylib that can be injected into the app when sideloading, making it fully offline)
    • Add ability to integrate android/ios assets depending on target platform
    • Update dependencies

    Files:
    ew-aarch64-linux-android: Android arm64 binary (you probably want to use the android app from android-ew)
    ew-aarch64-unknown-linux-gnu: Linux arm64 binary
    ew-x86_64-linux-android: Android x86_64 binary
    ew-x86_64-pc-windows-gnu.exe: Windows x86_64 binary
    ew-x86_64-unknown-linux-gnu: Linux x86_64 binary
    libew-aarch64-linux-android.so Android arm64 shared object library (you probably do not want this unless you are building your own android frontend)

    Downloads