File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Version 1.2.3 built on 2026-04-19
2+
3+ ## Fixes
4+
5+ - Avoid double quotes for strings in SQLite statements
6+ - Make ` --version ` work without ` mfusepy ` .
7+ - Make argument completion work with the AppImage when ` python-argcomplete ` is installed and global
8+ completion mode is enabled (` activate-global-python-argcomplete ` ).
9+
10+
111# Version 1.2.2 built on 2026-03-13
212
313## Fixes
Original file line number Diff line number Diff line change 1+ # Version 0.10.4 built on 2026-04-19
2+
3+ ## Fixes
4+
5+ - Avoid double quotes for strings in SQLite statements.
6+ - Remove unmaintained python-lzo from ` full ` requirements because of ` lzo1.h ` dependency.
7+ - Two files with the same xattr key did not work. Only the xattr of the last file was shown.
8+
9+
110# Version 0.10.3 built on 2026-03-13
211
312## Fixes
Original file line number Diff line number Diff line change 1- __version__ = '0.10.3 '
1+ __version__ = '0.10.4 '
Original file line number Diff line number Diff line change 1- __version__ = '1.2.2 '
1+ __version__ = '1.2.3 '
22
33# Ideas that would require a new major version:
44# - Adhere to PEP 8 for FuseMount arguments and so on.
You can’t perform that action at this time.
0 commit comments