<feed xmlns='http://www.w3.org/2005/Atom'>
<title>DropOut/src-tauri/src/core/game_version.rs, branch dependabot/infrastructure-9c25a15b3e</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=dependabot%2Finfrastructure-9c25a15b3e</id>
<link rel='self' href='https://git.hydroroll.team/DropOut/atom?h=dependabot%2Finfrastructure-9c25a15b3e'/>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/'/>
<updated>2026-02-18T07:08:40Z</updated>
<entry>
<title>refactor(client): rewrite macros to generate client</title>
<updated>2026-02-18T07:08:40Z</updated>
<author>
<name>苏向夜</name>
<email>fu050409@163.com</email>
</author>
<published>2026-02-18T07:08:40Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=1a103de2f1ef75cd73347953cbe27e14606df871'/>
<id>urn:sha1:1a103de2f1ef75cd73347953cbe27e14606df871</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(ts-bindings): fix ts bindings naming convention</title>
<updated>2026-01-21T12:21:32Z</updated>
<author>
<name>苏向夜</name>
<email>fu050409@163.com</email>
</author>
<published>2026-01-21T12:21:32Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=cef90795b844a8c5a9cbc4f037a0b11c4d2918fc'/>
<id>urn:sha1:cef90795b844a8c5a9cbc4f037a0b11c4d2918fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: Update TypeScript export paths to reflect new directory structure</title>
<updated>2026-01-21T02:52:34Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-21T02:52:34Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=e87d097060e41b89d4c68285c103cf96b2dd9449'/>
<id>urn:sha1:e87d097060e41b89d4c68285c103cf96b2dd9449</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: Add TypeScript support to data structures using ts-rs for type generation</title>
<updated>2026-01-21T02:47:56Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-21T02:47:56Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=5cffcfe457d1b15d201647a5775268378c6018c6'/>
<id>urn:sha1:5cffcfe457d1b15d201647a5775268378c6018c6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: enhance GameVersion struct with optional fields for better mod loader support</title>
<updated>2026-01-14T08:38:35Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-14T08:37:51Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=cba180b0d625b26bcf810dec3c5b6d24ff5b1568'/>
<id>urn:sha1:cba180b0d625b26bcf810dec3c5b6d24ff5b1568</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: prevent feature-based rules from being applied in library checks</title>
<updated>2026-01-14T07:34:55Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-14T07:34:55Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=9b59469cfe0a46d127efd640142da249dafceec5'/>
<id>urn:sha1:9b59469cfe0a46d127efd640142da249dafceec5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore(style): format code</title>
<updated>2026-01-13T09:54:42Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-13T09:54:42Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=50f4725c657c6583452d9c85f9b934c3cf2a0f70'/>
<id>urn:sha1:50f4725c657c6583452d9c85f9b934c3cf2a0f70</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement library rules validation and zip extraction utility</title>
<updated>2026-01-13T08:14:49Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-13T08:14:49Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=746a94952de6d506dee5f45c77c72ccb597bb516'/>
<id>urn:sha1:746a94952de6d506dee5f45c77c72ccb597bb516</id>
<content type='text'>
- Added `is_library_allowed` function to evaluate library permissions based on defined rules.
- Introduced `rule_matches` helper function to check OS compatibility for rules.
- Created `extract_zip` function to handle zip file extraction, including directory creation and skipping of META-INF entries.
</content>
</entry>
<entry>
<title>feat: implement download functionality with progress monitoring and version management</title>
<updated>2026-01-13T07:56:20Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-13T07:56:20Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=66f7825ed9638606665b9e61c6f8132de013da14'/>
<id>urn:sha1:66f7825ed9638606665b9e61c6f8132de013da14</id>
<content type='text'>
</content>
</entry>
</feed>
