Releases: KevinVG207/UmaLauncher
v1.13.1
Quick Summary
- Added progress bar to the Event Helper. (See image.)
- Enabled by default. Toggle it per preset in Preferences -> Helper Presets -> Toggle elements.
- Moved all files surrounding the .exe to
AppData\Roaming\Uma-Launcher
- Reworked how all settings are stored internally.
- If you encounter any issues related to the Preferences window, please contact me in the Discord server.
- Several small changes/bugfixes.
The new progress bar, with colors indicating different sections of the training run.
What's Changed
- Extra check to not double-start umaserver thread by @KevinVG207 in #294
- Ask user confirmation before deleting preset. by @KevinVG207 in #295
- Make it clear the screenshot gets copied to clipboard. by @KevinVG207 in #296
- Use appdata folder rather than exe location for extra files. by @KevinVG207 in #298
- Correctly add traceback to error report for errors during mdb connecion. by @KevinVG207 in #299
- Rework internal settings system to make handling order easier for developers. by @KevinVG207 in #304
- Minor fixes. by @KevinVG207 in #305
- Fix issue with settings in SettingsDialog not saving. by @KevinVG207 in #306
- Added calls (consultations) left UAF specific element. by @KevinVG207 in #307
- Added progress bar element to the training event helper. by @KevinVG207 in #308
- Fix double table cell border in UAF table. by @KevinVG207 in #309
- Version 1.13.0 by @KevinVG207 in #310
- Fix issue where settings would be changed for all presets. by @KevinVG207 in #311
- Stop crash when game is moved off screen by Uma Launcher and reset the coordinates if that happens. by @KevinVG207 in #312
- Version 1.13.1 by @KevinVG207 in #313
Full Changelog: v1.12.1...v1.13.1
v1.13.0
What's Changed
- Extra check to not double-start umaserver thread by @KevinVG207 in #294
- Ask user confirmation before deleting preset. by @KevinVG207 in #295
- Make it clear the screenshot gets copied to clipboard. by @KevinVG207 in #296
- Use appdata folder rather than exe location for extra files. by @KevinVG207 in #298
- Correctly add traceback to error report for errors during mdb connecion. by @KevinVG207 in #299
- Rework internal settings system to make handling order easier for developers. by @KevinVG207 in #304
- Minor fixes. by @KevinVG207 in #305
- Fix issue with settings in SettingsDialog not saving. by @KevinVG207 in #306
- Added calls (consultations) left UAF specific element. by @KevinVG207 in #307
- Added progress bar element to the training event helper. by @KevinVG207 in #308
- Fix double table cell border in UAF table. by @KevinVG207 in #309
- Version 1.13.0 by @KevinVG207 in #310
Full Changelog: v1.12.1...v1.13.0
v1.12.1
Quick Summary
One major addition and several smaller changes.
- Added support for Carotene English patch (experimental, off by default.)
- A new tab is added to the preferences for the English patch (see image.)
- Check the box to enable automatic patching when you start the game via Uma Launcher.
- To undo the patch, uncheck the box, keep the preferences window open and close the game, then click the Unpatch button and save the preferences.
- For more details about this English patch, see the website: https://umapyoi.net/carotene-english-patch
- New row you can add to Event Helper Presets: Energy to Stat Ratio
- Divides one of four variables by the energy used by the facility.
- Edit row options to choose from: Stats gained, useful bond, total bond or gained skill points.
- Ryoka is now considered useful in UAF.
- Generating a training CSV of a UAF run no longer crashes.
- Ovpn profile override now correctly changes working directory to allow for relative file references within the profile.
- Several bugfixes and small changes.
New settings tab for English Patch.
What's Changed (combined 1.12.0 and 1.12.1)
- Don't crash when getting process path is unsuccessful. by @KevinVG207 in #274
- Stop crash when msgpack file is not found and just skip it. by @KevinVG207 in #275
- Stop crash when generating CSV with UAF scenario run. by @KevinVG207 in #276
- Add Ryoka as useful partner in UAF by @Tunnelbliick in #278
- Add Carotene Patcher auto-patch support. by @KevinVG207 in #280
- Fix "restore defaults" buttons in preferences. by @KevinVG207 in #281
- Don't save browser position if width or height is negative. by @KevinVG207 in #282
- Update FAQ.md by @KevinVG207 in #291
- Reworked how/where repatch restart is checked and correctly shut down UmaLauncher first. by @KevinVG207 in #292
- Add additional color the UAF table by @Tunnelbliick in #285
- Add Energy Ratio to Configurable Elements by @Tunnelbliick in #286
- Fix uaf highlight by @Tunnelbliick in #287
- Add
--cd
to OpenVPN profile override logic by @rekyuu in #289
New Contributors
Full Changelog: v1.11.0...v1.12.1
v1.12.0
What's Changed
- Don't crash when getting process path is unsuccessful. by @KevinVG207 in #274
- Stop crash when msgpack file is not found and just skip it. by @KevinVG207 in #275
- Stop crash when generating CSV with UAF scenario run. by @KevinVG207 in #276
- Add Ryoka as useful partner in UAF by @Tunnelbliick in #278
- Add Carotene Patcher auto-patch support. by @KevinVG207 in #280
- Fix "restore defaults" buttons in preferences. by @KevinVG207 in #281
- Don't save browser position if width or height is negative. by @KevinVG207 in #282
- Version 1.12.0 by @KevinVG207 in #283
Full Changelog: v1.11.0...v1.12.0
v1.11.0
What's Changed
- Add UAF specific training helper table by @Tunnelbliick in #272
New Contributors
- @Tunnelbliick made their first contribution in #272
Full Changelog: v1.10.1...v1.11.0
v1.10.1
Hotfix for 1.10.0 to fix helper table crash in non-UAF scenario.
- If VPN is only enabled for DMM, allow using VPN servers that may not work with Cygames. by @KevinVG207 in #261
- Get game install location directly from DMM's config. by @KevinVG207 in #262
- Change Github API calls to umapyoi.net to avoid reaching the API limit. by @KevinVG207 in #265
- Added UAF scenario to Event Helper table by @KevinVG207 in #266
- Version 1.10.0 by @KevinVG207 in #267
- Hotfix for table headers crash in non-UAF scenarios by @KevinVG207 in #268
- Version 1.10.1 by @KevinVG207 in #269
Full Changelog: v1.9.3...v1.10.1
v1.10.0
What's Changed
- If VPN is only enabled for DMM, allow using VPN servers that may not work with Cygames. by @KevinVG207 in #261
- Get game install location directly from DMM's config. by @KevinVG207 in #262
- Change Github API calls to umapyoi.net to avoid reaching the API limit. by @KevinVG207 in #265
- Added UAF scenario to Event Helper table by @KevinVG207 in #266
- Version 1.10.0 by @KevinVG207 in #267
Full Changelog: v1.9.3...v1.10.0
v1.9.3
Quick Summary
- Made (useful) bond calculation more accurate in some cases.
- Supports and their bonds are now visible in the Training Helper. (See image.)
- Enabled by default, and can be turned off per preset using the "Toggle elements" button. (See image.)
- Display options are: Off, Number, Bar, Both
- Supports with 100 bond may be hidden automatically. This can be turned off in the same menu.
- Added documentation for the Training CSVs. (Thanks @KawaiiShadowii )
Showcasing the new bonds elements as well as where to find the settings.
What's Changed
- Added training CSV documentation. (Thanks Shadowii) by @KevinVG207 in #256
- Update Training_Analyzer_Documentation.md by @KawaiiShadowii in #257
- Add bonds element for Training Helper and reworked bond calculation to be more accurate. by @KevinVG207 in #259
- Version 1.9.3 by @KevinVG207 in #260
Full Changelog: v1.9.2...v1.9.3
v1.9.2
Quick Summary
- Fix issues with finding story events when short events is enabled in the game.
- Fix crash when new characters are added in a game update and Uma Launcher was not restarted.
- Moved settings related to the Automatic Training Event Helper to a separate tab.
- You can now choose a custom Chromium or Firefox browser executable and/or webdriver.
- A custom webdriver may not be needed for most browsers. Just set the executable and see if it works.
- Keep in mind that I will not prioritize fixing the Event Helper for custom browsers, but you can still contact me if you are having issues.
- Updated the browser controller library, which makes Chrome work again for the Event Helper.
- You can now unhide the CarrotJuicer console if you had it set to disabled when Uma Launcher started.
- Team Building event rank will now be correct in the future.
Showing the new Event Helper preferences tab, and showing what it looks like to set a custom Chromium-based browser.
What's Changed
- Fixed issue with finding story events when short versions are enabled. by @KevinVG207 in #245
- Fix crash when new character is added at the same time as a support card and the game updates while Uma Launcher is running. by @KevinVG207 in #246
- New event helper settings tab. by @KevinVG207 in #248
- Allow custom browser and webdriver, and updated Selenium to fix Chrome issues. by @KevinVG207 in #250
- Allow unhiding the CarrotJuicer console if the setting is enabled after it was already hidden. by @KevinVG207 in #251
- Grab team building event ranks from mdb instead of hardcoding it. by @KevinVG207 in #253
Full Changelog: v1.9.1...v1.9.2
v1.9.1
Version 1.9.1 is a hotfix for 1.9.0 that fixes a crash when a training event name could not be determined.
Quick Summary
- You can now select a separate helper preset for each scenario. (See image.)
- Improved accuracy of auto-selecting the training events in the browser window.
The new per-scenario preset selection window.
What's Changed
- Map l'arc specific outfit story titles to their original by @KevinVG207 in #235
- Increased the accuracy of finding the correct event on GameTora. by @KevinVG207 in #236
- Added scenario-specific preset option. by @KevinVG207 in #237
- Update some packages to newer versions. by @KevinVG207 in #239
- Fix crash when no event title is found. by @KevinVG207 in #242
Full Changelog: v1.8.5...v1.9.1