Releases: ArthurKun21/FGA-Preview-Build
FGA Preview 2541
Pre-2541
Check out our documentation website: https://arthurkun21.github.io/FGA-Preview-Build/
Tip
Check out our CHANGELOG for some of the past releases.
Warning
For some reason, the storage path settings got reset to internal. Re-mount your storage path. Sorry for the trouble
Breaking Changes
Command Card Selection
- Card Priority, Servant Priority, etc., now support turn-based configuration.
- Updated the serialization format for Card and Servant Priority. Configurations saved in this version are not backward-compatible with older versions but still maintains backward-compatibility with older versions.
- Changed the text for new wave configuration from
"\n"to"[w]"and added"[t]"for the new turn configuration. Use Servant Priorityis now turned intoEnable Servant Priority, and you can now adjust if you want servant priority or not per wave and/or turn.- Increase card priority waves from 3 to 4
Fix
-
There were some problem in UI where setting NPs causes it to be sorted out. We already address this problem
- For technical reason, it was due to us using set instead of list causing it to lost the order, we have now moved it to List
-
When users are manually navigating away from support screen while the auto battle is on, it will cause an infinite loop with the script. We have now fixed this by adding a checking the screen and exit that portion of the script when no longer in the support screen.
-
We have now fixed the preferred support selection and it will now sorted the already selected supports on opening preferred support selection screen. This got broken when we migrated from manual query to using database.
-
Fixed the Battle Launcher not updating all of the battle config data causing incorrect values on the summary screen.
Feat
-
Added tracking of preferred support Servants/CEs/Friends. Can show you how many time a certain preferred support got picked
-
Added tracking of last script exit window. You can now see the results of your last script run if you accidentally closed the results fast.
Tip
If you are unsure which version to download then go with fga-preview-2541.apk
FGA Preview 2509
Pre-2509
Check out our documentation website: https://arthurkun21.github.io/FGA-Preview-Build/
Tip
Check out our CHANGELOG for some of the past releases.
Feat
-
Added Prelati to the Skill Maker
Skill Maker
Tip
If you are unsure which version to download then go with fga-preview-2509.apk
FGA Preview - Alpha 2536
Alpha-2536
Check out our documentation website: https://arthurkun21.github.io/FGA-Preview-Build/
Commits
- feat(support): Track preferred support picks during auto-battle runs (ArthurKun21/FGA-Preview#1259) (@ArthurKun21)
- fix(support): Break loop when user navigated away from support screen (ArthurKun21/FGA-Preview#1260) (@ArthurKun21)
- Update filekit to v0.14.1 (ArthurKun21/FGA-Preview#1253) (@renovate[bot])
- Update dependency org.jetbrains.androidx.navigation3:navigation3-ui to v1.1.1 (ArthurKun21/FGA-Preview#1261) (@renovate[bot])
- Update agp to v9.2.1 (ArthurKun21/FGA-Preview#1262) (@renovate[bot])
- fix(ui): Prioritize selected support entries in support selection (ArthurKun21/FGA-Preview#1263) (@ArthurKun21)
- fix(launcher): battle config data are missing some data and uses default (ArthurKun21/FGA-Preview#1264) (@ArthurKun21)
Important
This is an alpha build and may contain bugs.
Tip
If you are unsure which version to download then go with fga-preview-alpha-build-2536.apk
FGA Preview - Alpha 2529
Alpha-2529
Check out our documentation website: https://arthurkun21.github.io/FGA-Preview-Build/
Commits
- chore(skill-maker): Remove Start SkillMakerEntry and related logic (ArthurKun21/FGA-Preview#1249) (@ArthurKun21)
- feat(data): added 2nd "Ok" template for KR (ArthurKun21/FGA-Preview#1250) (@ArthurKun21)
- chore(skill-maker): simplify SkillMakerEntryModel methods and logic (ArthurKun21/FGA-Preview#1251) (@ArthurKun21)
- feat(skill-maker): implement dsl configuration for special skills (ArthurKun21/FGA-Preview#1252) (@ArthurKun21)
- feat(di): Metro modernization (ArthurKun21/FGA-Preview#1254) (@ArthurKun21)
- fix: update highlight logic for image matching (ArthurKun21/FGA-Preview#1255) (@ArthurKun21)
- fix(skill-maker): NPs getting sorted, should follow order (ArthurKun21/FGA-Preview#1257) (@ArthurKun21)
- feat(battle): increase max waves for card priority from 3 to 4 (ArthurKun21/FGA-Preview#1258) (@ArthurKun21)
Important
This is an alpha build and may contain bugs.
Tip
If you are unsure which version to download then go with fga-preview-alpha-build-2529.apk
FGA Preview - Alpha 2521
Alpha-2521
Check out our documentation website: https://arthurkun21.github.io/FGA-Preview-Build/
Commits
- feat(battle): Card Priority Per Turn setup (ArthurKun21/FGA-Preview#1232) (@ArthurKun21)
- feat(battle): add toggle servant priority per wave and/or turn (ArthurKun21/FGA-Preview#1233) (@ArthurKun21)
- feat(battle): Servant Priority per Turn setup (ArthurKun21/FGA-Preview#1234) (@ArthurKun21)
- chore(battle): centralized crud command card data operations (ArthurKun21/FGA-Preview#1236) (@ArthurKun21)
- feat(battle): Brave Chain per Turn setup (ArthurKun21/FGA-Preview#1239) (@ArthurKun21)
- feat(battle): Rearrange Card per Turn setup (ArthurKun21/FGA-Preview#1240) (@ArthurKun21)
- feat(ui): Add support for creating turn config at command card screen (ArthurKun21/FGA-Preview#1241) (@ArthurKun21)
- Update dependency io.ktor:ktor-client-java to v3.4.3 (ArthurKun21/FGA-Preview#1225) (@renovate[bot])
- Update kotlin to v2.3.21 (ArthurKun21/FGA-Preview#1226) (@renovate[bot])
- Update metro to v1 (ArthurKun21/FGA-Preview#1235) (@renovate[bot])
- Update onnxruntime to v1.25.1 (ArthurKun21/FGA-Preview#1237) (@renovate[bot])
- Update Gradle to v9.5.0 (ArthurKun21/FGA-Preview#1238) (@renovate[bot])
Important
This is an alpha build and may contain bugs.
Tip
If you are unsure which version to download then go with fga-preview-alpha-build-2521.apk
FGA Preview 2508
Pre-2508
Check out our documentation website: https://arthurkun21.github.io/FGA-Preview-Build/
Tip
Check out our CHANGELOG for some of the past releases.
Feat
-
Added the ability to start the script at a different step of the battle script
For the initial run, it overrides the wave and/or turn based on the wave and turn from the selected step in the battle script. Subsequent runs will follow the normal battle script flow.
BFGO NP Skip
- Updated NP skip detection for better FGO, new logic currently only improves the 1st NP skip detection. For further improvements of the consecutive NP Skip detection(2nd and 3rd NP still uses old logic). It is going to require a lot of work to make it work reliably so it is going to be a future update.
Fixes
UI
- I, mistakenly, used
skill1instead ofservant1when I was updating the colors for skill maker commands, this caused the colors to be same foradandginstead ofabandcand so on. This has now been revert back to older color scheme. Also took the opportunity to update the other skill command colors as well.
Battle
- Improve the logic for checking out of commands/off script.
- When you imported a battle script with an invalid command, running it will cause the app to crash due to the error not being catch properly. Now it will show the error message properly instead of crashing the app.
I didn't get Prelati 😭😭😭
Tip
If you are unsure which version to download then go with fga-preview-2508.apk
FGA Preview - Alpha 2501
Alpha-2501
Check out our documentation website: https://arthurkun21.github.io/FGA-Preview-Build/
Commits
- fix(battle): resolve wave and turn override issues (ArthurKun21/FGA-Preview#1215) (@ArthurKun21)
- fix(ui): Update Skill Maker command colors and corrected servant color grouping (ArthurKun21/FGA-Preview#1216) (@ArthurKun21)
Important
This is an alpha build and may contain bugs.
Tip
If you are unsure which version to download then go with fga-preview-alpha-build-2501.apk
FGA Preview - Alpha 2499
Alpha-2499
Check out our documentation website: https://arthurkun21.github.io/FGA-Preview-Build/
Commits
- fix(battle): resolved duplicate start command index issue (ArthurKun21/FGA-Preview#1212) (@ArthurKun21)
- test: fix leftover compose string tests (ArthurKun21/FGA-Preview#1213) (@ArthurKun21)
Important
This is an alpha build and may contain bugs.
Tip
If you are unsure which version to download then go with fga-preview-alpha-build-2499.apk
FGA Preview - Alpha 2497
Alpha-2497
Check out our documentation website: https://arthurkun21.github.io/FGA-Preview-Build/
Commits
- fix(battle): invalid command at script causes the app to crash (ArthurKun21/FGA-Preview#1207) (@ArthurKun21)
- chore: simplify nav3 saved state configs (ArthurKun21/FGA-Preview#1208) (@ArthurKun21)
- feat(gradle): Enable unused return checker (ArthurKun21/FGA-Preview#1209) (@ArthurKun21)
- feat(battle/bfgo): improve 1st NP Skip detection and execution (ArthurKun21/FGA-Preview#1194) (@ArthurKun21)
Important
This is an alpha build and may contain bugs.
Tip
If you are unsure which version to download then go with fga-preview-alpha-build-2497.apk
FGA Preview - Alpha 2493
Alpha-2493
Check out our documentation website: https://arthurkun21.github.io/FGA-Preview-Build/
Commits
- Update agp to v9.1.1 (ArthurKun21/FGA-Preview#1203) (@renovate[bot])
- Update compose.multiplatform.material3 to v1.11.0-alpha06 (ArthurKun21/FGA-Preview#1204) (@renovate[bot])
- feat(battle): Allow users to choose which command to start script execution from (ArthurKun21/FGA-Preview#1205) (@ArthurKun21)
- fix(battle): improve logic for out of commands/off-script exit (ArthurKun21/FGA-Preview#1206) (@ArthurKun21)
Important
This is an alpha build and may contain bugs.
Tip
If you are unsure which version to download then go with fga-preview-alpha-build-2493.apk
