Skip to content

CSV Anonymizer v1.0.15

Choose a tag to compare

@github-actions github-actions released this 18 Jun 18:31
· 7 commits to main since this release
  • Make CSV opening feel immediate by sampling columns first and moving the exact row count into a follow-up background command.
  • Move CSV analyze, preview, row-count, and anonymize work onto Tauri blocking tasks so synchronous file I/O does not tie up the async command runtime.
  • Fix remembered file-picker directories so they seed the native dialogs without being shown as fake input or output file paths.
  • Add clearer opening/loading button states and regression coverage for the sampled analysis path.