File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 This should clean out exceptions from more verbose log levels and may speed up mounting of many files.
1818
1919
20+ # Version 1.2.3 built on 2026-04-19
21+
22+ ## Fixes
23+
24+ - Avoid double quotes for strings in SQLite statements
25+ - Make ` --version ` work without ` mfusepy ` .
26+ - Make argument completion work with the AppImage when ` python-argcomplete ` is installed and global
27+ completion mode is enabled (` activate-global-python-argcomplete ` ).
28+
29+
2030# Version 1.2.2 built on 2026-03-13
2131
2232## Fixes
Original file line number Diff line number Diff line change 2020 - Add ` close ` method to ` SQLiteIndexMountSource ` -derived mount sources.
2121
2222
23+ # Version 0.10.4 built on 2026-04-19
24+
25+ ## Fixes
26+
27+ - Avoid double quotes for strings in SQLite statements.
28+ - Remove unmaintained python-lzo from ` full ` requirements because of ` lzo1.h ` dependency.
29+ - Two files with the same xattr key did not work. Only the xattr of the last file was shown.
30+
31+
2332# Version 0.10.3 built on 2026-03-13
2433
2534## Fixes
You can’t perform that action at this time.
0 commit comments