<feed xmlns='http://www.w3.org/2005/Atom'>
<title>DropOut/ui/src/components/ModLoaderSelector.svelte, branch dropout-v0.2.0-alpha.1</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=dropout-v0.2.0-alpha.1</id>
<link rel='self' href='https://git.hydroroll.team/DropOut/atom?h=dropout-v0.2.0-alpha.1'/>
<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: 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>feat: Add version installation and check functionality to enhance mod loader support in the application</title>
<updated>2026-01-15T10:17:45Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-15T10:17:45Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=20cd97d8b3af67050fbe7b5f8d6d5fb1c1f3237b'/>
<id>urn:sha1:20cd97d8b3af67050fbe7b5f8d6d5fb1c1f3237b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: Implement custom dropdown components for version selection in BottomBar and ModLoaderSelector, enhancing user interaction and UI consistency</title>
<updated>2026-01-15T09:36:41Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-15T09:36:36Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=31077dbd39a25eecd24a1dca0f8c9d1879265277'/>
<id>urn:sha1:31077dbd39a25eecd24a1dca0f8c9d1879265277</id>
<content type='text'>
</content>
</entry>
<entry>
<title>style: Update select element styles in ModLoaderSelector for improved UI consistency and user interaction</title>
<updated>2026-01-15T09:36:40Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-15T08:57:42Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=42bac8d27c660b8c4a0cc9b7412f8349413c087e'/>
<id>urn:sha1:42bac8d27c660b8c4a0cc9b7412f8349413c087e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>style: Refactor ModLoaderSelector component for enhanced UI and accessibility</title>
<updated>2026-01-15T06:57:06Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-15T06:57:06Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=d50c2660375dc63ee5c1475f1113de390c9b5616'/>
<id>urn:sha1:d50c2660375dc63ee5c1475f1113de390c9b5616</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: enhance dark mode support across UI components</title>
<updated>2026-01-14T10:40:01Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-14T10:40:01Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=74849ad2d18586736d9677dfd10af4875f4ef2ca'/>
<id>urn:sha1:74849ad2d18586736d9677dfd10af4875f4ef2ca</id>
<content type='text'>
- Updated BottomBar, HomeView, LoginModal, ModLoaderSelector, SettingsView, Sidebar, StatusToast, and VersionsView components for improved dark mode styling.
- Adjusted color schemes for various elements to ensure better visibility and aesthetics in dark mode.
- Added a theme property to settings to enforce dark mode as the default.
- Refactored version badges in VersionsView for better color differentiation.
- Enhanced button and input styles for consistency in both light and dark themes.
</content>
</entry>
<entry>
<title>feat: Enhance UI components and add visual effects</title>
<updated>2026-01-14T10:15:31Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-14T10:15:31Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=eed52135e7d6ffbbbd64070cf567bcf08653c7d5'/>
<id>urn:sha1:eed52135e7d6ffbbbd64070cf567bcf08653c7d5</id>
<content type='text'>
- Updated Sidebar component styles for improved aesthetics and usability.
- Refactored VersionsView component with a new layout and enhanced version filtering.
- Improved DownloadMonitor and GameConsole components for better performance and visual consistency.
- Added new settings for GPU acceleration and visual effects in settings store.
- Introduced ParticleBackground component with customizable effects (Constellation and Saturn).
- Implemented ConstellationEffect and SaturnEffect classes for dynamic background animations.
</content>
</entry>
<entry>
<title>feat: add ModLoaderSelector component for managing mod loader installations</title>
<updated>2026-01-14T08:38:36Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-14T08:37:56Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=5a7afced64373df9619ec98f6d1dd99406da1dab'/>
<id>urn:sha1:5a7afced64373df9619ec98f6d1dd99406da1dab</id>
<content type='text'>
</content>
</entry>
</feed>
