aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-05-29ATLauncher: Use ATLauncher rather than FTB in error messagesJamie Mansfield
2022-05-29ModpacksCH: Use ModpacksCH rather than FTB in error messagesJamie Mansfield
2022-05-29ModpacksCH: Make packs managed when installingJamie Mansfield
2022-05-29ATLauncher: Make packs managed when installingJamie Mansfield
2022-05-29ATLauncher: Pass the full pack name through to the install taskJamie Mansfield
2022-05-29API: Add settings to support managed packsJamie Mansfield
Managed packs means an installation of a modpack through a modpack provider. Managed packs track their origins (pack platform, name, id), so that in future features can exist around this - such as updating, and reinstalling.
2022-05-28feat: add warning of non-whitelisted URLs instead of a hard failflow
Based on people's votes on Discord :^)
2022-05-28clean up validateDownloadUrlLenny McLennington
2022-05-28change: add 'gitlab.com' to whitelisted Modrinth modpack urlsflow
2022-05-28debug: add non-translated debug logging for 'non-whitelisted url' failsflow
2022-05-28change: update whitelisted hosts in Modrinth modpacksflow
2022-05-28Rework curseforge download (#611)timoreo22
* Use the bulk endpoint on mod resolution for faster download * Search on modrinth for api blocked mods * Display a dialog for manually downloading blocked mods
2022-05-28Merge pull request #651 from Scrumplex/fix-mnemonic-apipagetimoreo22
Fix mnemonics in APIPage
2022-05-28Merge pull request #650 from flowln/modrinth_iconstimoreo22
Fix modpack icon importing with non-standard icon paths
2022-05-28chore: bump versionSefa Eyeoglu
2022-05-28Merge pull request #657 from JJL772/fix/misc-fixestimoreo22
Fix crash when aborting instance import
2022-05-28Merge pull request #625 from ryanccn/light-macos-icontimoreo22
Use light background macOS icon
2022-05-28Merge pull request #639 from Scrumplex/fix-prio-modpack-formatstimoreo22
Prefer stricter modpack formats during import
2022-05-28Merge pull request #629 from kthchew/feature/desktop-shortcuttimoreo22
Add desktop shortcut to Windows installer
2022-05-28Merge pull request #623 from ryanccn/clang-formattimoreo22
Add a .clang-format
2022-05-28Merge branch 'develop' into global-jvm-argsRyan Cao
2022-05-28Merge branch 'develop' into global-jvm-argsRyan Cao
2022-05-28fix: clarify terms and conditions for API keysSefa Eyeoglu
2022-05-28nix: fix nix-buildMustafa Çalışkan
2022-05-28nix: initial support for qt6Mustafa Çalışkan
2022-05-27Fix crash when aborting instance importJeremy Lorelli
Also turned a loop var into a reference to avoid copies on each iteration
2022-05-27nix: move files to nix/Mustafa Çalışkan
2022-05-27nix: override msa id via cmake flagMustafa Çalışkan
2022-05-27flake.lock: updateMustafa Çalışkan
• Updated input 'flake-compat': 'github:edolstra/flake-compat/64a525ee38886ab9028e6f61790de0832aa3ef03' (2022-03-25) → 'github:edolstra/flake-compat/b4a34015c698c7793d592d66adbab377907a2be8' (2022-04-19) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/30d3d79b7d3607d56546dd2a6b49e156ba0ec634' (2022-03-25) → 'github:nixos/nixpkgs/41cc1d5d9584103be4108c1815c350e07c807036' (2022-05-23) • Removed input 'quazip'
2022-05-27nix: use nixpkgs's quazipMustafa Çalışkan
2022-05-27fix: fix mnemonics in APIPageSefa Eyeoglu
2022-05-27fix: use absolute path when installing iconsflow
2022-05-26Merge pull request #642 from ryanccn/metaserver-show-defaultflow
Show default metaserver in settings
2022-05-26Merge pull request #618 from DioEgizio/patch-6flow
fix appimage not having imageformats
2022-05-26fix: prefer stricter modpack formats during importSefa Eyeoglu
Flame modpacks use "manifest.json" as their only characteristic for identification. Some modpacks might have other files called "manifest.json", which is why we should prefer modpack formats that have a stricter structure.
2022-05-26Merge pull request #645 from PolyMC/revert-609-feature/fix-blocked-modpacksSefa Eyeoglu
2022-05-26better new iconRyan Cao
2022-05-25revert: remove CurseForge workaround for packs tooSefa Eyeoglu
Partial revert. Handles missing download URLs.
2022-05-25Merge pull request #630 from jamierocks/h-atl-dependsSefa Eyeoglu
2022-05-25fixRyan Cao
2022-05-25fix indent widthRyan Cao
2022-05-25show default metaserverRyan Cao
2022-05-24fix: better handle corner caseflow
2022-05-24Merge pull request #637 from byquanton/patch-1Sefa Eyeoglu
2022-05-24Update org.polymc.PolyMC.metainfo.xml.inbyquanton
Should fix Flatpak/Flathub build
2022-05-24feat: add links to curseforge modpacksflow
2022-05-24feat: add links for curseforge modsflow
NOT DOWNLOAD LINKS! (someone would ask it i'm sure :p)
2022-05-24feat: add remaining links to modrinth modsflow
2022-05-24feat: add remaining links to modrinth modpacksflow
2022-05-24clean up .clang-formatRyan Cao