Releases: DeNA/Anjin
Releases · DeNA/Anjin
v1.9.1
What’s Changed
- docs: upload new logo by @get-me-power in #164
🧰 Maintenance
- Change UGUIPlaybackAgent to now optional (tradeoff with Unity 6000.2.6f1 and later) by @nowsprinting in #165
- upload svg file by @get-me-power in #162
- upload the Anijn logo by @get-me-power in #158
- Bump 8398a7/action-slack from 3.16.2 to 3.18.0 by @dependabot[bot] in #154
- Update .editorconfig by @nowsprinting in #156
- Update Dependabot configuration for security updates only by @nowsprinting in #155
- Pin GitHub Actions SHA by @nowsprinting in #153
v1.9.0
What’s Changed
🦑 Features
- Upgrade dependency package test-helper.monkey from v0.14.0 to v0.15.1; Repeating operation detection by @nowsprinting in #151
- Upgrade dependency package test-helper.monkey from v0.13.2 to v0.14.0; Support TMPro.TMP_InputField by @nowsprinting in #146
v1.8.4
What’s Changed
🐛 Bug Fixes
- Fix to ignore disabled EmergencyExitAnnotation by @nowsprinting in #147
🧰 Maintenance
- Fix to Slack channel can be specified channel name by @nowsprinting in #148
- Fix to Hide from "Add Component" picker by @nowsprinting in #149
- Fix README by @nowsprinting in #145
- Add run tests workflow, only manual trigger by @nowsprinting in #144
- Fix coverage option run on command-line by @nowsprinting in #143
v1.8.3
What’s Changed
🐛 Bug Fixes
- Fix to dispatch multiple Agents mapped the same scene by @nowsprinting in #139
- Fix to Agent is not destroyed by @nowsprinting in #137
🧰 Maintenance
- chore: add -u flag by @get-me-power in #141
- Migrate Slack files.upload API by @nowsprinting in #135
- Upgrade tests required com.unity.test-framewor to v1.4.1 by @nowsprinting in #140
- Mod TerminateAsync return type UniTaskVoid and remove parameter CancellationToken by @nowsprinting in #134
- Rename CancellationToken parameter/variable name by @nowsprinting in #136
- Workaround Awaitable.Awaiter bug by @nowsprinting in #138
v1.8.2
What’s Changed
🐛 Bug Fixes
- Fix setting item labels of SlackReporter by @nowsprinting in #132
- Fix setting item labels of UGUIMonkeyAgentEditor by @nowsprinting in #131
v1.8.1
What’s Changed
🐛 Bug Fixes
- Fix behavior after Autopilot failure in Play Mode tests by @nowsprinting in #128
- Fix outputRootPath when outputRootPath is null and on player by @nowsprinting in #124
🧰 Maintenance
- Add reset button into AutopilotSettingsEditor if an invalid state by @nowsprinting in #129
- Refactor: pull up _autopilot fields to AbstractAgent by @nowsprinting in #125
- Fix compilation warnings by @nowsprinting in #127
- Fix tests for Unity 2020 or older by @nowsprinting in #126
- Add EditorBrowsable(Never) attribute onto fields do not want to use by @nowsprinting in #123
- Fix wording by @nowsprinting in #122
v1.8.0
What’s Changed
🦑 Features
- Add GameView resolution command line arguments by @nowsprinting in #116
- Add output files root path field into AutopilotSetings by @nowsprinting in #115
- Support Multiplayer Play Mode (MPPM) package by @nowsprinting in #110
- Rename and enhancement UGUIEmergencyExitAgent by @nowsprinting in #108
- Add TerminateAgent by @nowsprinting in #106
- Can specify exit code when Autopilot lifespan expires. by @nowsprinting in #105
- Add ErrorHandlerAgent migrated from LogMessageHandler by @nowsprinting in #103
- Add JUnitXmlReporter by @nowsprinting in #98
- Support message template and color settings for SlackReporter by @nowsprinting in #95
- Add SceneCrossingAgents (ObserverAgent is obsolete) by @nowsprinting in #97
- Multiple Loggers and Reporters support by @nowsprinting in #92
- Post a report when normally termination by @nowsprinting in #93
- Add callback-order parameter into InitializeOnLaunchAutopilotAttribute by @nowsprinting in #90
🐛 Bug Fixes
- Fix FileLogger doesn't work when Autopilot is stopped and re-run by @nowsprinting in #120
- Set dirty flag when change AutopilotState by @nowsprinting in #119
- Fix to support Unity 2020.2 or older by @nowsprinting in #114
- Teardown when Play Mode is stopped while the Autopilot running by @nowsprinting in #109
- Fix to reset instances when domain reloading is disabled by @nowsprinting in #107
- Fix convert SceneCrossingAgents settings by @nowsprinting in #101
- Fix obsolete fields convert spec by @nowsprinting in #99
- Fix terminate process and player build failure by @nowsprinting in #94
- Fix override by commandline args not work on player build by @nowsprinting in #96
🧰 Maintenance
- Fix wording by @nowsprinting in #117
- Fix test that takes a screenshot by @nowsprinting in #112
- Fix to save converted assets by @nowsprinting in #111
- Fix Makefile by @nowsprinting in #91
- Fix documents about Logger and Reporter by @nowsprinting in #88
v1.7.0
What’s Changed
🦑 Features
- Support run on player build [experimental] by @nowsprinting in #76
- Change UGUIMonkeyAgent default screenshot filename strategy to TwoTieredCounterStrategy by @nowsprinting in #79
🐛 Bug Fixes
- Fix ambiguous expressions and spelling variations by @nowsprinting in #85
- Fix description tooltip of Reporters by @nowsprinting in #82
- Fix to do dispatch agent if mapped scene is not active when launching autopilot by @nowsprinting in #77
🧰 Maintenance
- Ignore tests using AQA when run on Linux player by @nowsprinting in #86
- Mod README, add a general policy for accepting/rejecting new features. by @nowsprinting in #83
- Hide obsolete setting fields on inspector by @nowsprinting in #78
- Rename EmergencyExit to EmergencyExitAnnotation by @nowsprinting in #80
v1.6.1
What’s Changed
🐛 Bug Fixes
- Fix to work even when Time.timescale=0f by @nowsprinting in #74
🧰 Maintenance
- Fix to work with Unity 6 or newer by @nowsprinting in #75
- Add
@stablevirtual dist-tag when installing test-framework package by @nowsprinting in #73
v1.6.0
What’s Changed
🦑 Features
- Make ignore-messages can be specified by regex by @nowsprinting in #67
- Support calling async method to InitializeOnLaunchAutopilotAttribute by @nowsprinting in #68
- Add command line argument -FILE_LOGGER_OUTPUT_PATH by @nowsprinting in #66
🐛 Bug Fixes
- Fix expression to work with Unity 2020 or lower by @nowsprinting in #70
- Crean logger instances when launch autopilot by @nowsprinting in #69
- Add command line argument -FILE_LOGGER_OUTPUT_PATH by @nowsprinting in #66
🧰 Maintenance
- Fix Makefile by @nowsprinting in #71