Commit graph

21 commits

Author SHA1 Message Date
658e32159a Some optimizations and another fix for the shortcut system.
All checks were successful
CI / linux (push) Successful in 11m53s
CI / windows-cross (push) Successful in 4m50s
CI / release (push) Successful in 13s
2026-09-06 19:43:57 -04:00
22d52d5ac0 Fixed a Windows CI issue.
Some checks failed
CI / linux (push) Failing after 9m45s
CI / windows-cross (push) Successful in 8m3s
CI / release (push) Has been skipped
2026-09-05 03:09:12 -04:00
488038c080 Improved keybind functionality, help menu, index prune speed.
Some checks failed
CI / linux (push) Successful in 14m54s
CI / windows-cross (push) Failing after 6m11s
CI / release (push) Has been skipped
2026-09-05 01:55:59 -04:00
fe832109d7 Added system-wide shortcut to launch app and search even while not running on both Windows and Linux.
Some checks failed
CI / windows-cross (push) Has been cancelled
CI / release (push) Has been cancelled
CI / linux (push) Has been cancelled
2026-09-04 21:49:51 -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
65080cdf17 Performance optimization and hardening against malformed files.
Some checks failed
CI / linux (push) Has been cancelled
CI / windows-cross (push) Has been cancelled
CI / release (push) Has been cancelled
2026-08-20 00:13:10 -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
ab30cffa3c Hopefully last CI fix
Some checks failed
CI / linux (push) Has been cancelled
CI / windows-cross (push) Has been cancelled
CI / release (push) Has been cancelled
2026-08-07 22:38:37 -04:00
44a591ff14 Fixed Appimage CI 2026-08-07 21:25:00 -04:00
8ebaddba21 Fixed execute perm on appimage build script. 2026-08-07 20:51:14 -04:00
e5470bf476 Added AppImage to CI 2026-08-07 20:44:07 -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
e28e203ce1 Adding +x flag to build-installer.sh 2026-08-05 00:21:38 -04:00
b525db3f07 A couple minor improvements to results display and image capture.
Some checks failed
CI / linux (push) Waiting to run
CI / windows-cross (push) Has been cancelled
CI / release (push) Has been cancelled
2026-08-05 00:12:56 -04:00
a59d2c8c74 Added index-preserving pruning. Added windows installer to CI, added automated GUI screenshot generation for documentation. 2026-08-04 23:33:28 -04:00
14df9ddb40 Fixing execute status on scripts 2026-08-04 18:30:49 -04:00
04cfe33ca1 Added build scripts, improved search result click interactions, added a help tab, redesigned the ignore filter, added password protection for db. 2026-08-02 20:21:19 -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