Releases: yatima1460/Drill
Releases · yatima1460/Drill
v566
untagged-acd57cedfdd8e95e9d7a better bottom credits label
v556
Update .travis.yml
2.2.0
update drill version
20190812.5
20190812.5
20190812.4
20190812.4
20190812.3
20190812.3
2.1.1
- Double clicked AppImages will first be marked executable with
chmod +x
- Then are launched directly without using
xdg-open
.
2.1.0
- Can search inside files with "content:string to search"
A file will be searched for content if:
1.The search string begins with "content:"
2.Extension is approved as "plain text file" in the "The Internet media type registry" at ftp://ftp.iana.org/assignments/media-types/
3.Or if it's a .md markdown file, because strangely enough the standard is actually .markdown and not .md
PDF and DOCs need processing and that would slow down even further, also I would need a pdf and docs library, do they even exist for D? And I would probably need to use a C one and bind that and test it, it's a lot of work for a marginal case for now
2.0.0
- LLVM support (LDC2)
- Purge almost all OOP
- Pure GTK C binds, no more need for gtkD
- Minimum GTK is now 3.16
- Row select effect on mouse hover for better readability
- Small grid in the list
- Bundle all sources together for one big compilation for faster performance, no more Backend linking as separate library
- GTK UI is now data based, with ui.glade, not hard-coded, it's compiled in the Release version instead of read in the Debug version
- Now icons are assigned by reading standard mime.types
- No more Logger.d, we use the new default D language log system
- Debug mode enables stack stomping and always stack frame
- Release mode disables bounds checks for faster performance
- No more need for DRILL_VERSION
- Progress bar for crawlers in the search bar
- Don't create crawlers if the mountpoint is in the blocklist
- Rewrote function for better human readable file size
- New domain: https://drill.software
- No more Tools directory, simpler .travis.py version
- remove CPU branch from drill_active_crawlers_count
- removed some CPU branches from crawlers hot paths
- round icon
1.291
Update create_zips.bash