Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.22](https://github.com/KarpelesLab/fstool/compare/v0.4.21...v0.4.22) - 2026-08-17

### Added

- *(littlefs)* read, write and in-place edits for lfs2 images
- *(web)* create, edit and download images in the browser
- *(memedit)* in-memory authoring — blank filesystems, partitioned disks

### Fixed

- *(littlefs)* accept both path separators, fixing Windows
- *(littlefs)* split metadata pairs on entry size alone
- *(ext)* honour journal revoke records across transactions
- *(ext)* decode HTree directory roots and honour journal revoke blocks ([#32](https://github.com/KarpelesLab/fstool/pull/32))

### Other

- cover littlefs in the prose, and refresh the crate front page

### Added

- *(littlefs)* new backend for the embedded-flash filesystem (`lfs2`, disk
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fstool"
version = "0.4.21"
version = "0.4.22"
edition = "2024"
# Floor is the edition-2024 minimum (1.85) bumped to 1.88 by the
# `purecrypto` dependency (encrypted-DMG crypto), whose MSRV is 1.88 as of
Expand Down
Loading