Release 1.9#17
Merged
mariodebono merged 7 commits intomainfrom Mar 9, 2026
Merged
Conversation
- Bump version from 1.7.0 to 1.9.0 - Update @mdx-js/react from 3.1.0 to 3.1.1 - Update estree-util-value-to-estree from 3.4.0 to 3.5.0 - Update lucide-react from 0.546.0 to 0.577.0 - Update react and react-dom from 19.1.0 to 19.2.4 - Update @docusaurus/tsconfig and @docusaurus/types from 3.9.1 to 3.9.2 - Update @types/node from 22.19.1 to 24 - Update dotenv from 17.2.0 to 17.3.1 - Update typescript from ~5.8.3 to ~5.9.3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the documentation to improve clarity, add new guides, and enhance the visual experience by converting static image references to theme-aware images. The changes include migrating several Markdown files to MDX format, introducing a new guide for managing launcher updates, and updating content to reflect recent launcher features.
Documentation enhancements:
.mdto.mdxformat, enabling the use of React components and improving maintainability. [1] [2] [3] [4] [5]ThemedImagecomponent throughout the docs, allowing screenshots to adapt to light and dark themes for a better user experience. [1] [2] [3] [4] [5] [6] [7] [8]New and updated guides:
manage-launcher-updates.mdx, detailing the full update process in Godot Launcher 1.9.0, including manual checks, skipping versions, retrying after errors, and handling prerelease updates.Content restructuring:
create-project.mdfile and replaced it with a more detailed and feature-richcreate-project.mdx. [1] [2](Top references: [1] [2] [3] [4] [5]