Skip to content
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

[Suggestion] Option to Hide Custom / Modded Minecraft Versions #62

Open
JoLiKMC opened this issue Mar 17, 2024 · 1 comment
Open

[Suggestion] Option to Hide Custom / Modded Minecraft Versions #62

JoLiKMC opened this issue Mar 17, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@JoLiKMC
Copy link

JoLiKMC commented Mar 17, 2024

What is your suggestion?

I'd like if OLauncher had an option to hide / disable custom or modified Minecraft versions that have been installed by the user, such as "Forge" or "Quilt Loader".

How would this benefit users?

Honestly? This only affects the "play latest version" option – and only if the player has modified versions of the launcher installed. And even then, only if they "don't care" what version they play as long as it's "the latest one".

Can you tell us anything else?

At present, even with every single "Versions Selection" option completely disabled, the profile editor of OLauncher still sees, for example, "release quilt-loader-0.23.1-1.20.2" as a more recent release than "release 1.20.4" because the JSON file for the modified build has a timestamp of 2024-01-19 whereas the vanilla 1.20.4 build has a timestamp of 2023-12-07. Again, this is an absolutely middling sort of annoyance, but an annoyance it is. To me, at least.

Thank you for your time, and thank you for this wonderful throwback to my younger days.

@bigfoot547
Copy link
Member

This should be possible in theory, I would just check if the version is present in mojang's version manifest or not. Good suggestion :)

@bigfoot547 bigfoot547 added the enhancement New feature or request label Mar 17, 2024
@DevBefell DevBefell mentioned this issue Apr 9, 2024
8 tasks
DevBefell added a commit to DevBefell/olauncher that referenced this issue Apr 13, 2024
added latest snapshots
latest versions based on remote not local (olauncher#62)
cache version manifest for offline use
add version filter settings
bigfoot547 pushed a commit to DevBefell/olauncher that referenced this issue Apr 26, 2024
added latest snapshots
latest versions based on remote not local (olauncher#62)
cache version manifest for offline use
add version filter settings
bigfoot547 pushed a commit to DevBefell/olauncher that referenced this issue Apr 26, 2024
added latest snapshots
latest versions based on remote not local (olauncher#62)
cache version manifest for offline use
add version filter settings
bigfoot547 pushed a commit to DevBefell/olauncher that referenced this issue Apr 26, 2024
added latest snapshots
latest versions based on remote not local (olauncher#62)
cache version manifest for offline use
add version filter settings
bigfoot547 pushed a commit that referenced this issue May 25, 2024
Moved natives out of versions folder and into bin folder.
Moved authentication database, selected user and client token out of launcher profiles and into launcher accounts.
Fixed issues with JVM Arguments having extra spaces.
Fixed issues with game output streams being closed early and made the process "safer".

overhaul version filters
added latest snapshots
latest versions based on remote not local (#62)
cache version manifest for offline use
add version filter settings

fix migrating from old accounts database if blank

move import down

rebuild patches

remove GameLaunchDispatcher patch

fix null errors

fix when mojang decides snapshots are releases
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants