-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Version 4.1.0 #184
Version 4.1.0 #184
Conversation
…ing their maven repository??
Codecov ReportAttention:
📢 Thoughts on this report? Let us know! |
…opefully remains accepted by Cloudflare, and may also speed up other requests that were limited du to python default User-Agent (pure deduction).
…arching for NeoForge version for now.
I'm using portablemc as primary launcher so neoforge support would be great |
The CLI support will be stable in the next update! |
portablemc/forge.py
Outdated
""" | ||
try: | ||
# NOTE: For now we don't sanitize the parameter. | ||
url = f"https://maven.neoforged.net/api/maven/latest/version/releases/net%2Fneoforged%2Fforge?filter={game_version}" |
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.
TODO: Sanitize this parameter
@mindstorm38 I think neoforge:1.20.1-latest (or other version) not working |
Remove the -latest, it's not needed for neoforge since there no latest/recommended distinction. |
Changes
ForgeVersion
(Neoforged repo for ForgeVersion #180, thanks @MisileLab)portablemc/<version>
neoforge:
id and associated--neoforge-prefix
argument (Neoforged repo for ForgeVersion #180)--login
argument when using thjelogin
command (Invalid session #182, thanks @superniels09)