<feed xmlns='http://www.w3.org/2005/Atom'>
<title>DropOut/src-tauri, branch v0.1.25</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.25</id>
<link rel='self' href='https://git.hydroroll.team/DropOut/atom?h=v0.1.25'/>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/'/>
<updated>2026-01-16T08:46:49Z</updated>
<entry>
<title>chore: bump version in tauri configuration to 0.1.25</title>
<updated>2026-01-16T08:46:49Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-16T08:46:49Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=80e9733a5e4785c44c86b4a09d926868bd5f037e'/>
<id>urn:sha1:80e9733a5e4785c44c86b4a09d926868bd5f037e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: update CSP in tauri configuration for enhanced security</title>
<updated>2026-01-16T08:44:03Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-16T08:44:03Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=df7d5c6af4cb26f23b32865da77bf2d76d0b56f1'/>
<id>urn:sha1:df7d5c6af4cb26f23b32865da77bf2d76d0b56f1</id>
<content type='text'>
Modified the content security policy (CSP) in tauri.conf.json to define specific sources for scripts, styles, images, fonts, and connections, improving the application's security posture.
</content>
</entry>
<entry>
<title>chore: apply prek auto-fixes [skip ci]</title>
<updated>2026-01-16T07:48:54Z</updated>
<author>
<name>HsiangNianian</name>
<email>44714368+HsiangNianian@users.noreply.github.com</email>
</author>
<published>2026-01-16T07:48:54Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=e78e4e4f54b60bfc98dcf80ad5f3387b28999287'/>
<id>urn:sha1:e78e4e4f54b60bfc98dcf80ad5f3387b28999287</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: update plugin-dialog dependency versions in Cargo.toml and package.json</title>
<updated>2026-01-16T07:20:47Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-16T07:20:47Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=4777cbb7ef3ba73617d37df48ee6d0b0d026a54b'/>
<id>urn:sha1:4777cbb7ef3ba73617d37df48ee6d0b0d026a54b</id>
<content type='text'>
Bumped the version of tauri-plugin-dialog in Cargo.toml and @tauri-apps/plugin-dialog in package.json from 2.5.0 to 2.6.0 to incorporate the latest features and improvements.
</content>
</entry>
<entry>
<title>feat: enhance Java path handling by resolving symlinks and stripping UNC prefixes</title>
<updated>2026-01-16T06:49:50Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-16T06:49:50Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=4d6ed7b93ed57a2f397e4f8060b2b183b7c86774'/>
<id>urn:sha1:4d6ed7b93ed57a2f397e4f8060b2b183b7c86774</id>
<content type='text'>
Updated the Java installation and executable retrieval functions to resolve symlinks and strip UNC prefixes from paths. This improvement ensures cleaner and more reliable path handling on Windows systems, enhancing compatibility and usability.
</content>
</entry>
<entry>
<title>feat: add UNC prefix stripping for Windows paths in Java handling</title>
<updated>2026-01-16T06:49:05Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-16T06:49:05Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=1e0905613a7b7b98daf6dfecffa87fc0096a8e55'/>
<id>urn:sha1:1e0905613a7b7b98daf6dfecffa87fc0096a8e55</id>
<content type='text'>
Implemented a helper function to strip the UNC prefix from file paths on Windows, ensuring cleaner path handling. Updated the Java candidate retrieval process to resolve symlinks and apply the new prefix stripping function, enhancing compatibility and usability on Windows systems.
</content>
</entry>
<entry>
<title>chore: update version to 0.1.24 in Cargo.toml and tauri.conf.json</title>
<updated>2026-01-16T06:42:34Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-16T06:42:34Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=e3bd439e74d92732107bbce671cbf092ba134ef4'/>
<id>urn:sha1:e3bd439e74d92732107bbce671cbf092ba134ef4</id>
<content type='text'>
Bumped the version number in both Cargo.toml and tauri.conf.json to reflect the new release version 0.1.24.
</content>
</entry>
<entry>
<title>feat: improve Java command execution on Windows</title>
<updated>2026-01-16T06:40:02Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-16T06:40:02Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=9c366b8d5c3f68d19bb87ed354b42b48c99b66c5'/>
<id>urn:sha1:9c366b8d5c3f68d19bb87ed354b42b48c99b66c5</id>
<content type='text'>
Enhanced the Java command execution by adding support for Windows-specific creation flags in both the installer and candidate checking functions. This change ensures better compatibility and performance when running Java commands on Windows systems.
</content>
</entry>
<entry>
<title>feat: integrate AI assistant functionality and configuration management</title>
<updated>2026-01-16T06:18:22Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-16T06:18:04Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=73ddf24b04bf94ee7fa76974e1af55eb94112b93'/>
<id>urn:sha1:73ddf24b04bf94ee7fa76974e1af55eb94112b93</id>
<content type='text'>
Implemented new commands for managing the AI assistant, including health checks, chat interactions, and model listings for both Ollama and OpenAI. Enhanced the configuration system to support raw JSON editing and added a dedicated AssistantConfig structure for better management of assistant settings. This update significantly improves the user experience by providing comprehensive control over AI interactions and configurations.
</content>
</entry>
<entry>
<title>fix(security): Potential fix for code scanning alert no. 3: Cleartext logging of sensitive information</title>
<updated>2026-01-16T01:49:35Z</updated>
<author>
<name>简律纯</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-16T01:49:35Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=1c00c5051104887ac181a3c1ec87b63c35e7f9bc'/>
<id>urn:sha1:1c00c5051104887ac181a3c1ec87b63c35e7f9bc</id>
<content type='text'>
Co-authored-by: Copilot Autofix powered by AI &lt;62310815+github-advanced-security[bot]@users.noreply.github.com&gt;</content>
</entry>
</feed>
