Skip to content

Commit

Permalink
Bump and update changelog for v6.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
trife committed Jan 6, 2025
1 parent 2d7f5f3 commit 09051c4
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@ All notable changes to Field Book app will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [Unreleased]

### Added

### Changed

### Fixed

## [v6.0.3] - 2025-01-06

### Added

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

[v6.0.3]: https://github.com/PhenoApps/Field-Book/releases/tag/6.0.3
7 changes: 7 additions & 0 deletions app/src/main/res/raw/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
<changelog>

<release date="2025-01-06" versionCode="60003" versionName="v6.0.3">
<info>Swap navigation now changes position of entry/trait navigation instead of only behavior</info>
<bugfix>Improved warnings for missing or corrupted storage directory</bugfix>
<bugfix>Barcodes scanned for data entry are now correctly checked for valid values</bugfix>
<bugfix>Percent traits imported via BrAPI without min and max values default to 0/100</bugfix>
</release>

<release
date="2024-12-16"
versionCode="60020"
Expand Down
2 changes: 1 addition & 1 deletion version.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
majorVersion=6
minorVersion=0
patchVersion=2
patchVersion=3

0 comments on commit 09051c4

Please sign in to comment.