Rebuild with memo filter fix for change detection

The previous fix checked memo.to_utf8().is_none() but empty memos
(all-zero bytes) have first byte 0x00 < 0xF5, so to_utf8() returns
Some(Ok("")) not None. Change outputs were never filtered.
Now checks for empty string as well as None.
This commit is contained in:
2026-03-22 10:36:09 -05:00
parent 90383b0f43
commit e2071653b9
2 changed files with 2 additions and 2 deletions

View File

@@ -11,5 +11,5 @@
| File | SHA-256 |
|---|---|
| `SilentDragonXLite` (Linux) | `2be3e4cd0cbb9988ba4614674f2ddaab5eb75498c84bc5333c2ada216e13885c` |
| `SilentDragonXLite.exe` (Windows) | `3cfef5dc7d2994502d9a3c1fa19b7fe7a97264d4915900ebb521fbe6c3f3ec52` |
| `SilentDragonXLite` (Linux) | `eb4f1b891b75a4b19fb7ab9309bc5fbc24d608723f191ce9e1878a9d7ac571fc` |
| `SilentDragonXLite.exe` (Windows) | `997dfd7029448bd30bd41163eca63186e3426c32e9791fb8b925696d1564ee79` |

Binary file not shown.