Feature Release: 0.3 #709
cboxdoerfer
announced in
Announcements
Replies: 1 comment
-
|
this is amazing! Thank you very much :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It took much longer than expected, but the 0.3 release is now finally here.
Here's what you can expect:
Filesystem monitoring
Probably the most requested feature so far, is now finally ready: Folders can now be monitored for changes and results are updated almost instantly when something on your filesystem changes. This should drastically reduce the need for frequent manual or scheduled rescans of the database and provide much more accurate search results.
It might not look like much, because in the GUI it's just an additional checkbox, but internally this required lots of changes and added a lot of complexity, which effectively resulted in a complete rewrite of the database engine.
For more details about this feature and some of its limitations see: https://github.com/cboxdoerfer/fsearch/wiki/Database-update#fs-monitoring
Per-Folder indexing options
Settings which used to apply globally to the database (e.g.
Rescan every 2 hours) can now be configured for each individual indexed folder. This adds a lot of flexibility, especially when dealing with a mixture fast and slow filesystems (e.g. network shares), which require different rescan schedules.Improved Exclude-Rules
In 0.3, folders and files can be excluded using fixed patterns, wildcards, or full regular expressions, so you have much finer control over what gets left out of the index.
Improved Rescan-Schedules
Scheduling is now based on absolute elapsed time rather than app uptime, so if FSearch happens to be closed when a periodic rescan was due, that rescan will simply run as soon as the app is opened again instead of being skipped.
Added detection of reappearing indexed folders
The database now notices when an indexed folder goes offline. For example when a removable drive is unplugged and later plugged in again, it will automatically be picked up and scanned again.
A welcome dialog
Because many of those features can be easily missed, there's now a one time welcome dialog after updating to 0.3.
Contributions by others
Thank you!
As always, thanks to everyone who tested the betas, reported issues, and contributed code, translations, donations or feedback along the way!
New Contributors
Full Changelog: 0.2.3...0.3
This discussion was created from the release Feature Release: 0.3.
Beta Was this translation helpful? Give feedback.
All reactions