aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-05-30Add Quilt support for Technic modpacksKenneth Chew
2022-05-29Merge pull request #677 from timoreo22/fix-modrinth-linkSefa Eyeoglu
Fix modrinth search filters
2022-05-29Fix modrinth search filterstimoreo
2022-05-29Merge pull request #662 from Scrumplex/chore-bump-1.3.1Sefa Eyeoglu
2022-05-29Merge pull request #675 from muscaln/nixflow
Nix updates
2022-05-29fix: remove unnecessary translation (#674)Sefa Eyeoglu
2022-05-29Merge pull request #624 from ryanccn/global-jvm-argsSefa Eyeoglu
Make global JVM arguments multi-line
2022-05-29Merge pull request #672 from Scrumplex/fix-ftblegacy-pack-versionSefa Eyeoglu
fix: add version to Legacy FTB packs
2022-05-29nix: make LTO optionalMustafa Çalışkan
2022-05-29Merge pull request #671 from Scrumplex/fix-importing-flame-mmc-packsSefa Eyeoglu
2022-05-29Merge pull request #659 from Scrumplex/fix-apikey-tostxtsd
Clarify terms and conditions for API keys
2022-05-29Merge pull request #661 from ↵Sefa Eyeoglu
flowln/wow_curseforge_is_being_uncompetitive_im_so_surprised
2022-05-29Merge pull request #669 from Scrumplex/fix-binary-version-windowsEzekiel Smith
Set version for Windows binaries
2022-05-29Update launcher/ui/pages/global/JavaPage.cppRyan Cao
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-05-29fix: add version to Legacy FTB packsSefa Eyeoglu
2022-05-29fix: fix importing Flame/MMC packsSefa Eyeoglu
2022-05-29fix: set version for Windows binariesSefa Eyeoglu
2022-05-29Merge pull request #653 from muscaln/nixSefa Eyeoglu
2022-05-29Merge pull request #667 from DioEgizio/patch-7Sefa Eyeoglu
2022-05-29remove vista support from the manifestDioEgizio
we don't support qt <5.12 anymore anyways
2022-05-29Update launcher/ui/pages/global/JavaPage.cppRyan Cao
Co-authored-by: Kenneth Chew <79120643+kthchew@users.noreply.github.com>
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.