Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-22 | added: Mnemonics for Settings/Accounts | Daniel Schemp | |
2022-04-22 | added: Mnemonics for Settings/External Tools | Daniel Schemp | |
2022-04-22 | added: Mnemonics for Settings/Proxy | Daniel Schemp | |
2022-04-22 | added: Mnemonics for Settings/Custom Commands | Daniel Schemp | |
2022-04-22 | added: Mnemonics for Settings/Java | Daniel Schemp | |
2022-04-22 | added: Mnemonics for Settings/Minecraft+ | Daniel Schemp | |
2022-04-22 | added: Mnemonics for Settings/Launcher | Daniel Schemp | |
2022-04-20 | Merge pull request #472 from Scrumplex/fix-download-mods-snapshot | Ezekiel Smith | |
fix: disable major version match for snapshots | |||
2022-04-20 | fix: disable major version match for snapshots | Sefa Eyeoglu | |
2022-04-20 | Merge pull request #470 from kthchew/fix/ml-selector-crash | dada513 | |
Fix crash if no Minecraft version is selected in the new instance screen | |||
2022-04-20 | Merge pull request #465 from DioEgizio/bump-1.2.1 | Ezekiel Smith | |
bump to 1.2.1 | |||
2022-04-20 | Merge pull request #467 from PolyMC/revert-429-develop | dada513 | |
Revert "better FreeBSD support" | |||
2022-04-19 | Fix crash if no Minecraft version is selected in the new instance screen | Kenneth Chew | |
2022-04-20 | Merge pull request #463 from txtsd/enter_shenanigans | Ezekiel Smith | |
Only trigger macOS instance rename on KeyDown | |||
2022-04-20 | Merge pull request #462 from Scrumplex/fix-world-size-sort | Ezekiel Smith | |
fix: use size in bytes to sort by world size | |||
2022-04-19 | Revert "better FreeBSD support" | Sefa Eyeoglu | |
2022-04-19 | Merge pull request #454 from kthchew/feature/hardened-runtime | Sefa Eyeoglu | |
2022-04-19 | Merge pull request #452 from Scrumplex/fix-download-mods-crash | Sefa Eyeoglu | |
2022-04-19 | Merge pull request #451 from Scrumplex/fix-modloader-selection | dada513 | |
2022-04-19 | Merge pull request #444 from Scrumplex/fix-release-workflow | dada513 | |
Fix release workflow | |||
2022-04-19 | Merge pull request #450 from Scrumplex/fix-quilt-mod-dl | Sefa Eyeoglu | |
2022-04-19 | fix: fix filename of linux portable | Sefa Eyeoglu | |
2022-04-19 | bump to 1.2.1 | DioEgizio | |
2022-04-19 | Improve security by enabling hardened runtime for macOS | Kenneth Chew | |
This change also fixes a bug on recent versions of macOS where Minecraft mods that requested access to the microphone would silently fail. | |||
2022-04-19 | fix: bundle binary tarball as user root | Sefa Eyeoglu | |
2022-04-19 | fix: update files for relase workflow | Sefa Eyeoglu | |
2022-04-19 | fix: Only trigger rename on KeyPress | txtsd | |
This is macOS specific | |||
2022-04-19 | fix: use size in bytes to sort by world size | Sefa Eyeoglu | |
2022-04-19 | Merge pull request #455 from kthchew/fix/mac-version-num | Ezekiel Smith | |
Fix formatting of version string on macOS | |||
2022-04-19 | fix: fix Modrinth query when Quilt is in use | Sefa Eyeoglu | |
2022-04-19 | Merge pull request #449 from DioEgizio/CI/specify-build-platform | Sefa Eyeoglu | |
specify -DLauncher_BUILD_PLATFORM on CI builds (EDIT: also remove "on x") | |||
2022-04-18 | Fix formatting of version string on macOS | Kenneth Chew | |
2022-04-18 | remove "on x" | DioEgizio | |
2022-04-18 | fix: don't set mod loader as important | Sefa Eyeoglu | |
2022-04-18 | fix: handle network errors when downloading modlist | Sefa Eyeoglu | |
2022-04-18 | fix: actually check if a mod loader is selected | Sefa Eyeoglu | |
Thus also removes a suggestCurrent call from loaderFilterChanged, as it will already be triggered by setSelectedLoaderVersion | |||
2022-04-18 | Merge pull request #442 from kthchew/fix/typos | Sefa Eyeoglu | |
2022-04-18 | Merge pull request #443 from flowln/fix_tr | Sefa Eyeoglu | |
2022-04-18 | specify -DLauncher_BUILD_PLATFORM on CI builds | DioEgizio | |
more cool also maybe helps with updater? | |||
2022-04-17 | fix(translation): don't translate placeholders | flow | |
Those are modified programatically, and never show up to the user! | |||
2022-04-17 | Fix typos and inconsistent capitalization in sort options | Kenneth Chew | |
2022-04-17 | Merge pull request #437 from DioEgizio/bump-1.2.0 | Sefa Eyeoglu | |
2022-04-17 | Merge pull request #411 from kthchew/feature/menubar | Sefa Eyeoglu | |
2022-04-17 | Improve menu bar setting string | Kenneth Chew | |
2022-04-17 | Disable instead of hide menu bar option on Linux | Kenneth Chew | |
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-04-17 | Fix bugs with instance menu bar options when opening without instances | Kenneth Chew | |
- The launch option is no longer empty. - The program now checks on startup whether an instance is selected to decide whether to disable instance options. Also, get rid of a dynamic cast. | |||
2022-04-17 | Merge pull request #439 from DioEgizio/CI/new-qt-macos | txtsd | |
CHANGE: use Qt 5.15.3 (from brew) on macos | |||
2022-04-17 | CHANGE: use Qt 5.15.3 (from brew) on macos | DioEgizio | |
More updated Qt means less bugs and generally less issues. The only drawback is losing MacOS Sierra support | |||
2022-04-17 | Merge pull request #431 from Scrumplex/feat-quilt-modrinth | Ezekiel Smith | |
Query for Fabric mods if Quilt is in use | |||
2022-04-17 | Merge pull request #436 from flowln/bundled_libs | Ezekiel Smith | |
Don't force bundled libraries by default |