Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changes/rc1-parity-audit.md

This file was deleted.

2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.1.0-rc.1

### New Features

- [`e0cc80d`](https://github.com/HydroRoll-Team/DropOut/commit/e0cc80d269d13f244c932b64efe51b3a11228eeb): Add a machine-checked 42-row launcher parity audit, bilingual RC1 evidence guides, isolated installer smoke tests across every supported desktop target, and durable release-manifest synchronization. ([#203](https://github.com/HydroRoll-Team/DropOut/pull/203) by @HsiangNianian)

## v0.1.0-beta.2

### New Features
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@dropout/docs",
"private": true,
"type": "module",
"version": "0.1.0-rc.0",
"version": "0.1.0-rc.1",
"scripts": {
"build": "react-router build",
"dev": "react-router dev",
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.1.0-rc.1

### New Features

- [`e0cc80d`](https://github.com/HydroRoll-Team/DropOut/commit/e0cc80d269d13f244c932b64efe51b3a11228eeb): Add a machine-checked 42-row launcher parity audit, bilingual RC1 evidence guides, isolated installer smoke tests across every supported desktop target, and durable release-manifest synchronization. ([#203](https://github.com/HydroRoll-Team/DropOut/pull/203) by @HsiangNianian)

## v0.1.0-beta.2

### New Features
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dropout/ui",
"private": true,
"version": "0.1.0-rc.0",
"version": "0.1.0-rc.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
6 changes: 6 additions & 0 deletions src-tauri/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.2.0-rc.1

### New Features

- [`e0cc80d`](https://github.com/HydroRoll-Team/DropOut/commit/e0cc80d269d13f244c932b64efe51b3a11228eeb): Add a machine-checked 42-row launcher parity audit, bilingual RC1 evidence guides, isolated installer smoke tests across every supported desktop target, and durable release-manifest synchronization. ([#203](https://github.com/HydroRoll-Team/DropOut/pull/203) by @HsiangNianian)

## v0.2.0-beta.2

### New Features
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dropout"
version = "0.2.0-rc.0"
version = "0.2.0-rc.1"
edition = "2024"
authors = ["HsiangNianian"]
description = "The DropOut Minecraft Game Launcher"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Dropout",
"version": "0.2.0-rc.0",
"version": "0.2.0-rc.1",
"identifier": "com.dropout.launcher",
"build": {
"beforeDevCommand": "pnpm -C packages/ui dev",
Expand Down