Skip to content

Commit 09051c4

Browse files
committed
Bump and update changelog for v6.0.3
1 parent 2d7f5f3 commit 09051c4

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,15 @@ All notable changes to Field Book app 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-
## [Unreleased]
8+
## [Unreleased]
9+
10+
### Added
11+
12+
### Changed
13+
14+
### Fixed
15+
16+
## [v6.0.3] - 2025-01-06
917

1018
### Added
1119

@@ -557,3 +565,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
557565
[v6.0.2]: https://github.com/PhenoApps/Field-Book/releases/tag/6.0.2
558566
[v6.0.3]: https://github.com/PhenoApps/Field-Book/releases/tag/6.0.3
559567
[v6.0.4]: https://github.com/PhenoApps/Field-Book/releases/tag/6.0.4
568+
569+
[v6.0.3]: https://github.com/PhenoApps/Field-Book/releases/tag/6.0.3

app/src/main/res/raw/changelog.xml

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
<changelog>
22

3+
<release date="2025-01-06" versionCode="60003" versionName="v6.0.3">
4+
<info>Swap navigation now changes position of entry/trait navigation instead of only behavior</info>
5+
<bugfix>Improved warnings for missing or corrupted storage directory</bugfix>
6+
<bugfix>Barcodes scanned for data entry are now correctly checked for valid values</bugfix>
7+
<bugfix>Percent traits imported via BrAPI without min and max values default to 0/100</bugfix>
8+
</release>
9+
310
<release
411
date="2024-12-16"
512
versionCode="60020"

version.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
majorVersion=6
22
minorVersion=0
3-
patchVersion=2
3+
patchVersion=3

0 commit comments

Comments
 (0)