<feed xmlns='http://www.w3.org/2005/Atom'>
<title>projectile.git, branch v2.6.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/projectile.git/'/>
<entry>
<title>Release 2.6</title>
<updated>2022-10-25T08:45:52+00:00</updated>
<author>
<name>Bozhidar Batsov</name>
<email>bozhidar@batsov.dev</email>
</author>
<published>2022-10-25T08:45:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/projectile.git/commit/?id=e3bae8c91bb69c501dcc2e74f9ea14e89cf0a09c'/>
<id>e3bae8c91bb69c501dcc2e74f9ea14e89cf0a09c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support go-task/task</title>
<updated>2022-10-25T08:36:56+00:00</updated>
<author>
<name>Hiraku Sugiura</name>
<email>hiraku.sugiura@gmail.com</email>
</author>
<published>2022-10-12T00:00:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/projectile.git/commit/?id=41c60b3947543af2b610809511496bdae55f3247'/>
<id>41c60b3947543af2b610809511496bdae55f3247</id>
<content type='text'>
Task is a task runner.

go-task/task support multile file name (Taskfile.yml, Taskfile.yaml, Taskfile.dist.yml, Taskfile.dist.yaml),
but this patch just support Taskfile.yml for now.

Reference: https://taskfile.dev/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Task is a task runner.

go-task/task support multile file name (Taskfile.yml, Taskfile.yaml, Taskfile.dist.yml, Taskfile.dist.yaml),
but this patch just support Taskfile.yml for now.

Reference: https://taskfile.dev/
</pre>
</div>
</content>
</entry>
<entry>
<title>[Fix #1708] Search hidden files with projectile-ripgrep</title>
<updated>2022-10-25T08:36:18+00:00</updated>
<author>
<name>Nicholas Savage</name>
<email>nick@nicksavage.ca</email>
</author>
<published>2022-10-14T20:41:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/projectile.git/commit/?id=0bb7b75af874a19d3e7c4f00927f735707999c83'/>
<id>0bb7b75af874a19d3e7c4f00927f735707999c83</id>
<content type='text'>
The behaviour of projectile-ripgrep was inconsistent depending on
which package was being used. If the rg package was being used, hidden
files were included in the search, while if the ripgrep package was
being used, hidden files were excluded. This commit ensures that
hidden files are now consistently included, which is consistent with
the behaviour of other searches (like grep).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The behaviour of projectile-ripgrep was inconsistent depending on
which package was being used. If the rg package was being used, hidden
files were included in the search, while if the ripgrep package was
being used, hidden files were excluded. This commit ensures that
hidden files are now consistently included, which is consistent with
the behaviour of other searches (like grep).
</pre>
</div>
</content>
</entry>
<entry>
<title>Document how to use the new project type overrides</title>
<updated>2022-10-04T13:27:14+00:00</updated>
<author>
<name>Laurence Warne</name>
<email>laurencewarne@gmail.com</email>
</author>
<published>2022-10-01T14:25:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/projectile.git/commit/?id=683862872462c1c3c68fa41e370817399c15f836'/>
<id>683862872462c1c3c68fa41e370817399c15f836</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make all project type attributes locally overridable</title>
<updated>2022-10-04T13:27:14+00:00</updated>
<author>
<name>Laurence Warne</name>
<email>laurencewarne@gmail.com</email>
</author>
<published>2022-10-01T13:39:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/projectile.git/commit/?id=3d7a3196141d61d8a25c78da4fb20f5673503fd7'/>
<id>3d7a3196141d61d8a25c78da4fb20f5673503fd7</id>
<content type='text'>
Add local overrides for the project type attributes test-prefix,
test-suffix, related-files-fn, src-dir and test-dir.  Add tests
for this new behaviour.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add local overrides for the project type attributes test-prefix,
test-suffix, related-files-fn, src-dir and test-dir.  Add tests
for this new behaviour.
</pre>
</div>
</content>
</entry>
<entry>
<title>[Fix #1788] Add notes about minimal version of `fd`</title>
<updated>2022-10-04T13:26:23+00:00</updated>
<author>
<name>Ruslan Bekenev</name>
<email>furyinbox@gmail.com</email>
</author>
<published>2022-10-03T11:56:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/projectile.git/commit/?id=383b3bf47d34ca60c24cd73ea9c335936d0b70be'/>
<id>383b3bf47d34ca60c24cd73ea9c335936d0b70be</id>
<content type='text'>
Update readme and projectile.el
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update readme and projectile.el
</pre>
</div>
</content>
</entry>
<entry>
<title>Support `projectile-replace` to select file extension on C-u (#1778)</title>
<updated>2022-08-28T14:21:22+00:00</updated>
<author>
<name>Ta Quang Trung</name>
<email>taquangtrung@users.noreply.github.com</email>
</author>
<published>2022-08-28T14:21:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/projectile.git/commit/?id=20aa2adccc1ecb19f54f2fbc428b4904071fcab8'/>
<id>20aa2adccc1ecb19f54f2fbc428b4904071fcab8</id>
<content type='text'>
This is to prevent projectile-replace from searching on very large files of a project (my Emacs hangs when projectile search on a 1MB Javascript library file, while I only wanted to search and replace on Rust code).</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is to prevent projectile-replace from searching on very large files of a project (my Emacs hangs when projectile search on a 1MB Javascript library file, while I only wanted to search and replace on Rust code).</pre>
</div>
</content>
</entry>
<entry>
<title>Tweak wording</title>
<updated>2022-08-27T09:52:44+00:00</updated>
<author>
<name>Bozhidar Batsov</name>
<email>bozhidar@batsov.dev</email>
</author>
<published>2022-08-27T09:52:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/projectile.git/commit/?id=99b5f69319d8030f8445d9d77bb2d55562a5b38f'/>
<id>99b5f69319d8030f8445d9d77bb2d55562a5b38f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[Docs] Tweak some wording (#1793)</title>
<updated>2022-08-27T09:50:55+00:00</updated>
<author>
<name>Martin Zacho</name>
<email>reach@martinzacho.com</email>
</author>
<published>2022-08-27T09:50:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/projectile.git/commit/?id=26be8371b44d6b37fc5ec469565aea80b41d8a8e'/>
<id>26be8371b44d6b37fc5ec469565aea80b41d8a8e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add src-dir and test-dir Properties to mill Project Type (#1790)</title>
<updated>2022-08-04T15:30:25+00:00</updated>
<author>
<name>LaurenceWarne</name>
<email>17688577+LaurenceWarne@users.noreply.github.com</email>
</author>
<published>2022-08-04T15:30:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/projectile.git/commit/?id=94273611c95b6718c41018be2657f6982a325f60'/>
<id>94273611c95b6718c41018be2657f6982a325f60</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
