Skip to content

Commit 4c3d5d5

Browse files
release: prepare v1.9.29
1 parent f4257a5 commit 4c3d5d5

4 files changed

Lines changed: 9 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mhrv-rs"
3-
version = "1.9.28"
3+
version = "1.9.29"
44
edition = "2021"
55
description = "Rust port of MasterHttpRelayVPN -- DPI bypass via Google Apps Script relay with domain fronting"
66
license = "MIT"

android/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ android {
1414
applicationId = "com.therealaleph.mhrv"
1515
minSdk = 24 // Android 7.0 — covers 99%+ of live devices.
1616
targetSdk = 34
17-
versionCode = 160
18-
versionName = "1.9.28"
17+
versionCode = 161
18+
versionName = "1.9.29"
1919

2020
// Ship all four mainstream Android ABIs:
2121
// - arm64-v8a — 95%+ of real-world Android phones since 2019

docs/changelog/v1.9.29.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<!-- see docs/changelog/v1.1.0.md for the file format: Persian, then `---`, then English. -->
2+
[FA] translate the English bullets below into Persian and replace this line.
3+
4+
---
5+
• Fix Apps Script decoded range probe handling ([#337](https://github.com/therealaleph/MasterHttpRelayVPN-RUST/pull/337)): <expand>. Thanks @freeinternet865

0 commit comments

Comments
 (0)