Releases: modrinth/code
Releases · modrinth/code
v0.10.5
Improvements
- On Windows, the app will now install per-user rather than system-wide.
- This allows future versions of Modrinth App to update seamlessly if the user is not an administrator.
- When updating to this version, the app will prompt you for Admin elevation in order to remove the old system-wide installation.
- Desktop shortcuts should be migrated automatically to the new installation location.
- Improvements to the Skins page.
- Fixed skins being mirrored.
- Added automatic detection of arm style from skin file.
- Improved performance of skin renderer.
- Added anti-aliasing to the skin renderer to make it appear smoother.
- Tweaked the rendering of the spotlight below the player model.
- Allow offline servers to still be joined from Worlds tab.
- Some servers display as offline as a privacy measure, or only start up once a player attempts to join.
- Improved Modrinth user account login to use your default web browser.
- Updated the appearance and functionality of error notifications to match the Modrinth website.
- Fixed search not returning to first page when filters are changed.
- Fixed modpacks showing up with the "Optimization" tag on Home page even when it's not a featured category on the project.
- Improved pinging Minecraft servers for older versions in the Worlds tab to more closely match how the client would ping them.
- Added Quick Play functionality for Minecraft servers on versions before 1.20.
- Fixed the tracking of last played time for Minecraft servers on versions before 1.7.2.
- Fixed the order when sorting Library page by game version.
- Fixed the incompatibility warning not remembering the version you clicked on.
- Added common snapping points to memory allocation sliders.
- Increased the size of the 'Logs' page on instances.
- Fixed failure when clicking 'Test' on Java versions.
- Fixed the back/forward buttons appearing with white icons in light mode.
- Fixed 'Party Alex' skin not using slim character model.
- Improved resilience of Minecraft launching on Java 8 under certain circumstances.
- Added system for showing users surveys to provide feedback on their experience with Modrinth App.
This update was originally launched as 0.10.4, but was pulled due to issues with many functions of the app.
v0.10.3
Improvements
- Added a workaround for Java 8 instances failing to load.
Known issues
- Java installations will show as 'Failed' when you test them. This is a visual bug, and does not mean the Java installation is not working.`,
v0.10.2
Improvements
- Added additional default skins from free official Minecraft skin packs.
- Fixed some parts of the player model on Skins page rendering incorrectly.
- Fixed a number of issues with skin images not loading on macOS.
- Fixed old Forge versions not loading properly.
- Fixed a typo in Appearance settings for hiding Skins page nametag.
Known issues
- Java installations will show as 'Failed' when you test them. This is a visual bug, and does not mean the Java installation is not working.
v0.7.1
Modrinth App v0.7.1 added support for Minecraft 1.20.5 and fixed a ton of bugs and issues.
Main improvements ⭐
- Minecraft authentication has been rewritten to match the official Minecraft Launcher, providing a much smoother login experience with fewer issues.
- Added support for Java 21 and Minecraft 1.20.5.
- Java installations are handled for you automatically by default for a more seamless experience, but can be manually configured in Settings.
- Introduced better error handling to assist you with fixing problems, such as Minecraft authentication issues.
- Modpacks with client-side only overrides will now be installed properly.
Bugfixes 🐛
- No longer enables LWJGL debugging mode by default, potentially improving game performance.
- Changing app directory to a different drive now properly moves all your files.
- Live log will no longer glitch out and will not use as much memory.
- Removed
java_optionsflag that caused random fatal Java errors.
What's next for Modrinth App? 👀
We're working on these, but they didn't quite make it into this release just yet! Keep an eye out for v0.8 in the coming weeks!
- Add support for recent versions of Minecraft Forge 🔨
- Recent versions of the Forge installer have broken how we install Forge. We're working on implementing ForgeWrapper to more easily support Forge like other launchers do.
- Improve logging for debug purposes 📜
- Other launchers append extra data or create extra log files to provide more debugging information, and many users have provided feedback that Modrinth App not providing these makes it harder to provide support for Modrinth App users. We're working to improve our logging to be just as easy as other launchers.
Commit changelog for nerds (v0.7.0 -> v0.7.1) 🤓
- Remove unsafe unwraps causing crashes by @Geometrically in #1135
Full Changelog (v0.7.0 -> v0.7.1): v0.7.0...v0.7.1
Full Changelog (v0.6.3 -> v0.7.1): v0.6.3...v0.7.1
v0.7.0
What's Changed
- Remove lwjgl debugging argument. by @qtchaos in #959
- Switch from stdout log to latest log MOD-595 by @darling in #964
- Config transfer by @thesuzerain in #951
- adds credentials refresh save by @thesuzerain in #1030
- Use Tokio directly instead of Tauri in io.rs by @KnifesmithCode in #1087
- chore: update dependencies by @ToBinio in #1103
- Fix
client-overridesnot getting extracted by @MelanX in #1120 - Switch to official launcher auth by @Geometrically in #1118
- Fix java installs by @Geometrically in #1123
- Bump to 0.7.0 + Add sign-in error by @Geometrically in #1133
- fix: version page by @ToBinio in #1121
New Contributors
- @KnifesmithCode made their first contribution in #1087
- @MelanX made their first contribution in #1120
Full Changelog: v0.6.3...v0.7.0
v0.6.3
This was pushed to users on 2023-12-14, but we forgot to make a GitHub tag for it
What's Changed
- Enable light mode and OLED mode as options by @triphora in #936
- Fix #901 - add YT nocookie and Discord to CSP by @triphora in #904
- Add text wrapping to project version names. by @qtchaos in #928
- Fix auth (finally) by @Geometrically in #937
- fix custom profile import for CF by @maxomatic458 in #914
New Contributors
- @maxomatic458 made their first contribution in #914
Full Changelog: v0.6.2...v0.6.3
v0.6.2
v0.6.1
What's Changed
- Fix apple build by @Geometrically in #824
- Fix apple build by @Geometrically in #825
- MOD-563 Fix "Error Fetching Modpack" when importing raw MRPack file by @darling in #835
- Fix handling of paths longer than 260 chars on Windows during export by @OmegaJak in #847
- Bump version + fix neoforge 1.20.2+ by @Geometrically in #863
- Update avatar URLs to use Crafatar API. by @qtchaos in #877
- disable disabled projects after update by @ToBinio in #871
- change instance fullscreen-checkbox to toggle by @ToBinio in #848
- fix rendering/calculation of maxProjectsPerRow in homepage by @ToBinio in #872
- Project without space by @MrLiam2614 in #845
- fixed typo by @Octelly in #493
- native decorations toggle by @fxdsu in #541
- Update breadcrumbs on profile name update by @Rayn322 in #643
- Search pagination fix by @BlueZeeKing in #800
- Auth retrying, std logs by @thesuzerain in #879
New Contributors
- @MrLiam2614 made their first contribution in #845
- @Octelly made their first contribution in #493
- @fxdsu made their first contribution in #541
- @Rayn322 made their first contribution in #643
- @BlueZeeKing made their first contribution in #800
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
- Overflow and mrpack fixes, comfortable memory slider and more. by @qtchaos in #762
- Allow mods to be added to unlocked instances. by @qtchaos in #760
- Fixing bug report template - Wrong nesting by @MiraculixxT in #756
- Use 'neoforge' instead of 'neo-forge' in mrpacks [MOD-539] by @OmegaJak in #787
- Fix categories duplicating by @ToBinio in #773
- Make export selection consistent between platforms and allow selecting which projects to export by @OmegaJak in #789
- fix google.svg by @ToBinio in #795
- MOD-541 Fix launcher duplicate profile function by @darling in #804
- Fix Launcher File Migration Error by @darling in #803
- Bump Theseus Version by @Geometrically in #818
New Contributors
- @MiraculixxT made their first contribution in #756
- @OmegaJak made their first contribution in #787
- @ToBinio made their first contribution in #773
- @darling made their first contribution in #804
Full Changelog: v0.5.4...v0.6.0
v0.5.4
What's Changed
- Fix auth refresh by @Geometrically in #631
- Fix being able to add mods to paired instances by @qtchaos in #630
- Update CSP to allow youtube embeds by @Banzobotic in #640
- Neoforge support by @Geometrically in #653
- Update CSP to allow mclo.gs by @qtchaos in #648
- Fix some small things by @Geometrically in #658
- Rounded corner to improve UI continuity by @Geoxor in #711
- [no ci] synced file(s) with modrinth/.github by @modrinth-bot in #731
- Bugs again by @thesuzerain in #703
New Contributors
- @Banzobotic made their first contribution in #640
- @Geoxor made their first contribution in #711
Full Changelog: v0.5.2...v0.5.4