<feed xmlns='http://www.w3.org/2005/Atom'>
<title>DropOut, branch v0.1.26</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=v0.1.26</id>
<link rel='self' href='https://git.hydroroll.team/DropOut/atom?h=v0.1.26'/>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/'/>
<updated>2026-01-16T13:03:36Z</updated>
<entry>
<title>chore: bump version to 0.1.26 in Cargo.toml and tauri.conf.json</title>
<updated>2026-01-16T13:03:36Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-16T13:03:36Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=ef59aae63b171353d22aa0c7a684cbf335694b58'/>
<id>urn:sha1:ef59aae63b171353d22aa0c7a684cbf335694b58</id>
<content type='text'>
Updated the version number in both Cargo.toml and tauri.conf.json to reflect the new release version 0.1.26. This change ensures consistency across project configuration files.
</content>
</entry>
<entry>
<title>chore: update pre-commit configuration for Rust hooks to specify manifest path</title>
<updated>2026-01-16T13:03:30Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-16T13:03:30Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=ba5235427efa74ae0eb4c167c5e75544b3a6c3ce'/>
<id>urn:sha1:ba5235427efa74ae0eb4c167c5e75544b3a6c3ce</id>
<content type='text'>
Modified the .pre-commit-config.yaml file to include the `--manifest-path` argument for Rust hooks (fmt, cargo-check, clippy) and defined file patterns for Rust source files. This change enhances the configuration by ensuring that the hooks operate on the correct project files, improving the development workflow.
</content>
</entry>
<entry>
<title>style: auto format and lint fix [skip ci]</title>
<updated>2026-01-16T12:56:47Z</updated>
<author>
<name>HsiangNianian</name>
<email>44714368+HsiangNianian@users.noreply.github.com</email>
</author>
<published>2026-01-16T12:56:47Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=e6de034475c8cdaef4a65d04dad7c626805d2ffc'/>
<id>urn:sha1:e6de034475c8cdaef4a65d04dad7c626805d2ffc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #55 from HsiangNianian/feat/Instance/Profile-System</title>
<updated>2026-01-16T12:56:27Z</updated>
<author>
<name>简律纯</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-16T12:56:27Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=fd4d01a629105d9405a6cecb2a1efd3ffa6a9334'/>
<id>urn:sha1:fd4d01a629105d9405a6cecb2a1efd3ffa6a9334</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: update pre-commit configuration to skip specific hooks</title>
<updated>2026-01-16T12:53:01Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-16T12:53:01Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=bb6cf77844343bbf55be3dad201340572564d132'/>
<id>urn:sha1:bb6cf77844343bbf55be3dad201340572564d132</id>
<content type='text'>
Modified the .pre-commit-config.yaml file to add a skip option for formatting, cargo-check, and clippy hooks. This change optimizes the pre-commit setup by allowing selective execution of hooks, enhancing the efficiency of the development workflow.
</content>
</entry>
<entry>
<title>chore: update pre-commit configuration for Rust hooks</title>
<updated>2026-01-16T12:51:36Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-16T12:51:36Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=f6a88e61f789c58a9307dd7405faf00d92b5f84b'/>
<id>urn:sha1:f6a88e61f789c58a9307dd7405faf00d92b5f84b</id>
<content type='text'>
Modified the .pre-commit-config.yaml file to replace the Rust pre-commit repository and update the hooks for formatting and linting. This change enhances the configuration by using the latest version of the Rust pre-commit hooks and streamlining the setup for Rust projects.
</content>
</entry>
<entry>
<title>chore: update pre-commit configuration to include Rust as system language</title>
<updated>2026-01-16T12:44:37Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-16T12:44:37Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=bf934d63edda2129ffbe77a42486a9607b1c4eb0'/>
<id>urn:sha1:bf934d63edda2129ffbe77a42486a9607b1c4eb0</id>
<content type='text'>
Modified the .pre-commit-config.yaml file to add 'rust' to the system_language setting, ensuring that pre-commit hooks are properly configured for Rust projects. This change enhances the versatility of the pre-commit setup.
</content>
</entry>
<entry>
<title>chore: update pre-commit configuration to specify language for clippy checks</title>
<updated>2026-01-16T12:43:21Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-16T12:43:21Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=1ef7d139862de4ee93216fc617f9ee6c4002df5f'/>
<id>urn:sha1:1ef7d139862de4ee93216fc617f9ee6c4002df5f</id>
<content type='text'>
Modified the .pre-commit-config.yaml file to explicitly set the language for clippy checks to 'system', ensuring consistent behavior across different environments. This change enhances the clarity of the configuration.
</content>
</entry>
<entry>
<title>chore: simplify GitHub Actions workflow by removing unnecessary auto-fix option</title>
<updated>2026-01-16T12:35:50Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-16T12:35:50Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=122beeee28a8e07caaa88634d3f09cfc53f55a61'/>
<id>urn:sha1:122beeee28a8e07caaa88634d3f09cfc53f55a61</id>
<content type='text'>
Updated the GitHub Actions workflow to remove the 'all_files' option from the prek action, streamlining the process and ensuring that the action runs without additional parameters. This change enhances clarity and maintains the workflow's efficiency.
</content>
</entry>
<entry>
<title>chore: enhance GitHub Actions workflow to check for changes before committing fixes</title>
<updated>2026-01-16T12:33:49Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-16T12:33:49Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=756c60e51967189c6e37166011927bbe219c0352'/>
<id>urn:sha1:756c60e51967189c6e37166011927bbe219c0352</id>
<content type='text'>
Updated the GitHub Actions workflow to include a step that checks for changes before committing auto-fixes. This ensures that commits are only made when there are actual changes, improving the efficiency of the workflow.
</content>
</entry>
</feed>
