Skip to content

Commit 62b0f9f

Browse files
committed
chore: release v0.2.60 (versionCode 62)
Bundles this session's work since v0.2.59: Hilt removal, OEM battery-killer guidance, Bluetooth trigger, task.run sub-tasks, flow control (if/else/foreach/stop), typed run-log source columns, and the completed light (Catppuccin Latte) theme.
1 parent be01950 commit 62b0f9f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OpenTasker
22

3-
[![Version](https://img.shields.io/badge/version-0.2.59-blue.svg)](https://github.com/SysAdminDoc/OpenTasker/releases)
3+
[![Version](https://img.shields.io/badge/version-0.2.60-blue.svg)](https://github.com/SysAdminDoc/OpenTasker/releases)
44
[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
55
[![Platform](https://img.shields.io/badge/platform-Android%208.0%2B-brightgreen.svg)](https://developer.android.com)
66
[![Kotlin](https://img.shields.io/badge/kotlin-2.3.21-7f52ff.svg)](https://kotlinlang.org)
@@ -20,7 +20,7 @@
2020

2121
**Planned:** broad device-verified background geofence reliability, elevated (Shizuku) execution, Termux script dispatch, a visual flow authoring editor, and richer plugin UX. See [ROADMAP.md](ROADMAP.md).
2222

23-
> **Status:** the current source version is `0.2.59` (version/F-Droid metadata bumps at release time only). Device-evidence claims (location/calendar/sun) are single-device API 36 data points on `SM-S938B`, not broad background-geofence reliability guarantees.
23+
> **Status:** the current source version is `0.2.60`. Device-evidence claims (location/calendar/sun) are single-device API 36 data points on `SM-S938B`, not broad background-geofence reliability guarantees.
2424
2525
---
2626

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ val releaseKeystorePath = System.getenv("OPEN_TASKER_RELEASE_KEYSTORE")
1010
val releaseKeystorePassword = System.getenv("OPEN_TASKER_RELEASE_KEYSTORE_PASSWORD")
1111
val releaseKeyAlias = System.getenv("OPEN_TASKER_RELEASE_KEY_ALIAS")
1212
val releaseKeyPassword = System.getenv("OPEN_TASKER_RELEASE_KEY_PASSWORD")
13-
val appVersionCode = 61
14-
val appVersionName = "0.2.59"
13+
val appVersionCode = 62
14+
val appVersionName = "0.2.60"
1515
val allowedDistributions = setOf("standard", "fdroid", "play")
1616
val selectedDistribution = providers.gradleProperty("openTaskerDistribution")
1717
.orElse("standard")

0 commit comments

Comments
 (0)