<feed xmlns='http://www.w3.org/2005/Atom'>
<title>DropOut/pnpm-lock.yaml, branch feat/linux-nvidia-prime-support</title>
<subtitle>This is a new Minecraft launcher that is currently in development. It is designed to be a modern, fast and efficient launcher. It is written in Rust. Aims to be a Reproducible Minecraft Workspace Manager.</subtitle>
<id>https://git.hydroroll.team/DropOut/atom?h=feat%2Flinux-nvidia-prime-support</id>
<link rel='self' href='https://git.hydroroll.team/DropOut/atom?h=feat%2Flinux-nvidia-prime-support'/>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/'/>
<updated>2026-04-01T04:04:10Z</updated>
<entry>
<title>chore: upgrade dependencies for security fixes (#139)</title>
<updated>2026-04-01T04:04:10Z</updated>
<author>
<name>krypton</name>
<email>bot@hydroroll.team</email>
</author>
<published>2026-04-01T04:04:10Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=1016a53a97622c94f70d78d7a3876ff010a9dfc9'/>
<id>urn:sha1:1016a53a97622c94f70d78d7a3876ff010a9dfc9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: remove @types/node from dependencies in package.json and pnpm-lock.yaml</title>
<updated>2026-03-26T02:13:33Z</updated>
<author>
<name>NtskwK</name>
<email>natsukawa247@outlook.com</email>
</author>
<published>2026-03-26T02:13:33Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=38d74bf0fedc3224e371e826577f00f7fc62d837'/>
<id>urn:sha1:38d74bf0fedc3224e371e826577f00f7fc62d837</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: remove @biomejs/biome from dependencies in package.json and pnpm-lock.yaml</title>
<updated>2026-03-26T02:12:03Z</updated>
<author>
<name>NtskwK</name>
<email>natsukawa247@outlook.com</email>
</author>
<published>2026-03-26T02:12:03Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=aa09e57fc181731523a9e1bd38c8c63ece3ab8fe'/>
<id>urn:sha1:aa09e57fc181731523a9e1bd38c8c63ece3ab8fe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>build: upgrade @biomejs/biome from 2.4.5 to 2.4.9</title>
<updated>2026-03-26T01:47:58Z</updated>
<author>
<name>NtskwK</name>
<email>natsukawa247@outlook.com</email>
</author>
<published>2026-03-26T01:47:58Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=a3b0bc188a72dcc8fedb77d7832c839541fb1dae'/>
<id>urn:sha1:a3b0bc188a72dcc8fedb77d7832c839541fb1dae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>build(deps): upgrade @biomejs/biome to v2.4.9</title>
<updated>2026-03-26T01:37:51Z</updated>
<author>
<name>NtskwK</name>
<email>natsukawa247@outlook.com</email>
</author>
<published>2026-03-26T01:37:51Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=3bfc9d630b40d647010ca64e7757c63c703cca29'/>
<id>urn:sha1:3bfc9d630b40d647010ca64e7757c63c703cca29</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore(pnpm): fix pnpm lock file</title>
<updated>2026-03-26T00:47:19Z</updated>
<author>
<name>苏向夜</name>
<email>fu050409@163.com</email>
</author>
<published>2026-03-26T00:16:59Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=b95cd870357fcb0973bb02b1ec2d2fc061eafaec'/>
<id>urn:sha1:b95cd870357fcb0973bb02b1ec2d2fc061eafaec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Restructure docs into manual/development and add implementation docs (#94)</title>
<updated>2026-02-27T09:18:25Z</updated>
<author>
<name>Natsuu</name>
<email>natsukawa247@outlook.com</email>
</author>
<published>2026-02-27T09:18:25Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=81a62402ef6f8900ff092366121a9b7a4263ba52'/>
<id>urn:sha1:81a62402ef6f8900ff092366121a9b7a4263ba52</id>
<content type='text'>
## Summary by Sourcery

Restructure documentation into separate manual and development sections,
introduce detailed internal implementation docs for auth/Java/mod
loaders, and update site navigation, landing page links, and MDX tooling
(Mermaid, card styling) to match the new structure and tech stack.

Enhancements:
- Enable Mermaid rendering support in the docs app and add a reusable
Mermaid React component.
- Refine Docs page rendering by customizing Card styling and removing
redundant in-page titles/descriptions rendered by the layout.
- Align docs source configuration and routing comments with the new
manual-based default paths.

Documentation:
- Split user-facing docs under a new manual section and move contributor
content into a dedicated development section for both English and
Chinese.
- Add comprehensive internal implementation documentation covering
authentication, Java management, mod loader/version merging, event bus,
and architecture patterns in both English and Chinese.
- Update existing feature docs (mod loaders, Java, authentication) and
getting-started/troubleshooting pages to be more conceptual, pointing to
implementation docs for technical details.
- Refresh architecture docs to reflect the React/Zustand frontend stack
and add Mermaid-based architecture diagrams.
- Adjust navigation labels, home-page CTAs, and doc links to target the
new manual/development structure and routes.

---------

Co-authored-by: 简律纯 &lt;i@jyunko.cn&gt;</content>
</entry>
<entry>
<title>chore: fix aur script and apply lints</title>
<updated>2026-02-24T18:33:25Z</updated>
<author>
<name>苏向夜</name>
<email>fu050409@163.com</email>
</author>
<published>2026-02-24T18:33:13Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=025154616863635560cea994c356dcb78e4948ae'/>
<id>urn:sha1:025154616863635560cea994c356dcb78e4948ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: merge remote code</title>
<updated>2026-02-24T18:11:29Z</updated>
<author>
<name>苏向夜</name>
<email>fu050409@163.com</email>
</author>
<published>2026-02-24T18:11:29Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=290c16cafb22fe3e117bb7c33e55c13b16e7b5cc'/>
<id>urn:sha1:290c16cafb22fe3e117bb7c33e55c13b16e7b5cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor: rewrite login and settings pages</title>
<updated>2026-02-24T14:41:36Z</updated>
<author>
<name>苏向夜</name>
<email>fu050409@163.com</email>
</author>
<published>2026-02-24T14:41:36Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=b275a3668b140d9ce4663de646519d2dbd4297e7'/>
<id>urn:sha1:b275a3668b140d9ce4663de646519d2dbd4297e7</id>
<content type='text'>
</content>
</entry>
</feed>
