|
2 | 2 |
|
3 | 3 | ## master (unreleased)
|
4 | 4 |
|
| 5 | +## 2.6.0 (2022-10-25) |
| 6 | + |
5 | 7 | ### New features
|
6 | 8 |
|
7 | 9 | * [#1790](https://github.com/bbatsov/projectile/pull/1790): Add `src-dir` and `test-dir` properties for the mill project type.
|
|
13 | 15 | * [#1718](https://github.com/bbatsov/projectile/issues/1718): Add a project type definition for `GNUMakefile`.
|
14 | 16 | * [#1747](https://github.com/bbatsov/projectile/pull/1747): Add support for preset-based install-commands for CMake projects.
|
15 | 17 | * [#1768](https://github.com/bbatsov/projectile/pull/1768) Add support for disabling command caching on a per-project basis.
|
16 |
| -* [#1797](https://github.com/bbatsov/projectile/pull/1797) Make all project type attributes locally overridable |
17 |
| -* [#1803](https://github.com/bbatsov/projectile/pull/1803): Add support go-task/task |
| 18 | +* [#1797](https://github.com/bbatsov/projectile/pull/1797) Make all project type attributes locally overridable. |
| 19 | +* [#1803](https://github.com/bbatsov/projectile/pull/1803): Add support go-task/task. |
18 | 20 |
|
19 | 21 | ### Bugs fixed
|
20 | 22 |
|
21 |
| -* [#1781](https://github.com/bbatsov/projectile/pull/1781): Fix `rails-rspec` and `rails-test` to use `app` instead of `lib` as `src-dir` |
| 23 | +* [#1781](https://github.com/bbatsov/projectile/pull/1781): Fix `rails-rspec` and `rails-test` to use `app` instead of `lib` as `src-dir`. |
22 | 24 | * [#1762](https://github.com/bbatsov/projectile/pull/1762): Fix `projectile-globally-ignored-directories` unescaped regex.
|
23 | 25 | * [#1713](https://github.com/bbatsov/projectile/issues/1731): Fix `projectile-discover-projects-in-directory` reordering known projects.
|
24 | 26 | * [#1514](https://github.com/bbatsov/projectile/issues/1514): Fix `projectile-ag` global ignores not in effect.
|
|
27 | 29 | * [#1750](https://github.com/bbatsov/projectile/issues/1750): Fix source and test directories for Maven projects.
|
28 | 30 | * [#1765](https://github.com/bbatsov/projectile/issues/1765): Fix `src-dir`/`test-dir` not defaulting to `"src/"` and `"test/"` with `projectile-toggle-between-implementation-and-test`.
|
29 | 31 | * Fix version extraction logic.
|
30 |
| -* [1654](https://github.com/bbatsov/projectile/issues/1654) Fix consecutive duplicates appearing in command history |
31 |
| -* [#1755](https://github.com/bbatsov/projectile/issues/1755) Cache failure to find project root |
| 32 | +* [1654](https://github.com/bbatsov/projectile/issues/1654) Fix consecutive duplicates appearing in command history. |
| 33 | +* [#1755](https://github.com/bbatsov/projectile/issues/1755) Cache failure to find project root. |
32 | 34 |
|
33 | 35 | ### Changes
|
34 | 36 |
|
35 | 37 | * [#1785](https://github.com/bbatsov/projectile/pull/1785): Give the project type "go" higher precedence than universal types, namely "make".
|
36 | 38 | * [#1447](https://github.com/bbatsov/projectile/issues/1447): Restructure the menu.
|
37 | 39 | * [#1692](https://github.com/bbatsov/projectile/issues/1692): Enable minibuffer completions when reading shell-commands.
|
38 | 40 | * Change the Grails project marker to `application.yml`.
|
39 |
| -* [#1789](https://github.com/bbatsov/projectile/pull/1789): Progress reporter for recursive progress discovery |
| 41 | +* [#1789](https://github.com/bbatsov/projectile/pull/1789): Progress reporter for recursive progress discovery. |
40 | 42 | * [#1708](https://github.com/bbatsov/projectile/issues/1708): `projectile-ripgrep` now consistently searches hidden files.
|
41 | 43 |
|
42 | 44 | ## 2.5.0 (2021-08-10)
|
|
0 commit comments