<feed xmlns='http://www.w3.org/2005/Atom'>
<title>DropOut/ui, branch feat/Instance/Profile-System</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%2FInstance%2FProfile-System</id>
<link rel='self' href='https://git.hydroroll.team/DropOut/atom?h=feat%2FInstance%2FProfile-System'/>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/'/>
<updated>2026-01-16T12:20:19Z</updated>
<entry>
<title>feat: add InstancesView component and integrate instance management into the UI</title>
<updated>2026-01-16T12:20:19Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-16T12:20:19Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=743401f15199a116b1777bced843c774c5a59fba'/>
<id>urn:sha1:743401f15199a116b1777bced843c774c5a59fba</id>
<content type='text'>
Introduced a new InstancesView component for managing game instances, allowing users to create, edit, delete, and duplicate instances. Updated the App.svelte to include the InstancesView and modified various components to ensure instance selection is handled correctly. Enhanced the ModLoaderSelector and VersionsView to check for active instances before performing actions. Updated the Sidebar to include navigation to the new InstancesView.
</content>
</entry>
<entry>
<title>feat: implement instance management functionality</title>
<updated>2026-01-16T12:20:05Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-16T12:20:05Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=3c13c14dea03c6b91716fb0f1578deb12fcf9756'/>
<id>urn:sha1:3c13c14dea03c6b91716fb0f1578deb12fcf9756</id>
<content type='text'>
Added a new InstancesState class to manage game instances, including loading, creating, deleting, updating, and duplicating instances. Integrated instance selection into the game launch process, ensuring an active instance is selected before starting a game. Updated the types to include instance-related data structures.
</content>
</entry>
<entry>
<title>feat: enhance Java version management for Minecraft versions</title>
<updated>2026-01-16T10:42:12Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-16T10:38:47Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=1119f6c3cf421da2f2db92873efae8135c76b678'/>
<id>urn:sha1:1119f6c3cf421da2f2db92873efae8135c76b678</id>
<content type='text'>
Added functionality to determine and validate the required Java version for Minecraft versions, including checks for compatibility with older versions. Implemented event emissions for version installation and deletion, and updated the UI to reflect Java version requirements and installation status. Improved version metadata handling and added support for deleting versions.
</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: add dev dependency for prek in pyproject.toml and uv.lock</title>
<updated>2026-01-16T07:30:19Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-16T07:30:19Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=cfa49be141ec3edd01d524b5230c7405b47dfd69'/>
<id>urn:sha1:cfa49be141ec3edd01d524b5230c7405b47dfd69</id>
<content type='text'>
Included the 'prek' package as a development dependency in both pyproject.toml and uv.lock, specifying version 0.2.28 to enhance development capabilities.
</content>
</entry>
<entry>
<title>chore: update @tauri-apps/plugin-dialog version in pnpm-lock.yaml</title>
<updated>2026-01-16T07:22:01Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-16T07:22:01Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=2b0576bdf575870f9e47fa7ab490411b7864b3be'/>
<id>urn:sha1:2b0576bdf575870f9e47fa7ab490411b7864b3be</id>
<content type='text'>
Bumped the version of @tauri-apps/plugin-dialog from 2.5.0 to 2.6.0 in pnpm-lock.yaml to align with the latest dependency updates.
</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: add prismjs dependency and update TypeScript configuration</title>
<updated>2026-01-16T06:18:21Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-16T06:17:46Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=a38e61c30798efa3ab2231f99537828be5d5637b'/>
<id>urn:sha1:a38e61c30798efa3ab2231f99537828be5d5637b</id>
<content type='text'>
Added the prismjs library for syntax highlighting and its corresponding type definitions. Updated the TypeScript configuration to use "bundler" for module resolution, enhancing compatibility with modern module systems. This update improves the development experience and supports better code presentation.
</content>
</entry>
<entry>
<title>feat: enhance settings view with AI assistant configuration options</title>
<updated>2026-01-16T06:18:21Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-16T06:17:27Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=0243c26de63032ffa9f655cc248e7c02e65d0bd1'/>
<id>urn:sha1:0243c26de63032ffa9f655cc248e7c02e65d0bd1</id>
<content type='text'>
Expanded the SettingsView component to include new features for managing the AI assistant, such as selecting language models, configuring response settings, and applying preset personas. Added a button to open the configuration editor for JSON settings. This update improves user interaction with the assistant and provides more control over its behavior and settings.
</content>
</entry>
<entry>
<title>feat: add assistant view and configuration editor components</title>
<updated>2026-01-16T06:18:21Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-16T06:17:17Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=6c6cd5052a157b658f50e04ca7c350a00c2dbd60'/>
<id>urn:sha1:6c6cd5052a157b658f50e04ca7c350a00c2dbd60</id>
<content type='text'>
Introduced a new AssistantView component for enhanced interaction with the AI assistant, allowing users to send messages and receive responses. Implemented a ConfigEditorModal for editing configuration files with JSON validation and history management. Updated the App component to integrate these new features, improving user experience and functionality in managing AI settings.
</content>
</entry>
</feed>
