You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#1821: Add pyproject.toml discovery for python projects.
#1830: Add command projectile-run-vterm-other-window and bind it to x 4 v.
Changes
#1839: Ensure projectile-toggle-between-implementation-and-test also obeys projectile-project-test-dir and projectile-project-src-dir.
#1285: By default, use fd in Git repositories instead of git ls-files when it is installed, in order to solve the problem where deleted files were still shown in projectile-find-file until their deletions were staged. The user-facing behavior should be the same, although potentially with different performance characteristics in large Git repositories. The old behavior can be reclaimed by setting projectile-git-use-fd to nil.
#1831: Enable the project.el integration only when projectile-mode is active.
#1847: Use literal directory name casing when toggling between impl and test.
Bugs fixed
Fix fd inserting color control sequences when used over tramp.
#1835: Reopening existing vterm buffer in other window
#1865: projectile-generic-command should use projectile-fd-executable to find the path for fd.