Skip to content

Commit 3c40d45

Browse files
committed
Build and Release Notes for 0.5.5.110_beta
1 parent 803016b commit 3c40d45

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

BotEngine/BotEngine.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<TargetFramework>netcoreapp3.1</TargetFramework>
66
<StartupObject>BotEngine.Program</StartupObject>
77
<Nullable>annotations</Nullable>
8-
<Version>0.2.3-beta-93</Version>
8+
<Version>0.2.3-beta-94</Version>
99
<Authors>Keif888</Authors>
1010
<Description>Android BotEngine</Description>
11-
<AssemblyVersion>0.2.3.92</AssemblyVersion>
12-
<FileVersion>0.2.3.92</FileVersion>
11+
<AssemblyVersion>0.2.3.93</AssemblyVersion>
12+
<FileVersion>0.2.3.93</FileVersion>
1313
</PropertyGroup>
1414

1515
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,11 @@ The list of commands to date are:
8585

8686

8787
## Release Notes
88-
88+
2022-10-19 - 0.5.5.110_beta release.
89+
Fix colour graphic image detection
90+
Improve non bot interaction handling
91+
Fix issue with not Zeroing counters when starting an action
92+
Fix incorrect detection of json for paste operation
8993
2022-09-16 - 0.5.4.104_beta release.
9094
LDPlayer version 4.0.83 tested and working
9195
Adds detection of non bot interaction with controlled device, which will then wait until 30 seconds has passed from last non bot interaction before resuming bot actions

0 commit comments

Comments
 (0)