Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamiras committed Apr 23, 2023
1 parent ecdb34d commit d9e36b4
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Core
4 changes: 2 additions & 2 deletions Source/RATools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<PackageIcon>Icon.png</PackageIcon>
<ApplicationIcon>Resources\Icon.ico</ApplicationIcon>
<RepositoryUrl>https://github.com/Jamiras/RATools</RepositoryUrl>
<VersionPrefix>1.11.0</VersionPrefix>
<InformationalVersion>29 Jan 2023</InformationalVersion>
<VersionPrefix>1.12.0</VersionPrefix>
<InformationalVersion>23 Apr 2023</InformationalVersion>
<ApplicationManifest>Properties\app.manifest</ApplicationManifest>
</PropertyGroup>

Expand Down
15 changes: 15 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
v1.12.0 - 23 Apr 2023
* only show first line of code notes in achievement/leaderboard views
* new dialog to preview list of achievements as they would appear in the emulator
* ability to export list of achievements from preview dialog
* support for `max_of` when dumping leaderboards
* improve error when function call contains a function used as a variable
* fix infinite loop trying to find whitespace is a very long pointer chain
* fix empty referenced memory addresses list when generating new script for game with no assets
* fix issue generating multiple ResetNextIfs in an AndNext/OrNext chain
* fix issue generating nested clauses in alt groups
* fix infinite loop when underflow adjustment exceeds 32-bits
* fix exception rebalancing comparison of unwrapped pointer offset and zero
* fix exception when tally target is greater than 0x7FFFFFFF
* fix exception generating script for game without name

v1.11.0 - 29 Jan 2023
* add `mbf32_le` function
* add `substring` function
Expand Down

0 comments on commit d9e36b4

Please sign in to comment.