773 Commits
Author SHA1 Message Date
Trial97 cc8396e291 fix(resources): refresh action buttons on data change
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-09-20 23:28:59 +03:00
Trial97 31dbfaf711 fix(datapacks): add missing update-lock column
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-09-20 23:28:59 +03:00
Trial97 c8e23c0cd2 fix(ui): remove lock/unlock updates keyboard accelerators
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-09-20 23:28:59 +03:00
Alexandru Ionut TriponandOctol1ttle 1048d7392f Apply batched suggestions from code review
Co-authored-by: Octol1ttle <l1ttleofficial@outlook.com>
Signed-off-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com>
2026-09-20 23:28:59 +03:00
Trial97 7392646005 fix(resources): fix lock-update column bugs
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-09-20 23:28:58 +03:00
Trial97 30e427b2c1 fix(resources): align update lock semantics
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-09-20 23:28:58 +03:00
Trial97 02b26b6ccc chore(clang-tidy): modernize the code
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-09-20 23:28:58 +03:00
Trial97 e135750f75 make the update column as a icon
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-09-20 23:28:58 +03:00
Trial97 4dbea4aeac add update lock
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-09-20 23:28:58 +03:00
XandarNull d61e865552 refactor(mods): address review comments on release type helpers and settings
Signed-off-by: XandarNull <xandar.null@gmail.com>
2026-09-19 01:40:36 +03:00
XandarNull 04748f7a3a feat: add 'Release, Beta and Alpha' action to update menu
Signed-off-by: XandarNull <xandar.null@gmail.com>
2026-09-19 01:40:36 +03:00
XandarNull dfa30e3a64 chore: address PR review feedback
Signed-off-by: XandarNull <xandar.null@gmail.com>
2026-09-19 01:40:36 +03:00
XandarNull 9455ce45c9 feat(mods): add release channel filtering for mod updates
- Support Modrinth version_types in POST /version_files/update
- Add release type filtering in FlameAPI::getLatestVersion
- Add ModUpdateReleaseTypes global setting with instance override
- Add quick channel filter actions to the Check for Updates menu
- Make IndexedVersionType::fromString case-insensitive
Assisted-by: Antigravity:Gemini clang-format

Signed-off-by: XandarNull <xandar.null@gmail.com>
2026-09-19 01:39:14 +03:00
Alexandru Ionut Tripon d54f48e5f5 Remove ability to hide stuff on sidebar (#6097) 2026-09-18 16:17:25 +00:00
Trial97 a6dff43954 refactor: use decl-style TRY_INTO across JSON parsers
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-09-17 14:41:22 +03:00
Trial97 6d88069171 refactor: replace unrecoverable helper with qFatal
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-09-17 14:41:22 +03:00
Trial97 4cc1feec1d rename: rsp to res
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-09-17 14:41:21 +03:00
Trial97 2af360d181 refactor: rename Exception.h to Result.h
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-09-17 14:41:21 +03:00
Trial97 608a65fa60 refactor: replace exception handling with std::expected
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-09-17 14:41:21 +03:00
Trial97 6acaf041e2 refactor(json): migrate requireArray to Result<T>
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-09-17 14:41:20 +03:00
Trial97 edcf5ea1bc refactor: default Result<> to void value
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-09-17 14:40:34 +03:00
Trial97 27afd57d3a refactor: migrate file exceptions to Result
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-09-17 14:40:34 +03:00
Trial97 cd65fd2952 refactor: replace McClient exceptions with Result
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-09-17 14:40:34 +03:00
Alexandru Ionut Tripon a220921017 Add confirm dialog for updating modpack (#6079) 2026-09-17 05:41:07 +00:00
Trial97 91349ee44d feat: warn when changing mod version while running
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-09-16 22:35:21 +03:00
TheKodeToad 3d006bd0bf Remove ability to hide stuff on WideBar
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2026-09-15 22:22:24 +01:00
Alexandru Ionut Tripon cb720a088d feat: add configurable world tools to instance toolbar (#6023) 2026-09-12 12:27:12 +00:00
TheKodeToad 5d8dc0c2d2 Add confirm dialog for updating modpack
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2026-09-11 22:26:17 +01:00
Alexandru Ionut Tripon a070ca7b28 refactor(screenshots): merge Imgur into ImgurAPI (#6020) 2026-09-11 12:13:38 +00:00
Trial97 a1a17514a4 refactor: use RpcSink for log uploads
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-09-10 23:06:56 +03:00
Trial97 bb03a6584a refactor(screenshots): merge Imgur into ImgurAPI
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-09-10 22:29:49 +03:00
Alexandru Ionut TriponandOctol1ttle 88b3ceec19 Update launcher/ui/pages/global/ExternalToolsPage.cpp
Co-authored-by: Octol1ttle <l1ttleofficial@outlook.com>
Signed-off-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com>
2026-09-10 21:06:49 +03:00
Trial97 a6660499dc style: apply clang-tidy fixes across launcher pages
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-09-10 16:34:45 +03:00
Trial97 d2cbcedbad feat: add configurable world tools to instance toolbar
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-09-10 16:34:45 +03:00
Alexandru Ionut Tripon 5785da3317 add setting to update minecraft instance setting to the latest available version (#3340) 2026-09-07 21:30:54 +00:00
Trial97 a34ae672bc feat(mc): improve latest-version auto-update
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-09-08 00:10:46 +03:00
Trial97 58df08442f refactor: remove MCEdit world editor tool
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-09-02 13:22:58 +03:00
Alexandru Ionut Tripon 3930c11b3d support non mods deps (#5298) 2026-09-01 21:48:00 +00:00
NandoBF 6945b79c72 Address review requested changes
Signed-off-by: NandoBF <ferreirafernando6205@gmail.com>
2026-08-25 16:39:33 +01:00
NandoBF 5e8065bf92 Add enabled mod count to mod window title. Fixes #5955
Signed-off-by: NandoBF <ferreirafernando6205@gmail.com>
2026-08-24 22:23:31 +01:00
Octol1ttle a7dab0460a style: remove unnecessary lambda argument
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-08-21 01:40:11 +05:00
Seth Flynn 8523d6c8bb feat(ui/{Servers,WordList}Page): join on double click
Signed-off-by: Seth Flynn <getchoo@tuta.io>
2026-08-20 14:34:20 -04:00
Trial97 799b8249e8 chore(clang-tidy): modernize the code
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-08-15 22:03:51 +03:00
TheKodeToad 0c5e0f5a51 Make ModrinthAPI and FlameAPI singletons
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2026-08-06 13:24:50 +01:00
Alexandru Ionut Tripon 5f0039faa1 Change InstanceList to only hold MinecraftInstance (#5896) 2026-08-06 06:56:54 +00:00
Alexandru Ionut Tripon 84ba3ac13f Add warning for untrusted mods in imported modpacks (#5886) 2026-08-05 20:01:58 +00:00
Octol1ttle 703a97cfb1 feeling cute might delete later
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-08-05 23:36:30 +05:00
Octol1ttle e5b0b35e5c change: remove "Resource updater was aborted" message boxes
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-08-05 23:29:01 +05:00
Octol1ttle f5519c0296 change: remove "Download stopped by user" message boxes
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-08-05 23:28:59 +05:00
Octol1ttle 4f450a90bf change: remove "Task aborted" message boxes
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-08-05 23:26:42 +05:00