-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.6.0 #33
Conversation
I'm happy to see musl go :3 |
...It should be cleaned up a bit before merging |
Sure sounds good! |
Same here, but I'm mainly concerned about server operators running weird distros that have ducky versions of glibc which works with the Source engine but not beans-rs |
We'll solve the edge cases when they appear ig. |
#34 must be merged before this PR can be. |
Show Current and Latest Version when an Update is available.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks pretty good! merging
Breaking Changes
musl
builds will be dropped since Repalce native-dialog with fltk #19 was merged and fltk-sys doesn't have good enough support formusl
builds, sobeans-rs
will be referencingglibc
(whatever version that theubuntu-20.04
runner is using)Additions
fltk
will be used for dialogs to remove inconsistencies across systems. (Repalce native-dialog with fltk #19)fltk
will never be used when the--no-pause
flag is present.crate::helper::is_game_running(String)
.tar.zstd
extraction (Progress Bar for file extraction #32)