Skip to content

v1.0.3

Choose a tag to compare

@github-actions github-actions released this 08 Aug 19:45
· 3 commits to master since this release
Immutable release. Only release title and notes can be modified.
95fdc31

[1.0.3] - 2026-08-08

Added

  • "What's new" button in the update info bar — opens release notes so users can review changes before deciding to update

Fixed

  • Indexes skipped due to failed parent tables are now explicitly reported as "SKIPPED" in the stage output instead of being silently omitted or mislabeled as "FAIL"
  • SyncSequencesStage now documents skipped owned sequences within its own stage output instead of only showing them as orphaned FAIL lines at the end of the log
  • Index stage ObjectsProcessed count now includes skipped indexes so the log line matches the header bar total
  • Documentation corrections to match the shipped app: installer switches and install location, log file paths, options panel contents, backup naming pattern and Backup Name field, connection groups, import/export formats, report export buttons
  • Update button remains visible after closing the update info bar — extracted into a self-contained UpdateInfoBarView component with its own ViewModel

What's Changed

  • Silent skipping of objects leads to inconsistent counts in the runtime-log by @AlexNek in #7

Full Changelog: v1.0.2...v1.0.3