-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#env CGO_ENABLED=1 GOARCH=amd64 GOOS=windows \ | ||
#CC="zig cc -target x86_64-windows-gnu -Wl,--subsystem,windows -Wl,-s" \ | ||
#CXX="zig c++ -target x86_64-windows-gnu -Wl,--subsystem,windows -Wl,-s" \ | ||
#CGO_LDFLAGS="-static" \ | ||
#CPPFLAGS="-DCIMGUI_DEFINE_ENUMS_AND_STRUCTS" \ | ||
#go build -trimpath -p 4 -ldflags="-H=windowsgui -X main.version=${VERSION}" \ | ||
#-o bin/pinnacle-windows-amd64.exe . | ||
|
||
env GOOS=windows GOARCH=amd64 CGO_ENABLED=1 \ | ||
CC=x86_64-w64-mingw32-gcc \ | ||
CXX="zig c++ -target x86_64-windows-gnu -Wl,--subsystem,windows -Wl,-s" \ | ||
HOST=x86_64-w64-mingw32 \ | ||
go build -ldflags "-s -w -H=windowsgui" -p 4 -v -o pinnacle.exe |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# Beta Release Notes #9 | ||
Fixes key bugs, enhances Apple Silicon Mac performance, and introduces new modules and customization options. | ||
|
||
#### Bug Fixes | ||
- Resolved thread leak from Spotify API integration | ||
- Fixed menu scrolling reset issue | ||
- Fixed crashes related to menu blur | ||
- Fixed boss bar rendering | ||
- Fixed state leak with vanilla status effect | ||
- Fixed vanilla potion effect HUD not hiding properly | ||
- Fixed issue with adding custom JVM flags in launcher | ||
- Fixed search functionality in the launcher's mods menu | ||
|
||
<br/> | ||
|
||
|
||
#### Changes | ||
- Upgraded to arm64 Java for Apple Silicon Macs on 1.18.2 (performance boost) | ||
- Enhanced animations for perspective mod | ||
- Revamped menu to support nested modules | ||
- Improved text input for sliders and color pickers | ||
- Crosshair, chat, low HP tint, and tab now show in F3 | ||
- Launcher background is no longer transparent | ||
|
||
<br/> | ||
|
||
#### New Features | ||
- Factions module | ||
- Snap Look module | ||
- Smooth Chat setting | ||
- Status HUD module for patchcrumbs | ||
- Show Title option for block coordinates | ||
- Attack indicator for crosshair | ||
- Diagonal cross custom crosshair | ||
- Improved launcher's mods menu | ||
|
||
<br/> | ||
|
||
#### Suggestions | ||
We are actively looking for new suggestions! Feel free to leave any client suggestions in our [Discord](https://discord.alpineclient.com/)! |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.