Changelog
v2.4.0 - 25-09-13
Changed
- GUI: Add WCAG-compliant contrast to light and dark themes
- GUI: Add color accent to buttons and visual dividers
- GUI: Add "Verify Discovery" title above verification panels
- GUI: Remove "or audit" after "Choose a folder to inventory"
- GUI: Change "Audited" in audit results column to "Hashes Match"
v2.3.2 - 25-08-23
Changed
- Split GUI table column "Audit Results" into "Audit: File Existence" and "Audit: File Integrity"
- Simplified detection logic for "Added," "Missing," and "Not Found"
- Simplified GUI layout using user mock up
Fixed
- Windows-specific bug where every file would always fail audit because it was "Missing"
v2.3.1 - 2025-04-29
Changed
- Table's "Audit" column notes "Missing" when a manifest entry isn't found in inventoried files
Fixed
- Developer-discovered bug (issue #13) where the "audit" button would be clickable even if no manifest file had been selected
- User-discovered bug (issue #1) where a missing manifest entry wasn't marked as missing
- Developer-discovered bug where persisted directories that no longer existed would cause crashes when "Inventory" was clicked
- User-discovered bug (issue #6) where persisted chosen directories caused confusion
v2.3.0 - 2025-04-10
Added
- Note when new files have been found in the Audit column
- Ignore FolSum's manifest files (
.folsum.csv
) when inventorying a folder - Manual manifest file selection
- Link to FolSum's site in the bottom left
Changed
- Renamed instances of "verify" to "audit"
- Renamed instances of "audit" to "inventory"
- Four digit year to two digit year in manifest file names
- Removed automatic manifest file discovery
- Removed WASM demo
Fixed
- Bug where previous manifest files wouldn't be discovered correctly
v2.2.1 - 2025-04-04
Added
- Add MD5 hash to GUI table
Fixed
- Fix a bug where FolSum would crash if no manifest files existed
v2.2.0 - 2025-04-03
Changed
- Remove "export" button and make manifests creation implicit (in-directory)
v2.1.0 - 2025-03-13
Added
- Add directory verification with MD5 hash and file path (presence) as checkers
- Add performance benchmarking
Changed
- Change instances of "directory" to "folder" in GUI
- Upgrade dependencies
v2.0.3 - 2024-12-05
Added
- Export table results to CSV format.
- User-friendly website
Fixed
- Fix MacOS builds
- Don't crash when "summarize" is clicked with no target folder specified.
Changed
- Pivot: Move from counting file extensions to verifying files
- Upgrade dependencies