<feed xmlns='http://www.w3.org/2005/Atom'>
<title>DropOut, branch dropout-macros-v0.1.0-alpha.0</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-macros-v0.1.0-alpha.0</id>
<link rel='self' href='https://git.hydroroll.team/DropOut/atom?h=dropout-macros-v0.1.0-alpha.0'/>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/'/>
<updated>2026-02-24T18:33:25Z</updated>
<entry>
<title>chore: fix aur script and apply lints</title>
<updated>2026-02-24T18:33:25Z</updated>
<author>
<name>苏向夜</name>
<email>fu050409@163.com</email>
</author>
<published>2026-02-24T18:33:13Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=025154616863635560cea994c356dcb78e4948ae'/>
<id>urn:sha1:025154616863635560cea994c356dcb78e4948ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: apply prek auto-fixes [skip ci]</title>
<updated>2026-02-24T18:29:49Z</updated>
<author>
<name>fu050409</name>
<email>46275354+fu050409@users.noreply.github.com</email>
</author>
<published>2026-02-24T18:29:49Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=1f1051992aa5a46f98aa2efe44f7dd9e3824d562'/>
<id>urn:sha1:1f1051992aa5a46f98aa2efe44f7dd9e3824d562</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore(release): bump versions (#101)</title>
<updated>2026-02-24T18:27:08Z</updated>
<author>
<name>苏向夜</name>
<email>46275354+fu050409@users.noreply.github.com</email>
</author>
<published>2026-02-24T18:27:08Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=71da360da172e3bb7dfea8cee730ec2f7cab8994'/>
<id>urn:sha1:71da360da172e3bb7dfea8cee730ec2f7cab8994</id>
<content type='text'>
# Releases

## dropout

## v0.2.0-alpha.2

### New Features

-
[`ef56081`](https://github.com/HydroRoll-Team/DropOut/commit/ef560813c68c113325d8d84ff13cd419eb6583df):
Add `ts-rs` for generating TypeScript bindings.
([#77](https://github.com/HydroRoll-Team/DropOut/pull/77) by
@HsiangNianian)

## @dropout/ui

## v0.0.0-alpha.0

### Refactors

-
[`66668d8`](https://github.com/HydroRoll-Team/DropOut/commit/66668d85d603c5841d755a6023aa1925559fc6d4):
Partial rewrite UI to react port.
([#77](https://github.com/HydroRoll-Team/DropOut/pull/77) by
@HsiangNianian)

## dropout-macros

## v0.1.0-alpha.0

### New Features

-
[`410c949`](https://github.com/HydroRoll-Team/DropOut/commit/410c949b87424b4ac0df5e3f38930781c6eda147):
Add `dropout-macros` crate to generate tauri api wrappers automatically.
([#77](https://github.com/HydroRoll-Team/DropOut/pull/77) by
@HsiangNianian)</content>
</entry>
<entry>
<title>chore(release): bump versions</title>
<updated>2026-02-24T18:24:11Z</updated>
<author>
<name>github-actions[bot]</name>
<email>github-actions[bot]@users.noreply.github.com</email>
</author>
<published>2026-02-24T18:24:11Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=2ed79c171c849338343edddafe68bc1759adf8b8'/>
<id>urn:sha1:2ed79c171c849338343edddafe68bc1759adf8b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: merge remote code</title>
<updated>2026-02-24T18:11:29Z</updated>
<author>
<name>苏向夜</name>
<email>fu050409@163.com</email>
</author>
<published>2026-02-24T18:11:29Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=290c16cafb22fe3e117bb7c33e55c13b16e7b5cc'/>
<id>urn:sha1:290c16cafb22fe3e117bb7c33e55c13b16e7b5cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(ui): partial react rewrite (#77)</title>
<updated>2026-02-24T18:06:07Z</updated>
<author>
<name>苏向夜</name>
<email>46275354+fu050409@users.noreply.github.com</email>
</author>
<published>2026-02-24T18:06:07Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=78ac61904d78d558d092eff08c9f261cbdb187e8'/>
<id>urn:sha1:78ac61904d78d558d092eff08c9f261cbdb187e8</id>
<content type='text'>
## Summary by Sourcery

Export backend data structures to TypeScript for the new React-based UI
and update CI to build additional targets.

New Features:
- Generate TypeScript definitions for core backend structs and enums
used by the UI.
- Now use our own Azure app(_DropOut_) to finish the authorize process.

Enhancements:
- Annotate existing Rust models with ts-rs metadata to control exported
TypeScript shapes, including tagged enums and opaque JSON fields.

Build:
- Add ts-rs as a dependency for generating TypeScript bindings from Rust
types.

CI:
- Extend the Semifold CI workflow to run on the dev branch and build
additional Linux musl and Windows GNU targets using cross where needed.</content>
</entry>
<entry>
<title>Merge branch 'main' into refactor/migrate-to-react</title>
<updated>2026-02-24T18:05:32Z</updated>
<author>
<name>苏向夜</name>
<email>fu050409@163.com</email>
</author>
<published>2026-02-24T18:05:32Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=329734b23957b84cde2af459fa61c7385fb5b5f1'/>
<id>urn:sha1:329734b23957b84cde2af459fa61c7385fb5b5f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore(ci): release to aur</title>
<updated>2026-02-24T18:04:39Z</updated>
<author>
<name>苏向夜</name>
<email>fu050409@163.com</email>
</author>
<published>2026-02-24T18:04:39Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=8ff3af6cb908fd824b512379dd21ed4f595ab6bb'/>
<id>urn:sha1:8ff3af6cb908fd824b512379dd21ed4f595ab6bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore(workspace): replace legacy codes</title>
<updated>2026-02-24T17:32:51Z</updated>
<author>
<name>苏向夜</name>
<email>fu050409@163.com</email>
</author>
<published>2026-02-24T17:32:51Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=66668d85d603c5841d755a6023aa1925559fc6d4'/>
<id>urn:sha1:66668d85d603c5841d755a6023aa1925559fc6d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: prepare for nightly alpha</title>
<updated>2026-02-24T16:16:53Z</updated>
<author>
<name>苏向夜</name>
<email>fu050409@163.com</email>
</author>
<published>2026-02-24T16:16:53Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=a6773bd092db654360c599ca6b0108ea0e456e8c'/>
<id>urn:sha1:a6773bd092db654360c599ca6b0108ea0e456e8c</id>
<content type='text'>
</content>
</entry>
</feed>
