<feed xmlns='http://www.w3.org/2005/Atom'>
<title>DropOut/src-tauri/src/main.rs, branch v0.1.19</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.19</id>
<link rel='self' href='https://git.hydroroll.team/DropOut/atom?h=v0.1.19'/>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/'/>
<updated>2026-01-14T10:40:01Z</updated>
<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>refactor: clean up formatting and improve readability in core modules</title>
<updated>2026-01-14T08:44:56Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-14T08:44:56Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=9193112aca842dbe4d723aa865a7a30f3bcdb691'/>
<id>urn:sha1:9193112aca842dbe4d723aa865a7a30f3bcdb691</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: enhance start_game function to support modded versions and add Fabric and Forge commands</title>
<updated>2026-01-14T08:38:36Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-14T08:38:22Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=0e1194cc3145df2ad06d739be5155fa4c1b24840'/>
<id>urn:sha1:0e1194cc3145df2ad06d739be5155fa4c1b24840</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add documentation to clarify placeholder detection logic</title>
<updated>2026-01-14T07:46:00Z</updated>
<author>
<name>copilot-swe-agent[bot]</name>
<email>198982749+Copilot@users.noreply.github.com</email>
</author>
<published>2026-01-14T07:46:00Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=4843a4fc5e4f97790aba1fa5cc3b4ad5ac55c220'/>
<id>urn:sha1:4843a4fc5e4f97790aba1fa5cc3b4ad5ac55c220</id>
<content type='text'>
Co-authored-by: HsiangNianian &lt;44714368+HsiangNianian@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>Improve placeholder check to verify both opening and closing delimiters</title>
<updated>2026-01-14T07:43:18Z</updated>
<author>
<name>copilot-swe-agent[bot]</name>
<email>198982749+Copilot@users.noreply.github.com</email>
</author>
<published>2026-01-14T07:43:18Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=f8bf90421acce2c05ffedcee8e9b07f9adb96295'/>
<id>urn:sha1:f8bf90421acce2c05ffedcee8e9b07f9adb96295</id>
<content type='text'>
Co-authored-by: HsiangNianian &lt;44714368+HsiangNianian@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>fix: skip unresolved placeholders in game start arguments</title>
<updated>2026-01-14T07:35:00Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-14T07:35:00Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=30036f1e0eda71242a5b0f6823803fd84ca075af'/>
<id>urn:sha1:30036f1e0eda71242a5b0f6823803fd84ca075af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor: simplify default implementations for AccountStore and MsRefreshTokenState</title>
<updated>2026-01-14T06:55:27Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-14T06:55:27Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=d915fc26829e7ed68413a3c7556befcd0163a181'/>
<id>urn:sha1:d915fc26829e7ed68413a3c7556befcd0163a181</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor: improve code readability by formatting and restructuring function calls</title>
<updated>2026-01-14T06:54:57Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-14T06:54:57Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=986e76df89028e37ea3f872f12508763b5723e32'/>
<id>urn:sha1:986e76df89028e37ea3f872f12508763b5723e32</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "feat: add functionality to retrieve installed game versions"</title>
<updated>2026-01-14T06:19:15Z</updated>
<author>
<name>简律纯</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-14T06:19:15Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=21c66d00d8d300b33a353a366fa23d0773deb413'/>
<id>urn:sha1:21c66d00d8d300b33a353a366fa23d0773deb413</id>
<content type='text'>
</content>
</entry>
</feed>
