Skip to content

Commit

Permalink
Release 1.1.4
Browse files Browse the repository at this point in the history
### Introduction 
This release includes the following changes to the API, and internal checks. This may change overtime because of bugs that are encountered in several versions. Your feedback is highly needed, and necessary. If you encountered any bugs or issues, please dont hesitate to contact us on discord or create an issue on github.

### Changes
- Added new icon for poggit release.
- Fix miscalculation of thresholds.
- Fixed Timer (A, B)
- Lessen Speed (A, B) debug spam.
- Added ClickTP (A) and Fixed Speed (A, B) not detecting.
- Fix All Scaffold Modules
- Fix issues on #19, #22 
- Fix crash in several modules.
- Fix checks for `$player->hasNoClientPredictions()`
- Added ImpossiblePitch (A)
- Added MessageSpoof (A)
- Add `{error_code}` variable in the messages.
- Fix crash on listener.

### Todo
- Discord Webhook API Fix
- Discord Embeds
- Custom messages (configurable)
  • Loading branch information
xqwtxon authored Apr 2, 2024
1 parent 92fa3c6 commit 78c4854
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release_plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
regexp_options: "us"
release_name: "Zuri Anticheat: v$1"
tag_name: "v$1"
body_path: "README.md"
body: "$5"
draft: true
prerelease: false
env:
Expand All @@ -46,5 +46,6 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
asset_path: ./Zuri.phar
asset_name: Zuri.phar
asset_content_type: application/zip
- name: Codespace Cleanup
run: "rm -rf *"

0 comments on commit 78c4854

Please sign in to comment.