Skip to content

Commit 4ff1b3a

Browse files
committed
Bump version to 0.1.5-alpha
1 parent f9b5378 commit 4ff1b3a

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.5-alpha] - 2026-07-19
11+
1012
### Fixed
1113

1214
- Critical: Cold-start server discovery took 45-90s because `discoverServers()` tested every connection candidate for every server one at a time, each with a 15s timeout - on a 3-server account this meant every unreachable LAN/Docker address on every server on the account cost a full serial 15s

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
targetSdk = 34
1414

1515
// Version - Update these for each release (also update CHANGELOG.md)
16-
versionCode = 4
17-
versionName = "0.1.4-alpha"
16+
versionCode = 5
17+
versionName = "0.1.5-alpha"
1818

1919
// Enable build config fields
2020
buildConfigField("String", "VERSION_NAME", "\"${versionName}\"")

0 commit comments

Comments
 (0)