Skip to content

Commit 4c3c386

Browse files
authored
Merge pull request #52 from birdnet-team:dev
Release version 0.12.3 with updates for inline consent and offline notes
2 parents 1005373 + 7cdfd25 commit 4c3c386

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.12.3] - 2026-05-22
9+
10+
### Changed
11+
12+
- **Inline consent prompts on the wizard site-context card.** When the place-name or weather privacy toggle is still off and you reach the "Ready" step of the survey or point-count wizard, the corresponding row now shows a tap-to-allow link instead of being hidden. Tapping flips the privacy toggle on, runs the lookup, and replaces itself with the result — no detour through Settings.
13+
- **Offline note when a site-context lookup fails.** If you have consent on but the network is unreachable (no signal in the field, service down), the wizard card now shows a small "Offline — you can add place name and weather later from the session review" hint instead of silently dropping the row. Both lookups already retry on session-review open, so the data isn't lost.
14+
815
## [0.12.2] - 2026-05-22
916

1017
### Changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License: MIT"></a>
99
<img src="https://img.shields.io/badge/flutter-%3E%3D3.0-blue.svg" alt="Flutter">
1010
<img src="https://img.shields.io/badge/platforms-Android%20%7C%20iOS%20%7C%20Windows-green.svg" alt="Platforms">
11-
<img src="https://img.shields.io/badge/version-0.12.2-orange.svg" alt="Version">
11+
<img src="https://img.shields.io/badge/version-0.12.3-orange.svg" alt="Version">
1212
<img src="https://img.shields.io/badge/species-5%2C250-brightgreen.svg" alt="Species: 5,250">
1313
</p>
1414

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: birdnet_live
22
description: "Real-time bird species identification using on-device ONNX inference"
33
publish_to: 'none'
4-
version: 0.12.2+122
4+
version: 0.12.3+123
55

66
environment:
77
sdk: ^3.7.0

0 commit comments

Comments
 (0)