[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[NonGNU ELPA] Projectile version 2.8.0
From: |
ELPA update |
Subject: |
[NonGNU ELPA] Projectile version 2.8.0 |
Date: |
Fri, 13 Oct 2023 17:10:19 -0400 |
Version 2.8.0 of package Projectile has just been released in NonGNU ELPA.
You can now find it in M-x list-packages RET.
Projectile describes itself as:
============================================
Manage and navigate projects in Emacs easily
============================================
More at https://elpa.nongnu.org/nongnu/projectile.html
## Summary:
This library provides easy project management and navigation. The
concept of a project is pretty basic - just a folder containing
special file. Currently git, mercurial and bazaar repos are
considered projects by default. If you want to mark a folder
manually as a project just create an empty .projectile file in
## Recent NEWS:
# Changelog
## master (unreleased)
## 2.8.0 (2023-10-13)
### New features
* [#1862](https://github.com/bbatsov/projectile/pull/1862): Add project types
"yarn" and "pnpm" separate from "npm".
* [#1851](https://github.com/bbatsov/projectile/pull/1851): Add ripgrep to
`projectile-commander` with binding `?p`.
* [#1833](https://github.com/bbatsov/projectile/pull/1833): Add Julia project
discovery.
* [#1828](https://github.com/bbatsov/projectile/pull/1828): Add Nimble-based
Nim project discovery.
* Add elm project type.
* [#1821](https://github.com/bbatsov/projectile/pull/1821): Add
`pyproject.toml` discovery for python projects.
* [#1830](https://github.com/bbatsov/projectile/issues/1830): Add command
`projectile-run-vterm-other-window` and bind it to `x 4 v`.
### Changes
* [#1839](https://github.com/bbatsov/projectile/issues/1839): Ensure
`projectile-toggle-between-implementation-and-test` also obeys
`projectile-project-test-dir` and `projectile-project-src-dir`.
* [#1285](https://github.com/bbatsov/projectile/pull/1825): By default, use
[fd](https://github.com/sharkdp/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](https://github.com/bbatsov/projectile/issues/1831): Enable the
project.el integration only when `projectile-mode` is active.
* [#1847](https://github.com/bbatsov/projectile/issues/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](https://github.com/bbatsov/projectile/issues/1835): Reopening
existing vterm buffer in other window
* [#1865](https://github.com/bbatsov/projectile/pull/1865):
`projectile-generic-command` should use `projectile-fd-executable` to find the
path for fd.
## 2.7.0 (2022-11-22)
### New features
* [#1591](https://github.com/bbatsov/projectile/issues/1591): Add `project.el`
integration that will make Projectile the default provider for project lookup.
* Add new command `projectile-find-references` (bound to `C-c C-p ?` and `C-c
C-p s x`).
* [#1737](https://github.com/bbatsov/projectile/pull/1737): Add helpers for
`dir-local-variables` for 3rd party use. Functions
`projectile-add-dir-local-variable` and `projectile-delete-dir-local-variable`
wrap their built-in counterparts. They always use `.dir-locals.el` from the
root of the current Projectile project.
* Add a new defcustom (`projectile-dirconfig-file`) controlling the name of the
file used as Projectile’s root marker and configuration file.
* [#1813](https://github.com/bbatsov/projectile/pull/1813): Allow project-files
to contain wildcards and allow multiple project-files per project type
registration. Add a new project-type for .NET solutions.
### Changes
* [#1812](https://github.com/bbatsov/projectile/pull/1812): Add a
`projectile-root-marked` function for finding roots marked by `.projectile`.
Prioritize `.projectile` above other bottom-up root files.
### Bug fixed
* [#1796](https://github.com/bbatsov/projectile/issues/1796): Fix
`projectile-root-bottom-up` doesn't always find bottom-most file.
* [#1799](https://github.com/bbatsov/projectile/pull/1799): Fix
`projectile-open-projects` lists projects for which all buffers are closed.
* [#1806](https://github.com/bbatsov/projectile/pull/1806): Fix
`projectile-project-type` to return the correct project type even when we pass
it the DIR arg. As a result of the fix,
`projectile-expand-root`, `projectile-detect-project-type`,
`projectile-verify-files` , `projectile-verify-file`
`projectile-verify-file-wildcard`, `projectile-cabal-project-p`,
`projectile-dotnet-project-p`, `projectile-go-project-p` and the newly factored
out `projectile-eldev-project-p` now also takes an &optional DIR arg to specify
the directory it is acting on.
...
...
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [NonGNU ELPA] Projectile version 2.8.0,
ELPA update <=