Releases: DeNA/Anjin
Releases · DeNA/Anjin
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
@stable
virtual 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
v1.5.0
What’s Changed
🦑 Features
- Can overwrite error handling settings by command line arguments by @nowsprinting in #63
- Pluggable loggers including FileLogger by @nowsprinting in #52
🐛 Bug Fixes
- Not to send body when stack-trace is empty by @nowsprinting in #64
- Add mark stack traces with CDATA in JUnit XML report by @nowsprinting in #62
- Fix passing Logger instance to Monkey by @nowsprinting in #58
- Fix CreateDefaultLogger method to private by @nowsprinting in #57
- Fix CompositeAgent includes null and itself agent case by @nowsprinting in #53
- Fix to remove event listeners on destroying Autopilot object by @nowsprinting in #51
🧰 Maintenance
- Upgrade test-helper.monkey to v0.12.0 (Optimize logging) by @nowsprinting in #59
- Fix code-to-test-ratio settings in .octocov.yml by @nowsprinting in #60
- Bump DeNA/unity-meta-check from 3 to 4 by @dependabot in #61
- Fix logger using in tests by @nowsprinting in #56
- Fix OneTimeAgent test by @nowsprinting in #50
v1.4.1
What’s Changed
🐛 Bug Fixes
- Fix duplicate agent creation when reactivating scene by @nowsprinting in #47
- Fix agents do not output exit log if canceled by @nowsprinting in #48
- Fix test running on batchmode by @nowsprinting in #46
- Fix default screenshots filename prefix to agent name by @nowsprinting in #45
🧰 Maintenance
- Rename LICENSE file to LICENSE.txt by @nowsprinting in #43
- Fix tests running on Linux editor by @nowsprinting in #42
- Fix asemblies define constraints and add notes into README by @nowsprinting in #44
v1.4.0
What’s Changed
🦑 Features
- Upgrade test-helper.monkey package to v0.11.0 (pluggable operators) by @nowsprinting in #40
v1.3.0
What’s Changed
🦑 Features
- Support launch autopilot from Play Mode tests by @nowsprinting in #36
- Enable screenshots by @nowsprinting in #38
- Add TimeBombAgent helpful pass the out-game tutorial using MonkeyAgent by @nowsprinting in #37
v1.2.0
What’s Changed
🦑 Features
- Support run on batchmode by @nowsprinting in #34
- Upgrade test-helper.monkey to v0.6.1 by @nowsprinting in #32
🧰 Maintenance
- Add specify directories for publishing in the
files
field (Fix "Broken v1.1.1 in the openupm.com") by @nowsprinting in #33 - Turn off auto referenced in Editor assembly by @nowsprinting in #30
v1.1.1
What’s Changed
🐛 Bug Fixes
- Fix for older Unity by @nowsprinting in #24
🧰 Maintenance
- Fix header template variables for Rider 2023.3 by @nowsprinting in #26
- Bump release-drafter/release-drafter from 5 to 6 by @dependabot in #27
- Bump TimonVS/pr-labeler-action from 4 to 5 by @dependabot in #28
v1.1.0
What’s Changed
🦑 Features
- Update test-helper.monkey by @Kuniwak in #17
- Make be able to implement custom composite agents by @Kuniwak in #18
- forgot to call Apply on the texture copy of the screenshot by @dena-hiroki-sakai in #13
🐛 Bug Fixes
- Fix not reported when log from not main thread by @Kuniwak in #21
- Fix not stopping and reporting when error occurred by @Kuniwak in #20
- Fix test asset name by @nowsprinting in #10
- Fix typo s/dom.dena/com.dena/ by @nowsprinting in #8
🧰 Maintenance
- Bump actions/checkout from 3 to 4 by @dependabot in #16
- Fix window name in installation by @nowsprinting in #15
- Add troubleshooting about using UniTask 2.3.0 or older case by @nowsprinting in #14
- Change pr-labeler workflow trigger to pull_request_target by @nowsprinting in #9