<feed xmlns='http://www.w3.org/2005/Atom'>
<title>DropOut/src-tauri/src/core/config.rs, 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-16T06:18:22Z</updated>
<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>feat: Add log upload service and optional API key to LauncherConfig for enhanced logging capabilities</title>
<updated>2026-01-15T09:36:39Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-15T08:53:44Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=6ef9f5e01e6d7a55861803cb400720a81c64685e'/>
<id>urn:sha1:6ef9f5e01e6d7a55861803cb400720a81c64685e</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>fix: update download_threads comment to specify valid range (1-128)</title>
<updated>2026-01-14T05:44:01Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-14T05:44:01Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=df1450d565fda97e6c6dfce825abb682f567759b'/>
<id>urn:sha1:df1450d565fda97e6c6dfce825abb682f567759b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: add download_threads to LauncherConfig and update download logging</title>
<updated>2026-01-14T05:35:29Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-14T05:35:29Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=791bd84d175d8d454d8a7846dea63d57653ed7e1'/>
<id>urn:sha1:791bd84d175d8d454d8a7846dea63d57653ed7e1</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>feat: Add config module</title>
<updated>2026-01-13T09:54:09Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-13T09:54:09Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=f7cabe5a0388518be50eb225500b7b4800109274'/>
<id>urn:sha1:f7cabe5a0388518be50eb225500b7b4800109274</id>
<content type='text'>
</content>
</entry>
</feed>
