PrismLauncher/launcher/modplatform/modrinth
Trial97 b1408775b3
fix Pre-release filter
introduced here https://github.com/PrismLauncher/PrismLauncher/pull/3260
fixes #4415
reason: some snapshot have Pre-Release in our meta but when searching in
Modrinth this needs to be translated to -pre and the reverse needed to
be done for filtering after we fetched the version.
Now there are snapshots with -pre in name and that works with Modrinth
but when we translate it back we replace it with Pre-Release so the
easeiest patch is just to double the version(one with -pre one with
Pre-Release)

The correct one would be to complicate the code and identify the
versions that need the transition and only apply this for those.

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2025-12-22 19:55:47 +02:00
..
ModrinthAPI.cpp Remove ensure JSON helpers 2025-11-09 21:35:11 +00:00
ModrinthAPI.h fix mod select 2025-11-05 14:24:38 +02:00
ModrinthCheckUpdate.cpp fix:resource update with loaders 2025-07-22 13:33:19 +03:00
ModrinthCheckUpdate.h fix:resource update with loaders 2025-07-22 13:33:19 +03:00
ModrinthInstanceCreationTask.cpp Merge remote-tracking branch 'upstream/develop' into no-ensure 2025-11-10 18:56:32 +00:00
ModrinthInstanceCreationTask.h removed some duplicate code 2025-09-15 18:25:07 +03:00
ModrinthPackExportTask.cpp move ExportToZipTask 2025-11-26 18:39:18 +02:00
ModrinthPackExportTask.h propagate side as enum instead of Qstring 2025-06-02 13:26:42 +03:00
ModrinthPackIndex.cpp fix Pre-release filter 2025-12-22 19:55:47 +02:00
ModrinthPackIndex.h removed some duplicate code 2025-09-15 18:25:07 +03:00