Skip to content

Bugfixes for 6.8.4#1203

Merged
richardklasens merged 8 commits into
masterfrom
develop
May 7, 2026
Merged

Bugfixes for 6.8.4#1203
richardklasens merged 8 commits into
masterfrom
develop

Conversation

@richardklasens

@richardklasens richardklasens commented May 6, 2026

Copy link
Copy Markdown
Contributor

This fixes some bugs which were found in 6.8.4.

  • Fix Drive-in Form Distance table showing wrong values in other languages then English
  • Fix AgShare download deleting local Sections file
  • Fix AgShare download deleting local Flags, headland and contour files
  • Fix Uturn Cancel when uturn is started and user turns off Uturn, the turn will be made no matter what cause the next pass is already selected and locked.

Added Greek Translations

richardklasens and others added 8 commits April 30, 2026 21:13
Distance values were formatted with ToString("F3") using the current
culture, so on Dutch systems the decimal separator was a comma. Since
distanceList is comma-delimited, "0,450" was split into "0" and "450",
causing the first field to show distance "0" in FormDrivePicker.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Translations update from Hosted Weblate
Sections.txt contains locally driven section data and must never be
created or overwritten by an AgShare cloud download.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
When a UTurn was already triggered (howManyPathsAway updated to next
line), turning off the UTurn button now restores the original path
selection instead of immediately steering to the next line.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
These files contain user-created local data and must never be
overwritten by an AgShare download. Only create empty placeholders
if the files don't already exist (same approach as Sections.txt).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@richardklasens richardklasens merged commit aca84b7 into master May 7, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants