This repository has been archived by the owner on Oct 10, 2024. It is now read-only.
Releases: BitCrackers/AmongUsMenu
Releases · BitCrackers/AmongUsMenu
v1.0.3
v1.0.0-2021.6.15-Alpha
Commits
- [c9246b0]: Add rpcsendchat for custom chat messages (manianac) #193
- [e4a7e1a]: Added cheap text formatting in settings tab (manianac) #193
- [d88e7bc]: Revert "Added cheap text formatting in settings tab" (manianac) #193
- [9f74f15]: Dropped checkboxes, allow all symbols in chat (manianac) #193
- [7d7ca96]: Block backspace character (manianac) #193
- [660a8f8]: Merge branch 'main' into CustomChat (manianac) #193
- [a31dc54]: Re-enforce character limit, it is bannable (manianac) #193
- [6887b57]: Update README.md (void*)
- [2672f01]: Check discussion timer for timing out the meeting, as well as any vote resets (manianac) #192
- [a3f9de6]: Minor bugfixes in preparation to a new release (manianac) #195
- [c0f9ad3]: moved dlls to root of zip archive (kotae4) #196
- [883aea9]: bugfixes from other branch (kotae4) #196
- [68e6b1a]: changed slashes (kotae4) #196
- [70d855b]: made 'move' dest explicit (kotae4) #196
- [00d65ce]: switched to cmd shell (kotae4) #196
- [835530b]: Merge branch 'main' into main (void*) #196
- [ad6bfad]: Merge branch 'main' into CustomChat (void*) #193
- [71f7737]: Merge main branch (manianac) #192
- [b61661b]: Revert custom chat hook (#198) (Manianac) #198
- [efce758]: Fixup initial 2021.6.15 changes (manianac)
- [9e653df]: Check if player voted correctly now (manianac)
v1.0.2
Commits
- [cf481f3]: Add ability to fake camera usage (#181) (Manianac) #181
- [6d4fa2c]: Fix resolution scaling for ESP (#184) (Manianac) #184
- [c9246b0]: Add rpcsendchat for custom chat messages (manianac) #193
- [e4a7e1a]: Added cheap text formatting in settings tab (manianac) #193
- [d88e7bc]: Revert "Added cheap text formatting in settings tab" (manianac) #193
- [9f74f15]: Dropped checkboxes, allow all symbols in chat (manianac) #193
- [7d7ca96]: Block backspace character (manianac) #193
- [b845195]: auto release zip'd builds (kotae4) #187
- strings are single-quoted #187 (kotae4)
- removed '.' directory from zip archive #187 (kotae4)
- [1a0af98]: New Game Update (#186) (Manianac) #186
- [660a8f8]: Merge branch 'main' into CustomChat (manianac) #193
- [dd8be62]: Merge branch 'BitCrackers:main' into main (kotae4) #190
- [61cca96]: Feature/automatic releases (#187) (kotae4) #187
- [19aee22]: Merge branch 'BitCrackers:main' into main (kotae4) #190
- [cd3316f]: auto-release now triggers on semver-named tags (kotae4) #190
- release already exists #190 (kotae4)
- [f80298c]: test feature 112 (kotae4) #190
- [8745975]: test feature 113 no-release (kotae4) #190
- [b272114]: test feature 114 no-release (kotae4) #190
- [e4e12f1]: test feature 115 (kotae4) #190
- [6247c07]: test main 101 (kotae4) #190
- [2372cd6]: discord webhook should link to the release now (kotae4) #190
- [df05e1b]: separated jobs (kotae4) #190
- error in yaml syntax #190 (kotae4)
- more indentation issues #190 (kotae4)
- more indentation.. #190 (kotae4)
- [16251a9]: standardized line endings and indentations (kotae4) #190
- forgot checkout action #190 (kotae4)
- [feca973]: auto release on semver-named tags (#190) (kotae4) #190
- [c35f245]: Merge branch 'BitCrackers:main' into main (kotae4) #191
- [f177ad1]: removed commit hash from zip filenames (kotae4) #191
- [4b1bc50]: removed even more commit hashes from zip filenames (kotae4) #191
- [a31dc54]: Re-enforce character limit, it is bannable (manianac) #193
- [6887b57]: Update README.md (void*)
- [2672f01]: Check discussion timer for timing out the meeting, as well as any vote resets (manianac) #192
- [4796459]: Update types to newest version (manianac) #195
- [7d82991]: Reworked some type changes (manianac) #195
- [73e0e72]: * Refactored more types (manianac) #195
- [6c1b19e]: Refactor playerData checks for crash at meeting end (manianac) #195
- [7c3ccb6]: Preliminary Epic support. Steam UI hook needs to be checked against Epic version (manianac) #195
- [dc78bcb]: * Implement Steam API check and only display warning if steam api is loaded but could not be hooked (manianac) #195
- [db91b06]: Shrunk types.h (manianac) #195
- [a3f9de6]: Minor bugfixes in preparation to a new release (manianac) #195
- [c0f9ad3]: moved dlls to root of zip archive (kotae4) #196
- [883aea9]: bugfixes from other branch (kotae4) #196
- [68e6b1a]: changed slashes (kotae4) #196
- [70d855b]: made 'move' dest ex...
v1.0.0-2021.5.25.2-TestBuild
Commits
- [4796459]: Update types to newest version (manianac)
- [7d82991]: Reworked some type changes (manianac)
- [73e0e72]: * Refactored more types (manianac)
- [6c1b19e]: Refactor playerData checks for crash at meeting end (manianac)
- [7c3ccb6]: Preliminary Epic support. Steam UI hook needs to be checked against Epic version (manianac)
- [dc78bcb]: * Implement Steam API check and only display warning if steam api is loaded but could not be hooked (manianac)
- [db91b06]: Shrunk types.h (manianac)
v1.0.0
initial v1.0.0 tag
Release Build
Feature/automatic releases (#187) * auto release zip'd builds * merged build steps into the Release and Debug jobs * zips up builds using win10's tar.exe * publishes the zip files using github's release api, allowing anyone to download them even without a github account * kept artifacts just to avoid breaking the discord webhook. could change this at some point. * auto release zip'd builds * merged build steps into the Release and Debug jobs * zips up builds using win10's tar.exe * publishes the zip files using github's release api, allowing anyone to download them even without a github account * kept artifacts just to avoid breaking the discord webhook. could change this at some point. * bugfix: strings are single-quoted * don't actually know. seems like yaml supports either. * bugfix: removed '.' directory from zip archive
Debug Build
Feature/automatic releases (#187) * auto release zip'd builds * merged build steps into the Release and Debug jobs * zips up builds using win10's tar.exe * publishes the zip files using github's release api, allowing anyone to download them even without a github account * kept artifacts just to avoid breaking the discord webhook. could change this at some point. * auto release zip'd builds * merged build steps into the Release and Debug jobs * zips up builds using win10's tar.exe * publishes the zip files using github's release api, allowing anyone to download them even without a github account * kept artifacts just to avoid breaking the discord webhook. could change this at some point. * bugfix: strings are single-quoted * don't actually know. seems like yaml supports either. * bugfix: removed '.' directory from zip archive