Commit graph

17 commits

Author SHA1 Message Date
c5c5c42de9 Improvements to encrypted DB performance via 8 KiB pages and turning SQLCipher HMAC off. Advanced-settings toggle that hides technical detail. 2026-08-25 01:04:36 -04:00
42f26b1e72 Increase search db connection's timeout to 30m. Remove the indexer's duplicate-visit set, ensuring we index correctly without it. 2026-08-23 20:01:16 -04:00
3cb70a184f Improved the tutorial, made duplicate finding much faster, cleaned up a lot of excessive comments. 2026-08-23 00:33:53 -04:00
3d5aa2d752 Performance optimization pass dramatically speeds up fuzzy, regex, and wildcard searches by using trigram prefilters. Reduced memory churn. Added FTX extraction testing for a variety of formats. 2026-08-20 18:58:25 -04:00
2e2936b249 Storage, safety, and correctness hardening 2026-08-20 02:34:08 -04:00
1fe066944d Working on failing CI test.
Some checks failed
CI / linux (push) Has been cancelled
CI / windows-cross (push) Has been cancelled
CI / release (push) Has been cancelled
2026-08-18 01:23:51 -04:00
5b858f56a4 Fix a flakey test that fails in CI, pruned unused SQLITE table entries from old work. Trimmed binary size by removing unneeded emoji and other EGUI items. LTO performance improvements. 2026-08-17 22:30:43 -04:00
0666e25fd4 Release v1.1: live results, duplicate verification, and a Settings tab.
Search results now track the disk as it changes (live.rs), duplicate
groups can be confirmed byte-for-byte before deletion (verify.rs), the
Options window becomes a Settings tab with configurable/sortable result
columns, and a first-start tutorial explains the basics.
2026-08-17 19:26:18 -04:00
4bd41c91f5 Added hotkey for search and moved all colors to OKLCH. 2026-08-09 02:58:13 -04:00
77276653c8 Improved Windows handling of Cloud folders. Improved indexing status reporting. Cleaned up some comments. Added support for old M$ word documents. Improved idle memory consumption.
Some checks failed
CI / linux (push) Has been cancelled
CI / windows-cross (push) Has been cancelled
CI / release (push) Has been cancelled
2026-08-05 18:05:04 -04:00
d5d19a668c Fixing CI failed test due to wall-clock time limit in Docker VM. 2026-08-04 18:20:17 -04:00
418359eea2 Improved rejection of non-text files, improved CI.
Some checks failed
CI / linux (push) Has been cancelled
CI / windows-cross (push) Has been cancelled
CI / release (push) Has been cancelled
2026-08-04 17:07:46 -04:00
e63d2e65da Added better visual feeback for adding file extensions to ignore patterns and a prompt to save modified settings.
Added a Forgejo CI pipeline
2026-08-04 03:27:05 -04:00
feb3703589 Improved text extraction for more file types 2026-08-03 12:33:47 -04:00
3b93b63e10 Parallel per-root content extraction, simpler query parsing, WAL/vacuum maintenance, GUI index size display. 2026-08-03 03:06:19 -04:00
f37a79c3f7 Improved config menus, rewrote directory walk to reduce memory use, GUI improvements. 2026-08-02 22:21:39 -04:00
2c9f20ce2d Added GPL license, deb packaging script, complete GUI rewrite, added CLI mode, better default config options, config now lives in user folder, reduced syscalls by 5x. 2026-08-02 19:04:30 -04:00