diff --git a/changelog.md b/changelog.md index d38a82e..7fe3c20 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,10 @@ # EndscreenTweaks Changelog +## v1.5.0 +- Refactor source code into multiple files. +- Add "Custom "Level Complete" Text" options. (suggested by [Saritahh](https://discord.com/users/305158690204286979)) + - Replacement options include "Oxygene One", "Images", and "Combined". + - Additional options include replacing the "Level Complete" text when completing a level before the end screen, or generating a separate replacement. (Also Replace "Level Complete" in PlayLayer) + - Additional option to re-scale "Images" smaller than a certain dimension. (Custom "Level Complete" Images Scaling Correction) ## v1.4.2 - Port to 2.2074. ## v1.4.1 diff --git a/mod.json b/mod.json index c1bad04..ff301b3 100644 --- a/mod.json +++ b/mod.json @@ -5,7 +5,7 @@ "android": "2.2074", "win": "2.2074" }, - "version": "v1.4.3", + "version": "v1.5.0", "id": "raydeeux.endscreentweaks", "name": "EndscreenTweaks", "developers": ["RayDeeUx", "sofabeddd", "Relative"],