You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-21Lines changed: 10 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,32 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [v0.3.2] - 2025-11-29
11
+
10
12
### Added
11
-
-**Access error tracking**: New `access` column on items tracks permission issues encountered during scanning
12
-
-`Ok`: No access issues
13
-
-`MetaError`: Unable to read file metadata (detected during scan phase)
14
-
-`ReadError`: Unable to read file contents (detected during analysis phase)
15
-
-**Access Denied alerts**: New alert type generated when files cannot be read during analysis
16
-
- Displayed with amber "warning" badge in web UI to distinguish from validation errors
17
-
- Filterable via new "Access Denied" option in Alerts page type dropdown
18
-
-**Change tracking for access state**: Change records now include `access_old` and `access_new` columns to track permission changes over time
13
+
-**Access error tracking**: Files with permission issues are now tracked as having access issues instead causing scans to stop
14
+
-**Access Denied alerts**: New alert type for files that can't be read, shown with amber badge in Alerts page
19
15
20
16
### Changed
21
-
-**CLI simplified**: Running `fspulse` now starts the server by default; `fspulse serve` still works for backward compatibility
22
-
-**TUI removed**: Terminal UI explorer (`src/explore/`) has been removed; all exploration is now through the web UI
23
-
-**Legacy CLI commands removed**: Report commands and interactive CLI features removed; FsPulse is now a web-first application
24
-
-**Removed `asm` feature from sha2**: Fixes x86_64 cross-compilation in CI workflow builds
25
-
-**Resilient scanning**: Permission errors no longer abort scans. Items with access issues are tracked and can be retried on subsequent scans when permissions are restored
26
-
-**Hashing optimization**: Removed unnecessary `BufReader` wrapper for more efficient large file hashing
0 commit comments