Age | Commit message (Collapse) | Author |
|
|
|
|
|
Make launcher icon grayscale for pe_light theme
|
|
This puts all mod downloading tasks inside a SequentialTask, which is,
for more than one task, a multi step task. This is handled by the
ProgressDialog by showing both the global progress of tasks executed,
and the individual progress of each of them.
|
|
|
|
Fix flatpak properly
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Issue template changes
|
|
Add nightly.link comments
|
|
Update Credits and Branding
|
|
Improve mod versions request to Modrinth
|
|
Fix POLYMC_JAVA_PATHS env not working on Windows
|
|
Allows you to use either `\` or `/` on Windows
|
|
|
|
|
|
|
|
|
|
chore: add license header
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
lecense
|
|
|
|
|
|
|
|
|
|
Bump to 1.1.1
|
|
Bump to 1.1.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This uses more arguments in the GET request for mod versions on the
Modrinth API, filtering what versions can be returned, decreasing load
on Modrinth servers and improving a little the time it takes for the versions to be
available to the user.
This also removes the now unneeded check on correct modloaders in
ModrinthPackIndex, since it is now filtered by the Modrinth server.
Lastly, this adds a couple of helper functions in ModModel.
|
|
|
|
|