Changes:
2.2.0
-----
- Add support for Idris, APL and J
- Add .r to R file extensions
- Add file extensions for TLA+, Isabelle, Coq
- Add support for D
- Add support for PDB
- Add support for thrift
- Add filter for devicetree source files
- Document -W/--width option in the man page
- Add support for pug
- Add support for terraform files
- Misc bug fixes and improvements
pkgsrc changes:
- Also include pthread bl3 (ag(1) uses pthread(3))
Changes:
2.1.0
-----
- Add plist filetype support
- Add md alias for markdown filetype
- Add support for setting CPU affinity on FreeBSD
- Add nix filetype support
- Add support for asciidoc, org-mode and ipython-notebook filetypes
- Add handlebars filetype support
Changes:
2.0.0
-----
- Remove support for `.agignore' file, please use `.ignore' instead
- Add --print-all-files option.
This option causes ag to print headings for all files that it
searches, not just those that contain matches. This will be useful
in the case where ag is being called by another program that needs
to show the user a progress indicator of how many paths have been
searched.
- Add Haxe support
- Add support for jsp tag and fragment files
Changes:
1.0.3
=====
- Add .es6 to js file types
- Add support for log file types
- Add elm file type support
- Add twig to languages
- Add .gradle to groovy flie types
- Misc bug fixes and improvements
Changes:
1.0.1
-----
- Remove support for old svn ignore format (1.6 and earlier)
- Misc bug fixes and improvements
1.0.0
-----
- Add support for GLSL filetypes
- Add support for tld filetype
- Add support for protobuf filetype
- Add zsh completion function
- Misc bug fixes and improvements
pkgsrc changes:
o Take the MAINTAINERship
Changes:
0.32.0
------
o add support for Chapel language
o add support for .factor file types
o add kotlin language file types
o add support for julia file types
o add support for qml files
o add support for typescript files
o add support for rdoc files
o add a cython filetype (#771)
o add support for velocity file types
o add support for rst file types
o add TOML file types support
o add support for crystal files
o default to smart-case when using file match (-g and -G). Fixes#724.
o add support for BitBake source files
o misc improvements and bug fixes
pkgsrc changes:
o Switch MASTER_SITES to the author's site (in order to avoid the various
auto* tools)
Changes:
o Add support for Crystal file types
o Add support for Racket file types
o Add support for Standard ML file types
o Add support for Elixir file type
o Misc bugfixes
Problems found locating distfiles:
Package cabocha: missing distfile cabocha-0.68.tar.bz2
Package convertlit: missing distfile clit18src.zip
Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
0.30.0
=========
Support color on windows
--version show status of features chosen at compile-time
Add support for files: Mathematica, R, wsdl/wadl, Gentoo ebuild,
Velocity, Clojure (1.7), puppet, F#, Nim, Pike
-- 0.29.1 8 feb. 2015
New file extension detection
Possible speed up on BSD-derived platforms, during filename filtering
Add --[no]filename
Standardize some options (e.g. --line-numbers and --no-numbers are now --[no]numbers)
More fixes for --only-matching
Add --one-device doesn't follow links to other devices
Add Vala file type
Probably 99% of ignores are in the root directory, optimize this case
Option -v/--invert-match turn off colors
Various fixes
-- 0.28 25 dec. 2014
Set processor affinity for worker threads, may result in 3-5% performance improvement for certain systems
Add Mercury file type
Support for -o (--only-matching)
Allow multiple file types at the same time
Allow unlimited depth
Add -F/--fixed-strings to be more compatible with 'grep' usage
Add extensions for OCaml files
Fix exit code
Fix bash completion
-- 0.27 15 nov. 2014
Search stdin if stdin is a regular file
Add --count/-c to count matches
Add -0 and --print0 options
Add Liquid filetype
Add Markdown support
:: Release 0.26.0
Fixes for ignores
Add markdown filetype
Add filetype completion for bash completion
:: Release 0.25.0
--vimgrep option added
Add less filetype
Add --null option to provide input to 'xargs -0'
Case insensitive matching is now the default
Add swift filetype
* portability
* clang support
* make --invert-match (-v) behave as in ack/grep
* more searchable file types (and --list-file-types option)
* default to smart-case when searching (differs from ack)
Why use ag?
* It searches through code about 3x-5x faster than ack.
* It ignores files matched by patterns in your .gitignore and .hgignore.
* If there are files in your source repo that you don't want to
search, just add their patterns to a .agignore file.
* It's written in C instead of perl, the lesser of two evils :)
* The binary name is 33% shorter than ack!