Skip to content

Commit cdf479b

Browse files
committed
[version] Bump ratarmountcore version to 0.10.4 and ratarmount to 1.2.3
1 parent cc3c847 commit cdf479b

2 files changed

Lines changed: 19 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,16 @@
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

core/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@
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

0 commit comments

Comments
 (0)