Skip to content

Releases: yatima1460/Drill

v566

07 Feb 02:06
Compare
Choose a tag to compare
v566 Pre-release
Pre-release
untagged-acd57cedfdd8e95e9d7a

better bottom credits label

v556

06 Feb 22:23
3ed59a7
Compare
Choose a tag to compare
v556 Pre-release
Pre-release
Update .travis.yml

2.2.0

06 Feb 21:32
Compare
Choose a tag to compare
2.2.0 Pre-release
Pre-release
update drill version

20190812.5

12 Aug 03:53
Compare
Choose a tag to compare
20190812.5 Pre-release
Pre-release

20190812.5

20190812.4

12 Aug 16:41
Compare
Choose a tag to compare
20190812.4 Pre-release
Pre-release

20190812.4

20190812.3

12 Aug 16:20
Compare
Choose a tag to compare
20190812.3 Pre-release
Pre-release

20190812.3

2.1.1

04 Aug 22:49
Compare
Choose a tag to compare
  • Double clicked AppImages will first be marked executable with chmod +x
  • Then are launched directly without using xdg-open.

2.1.0

03 Aug 18:07
Compare
Choose a tag to compare
  • 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

03 Aug 02:18
Compare
Choose a tag to compare
  • 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

22 Jul 04:55
820ccc8
Compare
Choose a tag to compare
1.291 Pre-release
Pre-release

Update create_zips.bash