Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 1.47 KB

File metadata and controls

52 lines (37 loc) · 1.47 KB

Changelog

All notable changes to UFFS will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • Modernization documentation and tracking (Wave 1-6 guides)
  • UFFS-specific modernization plan for 2026
  • Mandatory wave completion flow documentation

Changed

  • Cleaned up all TTAPI references from justfile and build scripts
  • Updated justfile header and recipes for UFFS

0.2.208 - 2026-01-27

Added

  • Baseline CI validation for modernization effort
  • Windows cross-compilation for all binaries (uffs, uffs_mft, uffs_tui, uffs_gui)
  • Modernization tracker and wave guides

Changed

  • Updated Polars to commit 8b99db82

0.2.114 - 2026-01-26

Added

  • Initial UFFS Rust implementation
  • MFT reading and parsing with Polars DataFrames
  • Path resolution during MFT digestion
  • Hard link expansion (default on)
  • Multi-drive parallel indexing support
  • Cache architecture with zstd compression

Fixed

  • Various MFT parsing edge cases