PrismLauncher/launcher/modplatform
Trial97 131dc0acf3 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>
(cherry picked from commit b1408775b3)
2025-12-22 21:45:48 +00:00
..
atlauncher move more zip parsings 2025-11-26 18:40:40 +02:00
flame Simplify IndexedVersionType::VersionType -> IndexedVersionType 2025-12-07 14:34:00 +00:00
helpers Check return value of 'virtual bool QFile::open(QIODeviceBase::OpenMode)' 2025-10-30 03:15:14 -04:00
import_ftb fix FTBA instance loading 2025-11-24 13:33:54 +01:00
legacy_ftb move more zip parsings 2025-11-26 18:40:40 +02:00
modrinth fix Pre-release filter 2025-12-22 21:45:48 +00:00
packwiz chore: Re-simplify IndexVersionType and MessageLevel with c++20 2025-12-11 09:59:33 -07:00
technic finish moving all code to libarchive 2025-11-26 18:40:41 +02:00
CheckUpdateTask.h chore:renamed variables to camelCase 2025-07-22 13:33:19 +03:00
EnsureMetadataTask.cpp Remove ensure JSON helpers 2025-11-09 21:35:11 +00:00
EnsureMetadataTask.h remove some QEventLoops 2025-03-02 08:36:48 +02:00
ModIndex.cpp chore: Re-simplify IndexVersionType and MessageLevel with c++20 2025-12-11 09:59:33 -07:00
ModIndex.h chore: Re-simplify IndexVersionType and MessageLevel with c++20 2025-12-11 09:59:33 -07:00
ResourceAPI.cpp Merge remote-tracking branch 'upstream/develop' into no-ensure 2025-11-10 18:56:32 +00:00
ResourceAPI.h fix mod select 2025-11-05 14:24:38 +02:00
ResourceType.cpp make universal resource type 2025-07-18 16:17:22 +03:00
ResourceType.h style: run-run clang-format on launcher/* 2025-10-14 04:05:56 +03:00