diff --git a/CHANGELOG.md b/CHANGELOG.md index 97f1276..9fbbc7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ * Added error message to the CLI tool for running VoiceAttack with elevated privileges which will cause an `UnAuthorizedAccessException` trying to communicate with the plugin. (#138) +* Added warning to VoiceAttack when running it with elevated privileges. (#138) ## SpashAttack 7.2.2 diff --git a/plugins.sln b/plugins.sln index ad64a67..6c71926 100644 --- a/plugins.sln +++ b/plugins.sln @@ -16,6 +16,7 @@ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C2B4D94B-8D73-431A-880B-B1E7ADF064B2}" ProjectSection(SolutionItems) = preProject .editorconfig = .editorconfig + CHANGELOG.md = CHANGELOG.md mkdocs.yml = mkdocs.yml README.md = README.md VERSION = VERSION diff --git a/profiles/RatAttack-Profile.vap b/profiles/RatAttack-Profile.vap index 0acc1e1..a82cc79 100755 Binary files a/profiles/RatAttack-Profile.vap and b/profiles/RatAttack-Profile.vap differ diff --git a/profiles/alterNERDtive-base-Profile.vap b/profiles/alterNERDtive-base-Profile.vap index 249a0d3..ed3905d 100644 Binary files a/profiles/alterNERDtive-base-Profile.vap and b/profiles/alterNERDtive-base-Profile.vap differ