File tree 3 files changed +19
-2
lines changed
3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,15 @@ All notable changes to Field Book app will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased]
8
+ ## [ Unreleased]
9
+
10
+ ### Added
11
+
12
+ ### Changed
13
+
14
+ ### Fixed
15
+
16
+ ## [ v6.0.3] - 2025-01-06
9
17
10
18
### Added
11
19
@@ -557,3 +565,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
557
565
[ v6.0.2 ] : https://github.com/PhenoApps/Field-Book/releases/tag/6.0.2
558
566
[ v6.0.3 ] : https://github.com/PhenoApps/Field-Book/releases/tag/6.0.3
559
567
[ 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
Original file line number Diff line number Diff line change 1
1
<changelog >
2
2
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
+
3
10
<release
4
11
date =" 2024-12-16"
5
12
versionCode =" 60020"
Original file line number Diff line number Diff line change 1
1
majorVersion =6
2
2
minorVersion =0
3
- patchVersion =2
3
+ patchVersion =3
You can’t perform that action at this time.
0 commit comments