Skip to content

qSnapper 1.1.0

Choose a tag to compare

@github-actions github-actions released this 30 Mar 04:47
· 29 commits to master since this release

Updated to version 1.1.0

Add Pre/Post snapshot grouping, async file details, and CI workflow for v1.1.0

Introduce SnapshotGroupModel to group Pre/Post snapshot pairs into single rows in the snapshot list,
replacing the flat list view with a structured table using dedicated SnapshotTableHeader and SnapshotTableRow components.

  • Rework RestorePreviewDialog to support Pre/Post pair switching via radio buttons and load file diff and
    details asynchronously through a unified D-Bus call (GetFileDiffAndDetails), replacing the previous synchronous GetFileDiff.

  • The right pane now displays file metadata (permissions, owner, group, status flags) alongside the diff with syntax-highlighted HTML formatting.

  • Add a loading indicator overlay, full-width selection highlighting in the file tree, and single-file restore capability.

  • Update the D-Bus service interface and translations (Japanese and German).

  • Add GitHub Actions release workflow and CMake packaging support.

  • Bump version to 1.1.0.

Full Changelog: v1.0.3...v1.1.0