Skip to content

fix: file path sanitization, IO retry for network paths, and general notifications#4

Merged
mitchell-tesch merged 1 commit into
mainfrom
3-bug-network-paths-and-long-file-paths
Jun 2, 2026
Merged

fix: file path sanitization, IO retry for network paths, and general notifications#4
mitchell-tesch merged 1 commit into
mainfrom
3-bug-network-paths-and-long-file-paths

Conversation

@mitchell-tesch

Copy link
Copy Markdown
Owner
  • Enhanced file name sanitization with length clamping and extension preservation.
  • Introduced IoRetry service to handle transient I/O errors during file operations.
  • Added Fluent snackbar notifications for batch progress and errors.
  • Prevent PathTooLongException by preflighting and clamping file paths for Excel operations.
  • Updated About dialog to display full SemVer version info.
  • Bumped version to 0.9.0-beta.3.

Closes #3

- Enhanced file name sanitization with length clamping and extension preservation.
- Introduced `IoRetry` service to handle transient I/O errors during file operations.
- Added Fluent snackbar notifications for batch progress and errors.
- Prevent `PathTooLongException` by preflighting and clamping file paths for Excel operations.
- Updated About dialog to display full SemVer version info.
- Bumped version to 0.9.0-beta.3.
@mitchell-tesch mitchell-tesch added the enhancement New feature or request label Jun 1, 2026
@mitchell-tesch mitchell-tesch linked an issue Jun 1, 2026 that may be closed by this pull request
@mitchell-tesch mitchell-tesch merged commit a58bc03 into main Jun 2, 2026
1 check passed
@mitchell-tesch mitchell-tesch deleted the 3-bug-network-paths-and-long-file-paths branch June 2, 2026 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: Network Paths and Long File Paths

1 participant