transformfs 0.1.1

A read-only FUSE filesystem to transform the content of files with Lua
# Changelog

All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

## [0.1.1]https://github.com/DCsunset/transformfs/compare/v0.1.0...v0.1.1 (2024-06-26)


### Features

* support channing filenames ([6d3505d]https://github.com/DCsunset/transformfs/commit/6d3505d4f2dead38ebbc848af117e7a1cb45660f)


### Bug Fixes

* remove unnecessary entries ([3783a60]https://github.com/DCsunset/transformfs/commit/3783a6002889c16ff92532d7a2d92307f05754a0)

## 0.1.0 (2024-06-24)


### Features

* implement basic functionalities ([4adef8c]https://github.com/DCsunset/transformfs/commit/4adef8cb1a91439c97445f7bb8e7092b1bfacc92)
* load user function on init and add open and close function ([0bf3a61]https://github.com/DCsunset/transformfs/commit/0bf3a61e21da08fd0e41ced6f61ecc9adf6e3a9c)
* read user table from script for isolation and fix filename ([b621874]https://github.com/DCsunset/transformfs/commit/b621874c5f9a07b476d066e9ca1de3173ffdce1c)