| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-07-16 | [Docs] Fix config example for "Removal of missing projects" (#1955) | Jeffrey 'jf' Lim | |
| Fixes #1954 | |||
| 2025-07-04 | Make CMake version parsing more robust. | John Eivind Helset | |
| 2025-06-18 | [Fix #1947] Mark projectile-project-name as safe (#1948) | Leo Cacciari | |
| Safe values are: - nil to go back using `projectile-project-name-function' - non-blank strings | |||
| 2025-06-12 | Handle the projects cache better | Radon Rosborough | |
| 2025-05-27 | Remove stale labels instantly on activity | Bozhidar Batsov | |
| 2025-05-27 | vcs: Use template for jujutsu file listing | Joeri Samson | |
| In jujutsu users can configure the default behaviour of `jj file list` so that it no longer puts out file names separated by newlines (which is the default behaviour). This means the output of `jj file list` can't be trusted to be stable. On the other hand the same mechanism allows you to output the files separated with a null byte without invoking `tr`, this has the additional benefit that filenames with newlines in them are now working. | |||
| 2025-05-27 | Quote ignore globs in projectile-ripgrep | Björn Lansing | |
| Otherwise, the globs are interpreted by the shell which may lead to errors such as zsh:1: no matches found: !*.bundle.js In this example the command was /usr/bin/rg [...] --glob !*.bundle.js [...] and after this change will become /usr/bin/rg [...] --glob '!*.bundle.js' [...] | |||
| 2025-05-25 | Tweak a changelog entry | Bozhidar Batsov | |
| 2025-05-21 | [Fix #1940] Set safe condition `projectile-indexing-method` | Aaron Madlon-Kay | |
| 2025-04-02 | Set `projectile-auto-discover` to `nil` by default | Bozhidar Batsov | |
| That's a safer default, given the changes to its behavior in 2.9. | |||
| 2025-03-12 | Add projectile-add-known-project kbd | Jesús Bermúdez Velázquez | |
| The method `projectile-add-known-project` does not have a kbd, nor it shows in the menu Add kbd for projectile-add-known-project Add menu entry for projectile-add-known-project | |||
| 2025-03-02 | [Docs] Document projectile-max-file-buffer-count | Bozhidar Batsov | |
| 2025-03-02 | [Docs] Reflow a few long lines | Bozhidar Batsov | |
| 2025-02-15 | [Docs] Update Antora instructions | Bozhidar Batsov | |
| 2025-02-14 | Reset docs version | Bozhidar Batsov | |
| 2025-02-14 | Update Antora docs version | Bozhidar Batsov | |
| 2025-02-14 | [Docs] Fix broken link | Bozhidar Batsov | |
| 2025-02-14 | Fix docs: .bloop for Scala, not clojure | Adam Frey | |
| Bloop is a Scala build tool, not a Clojure tool: https://scalacenter.github.io/bloop/ | |||
| 2025-02-14 | Remove mentions of #1895 from the changelog | Bozhidar Batsov | |
| 2025-02-13 | Add build.mill as a project file name for the mill project type | Laurence Warne | |
| Add build.mill as a project file name for the mill project type, it seems to be the recommended extension now, see https://mill-build.org/mill/scalalib/intro.html. | |||
| 2025-02-13 | Release 2.9.1v2.9.1 | Bozhidar Batsov | |
| 2025-02-13 | Rename a helper function | Bozhidar Batsov | |
| 2025-02-13 | [#1929] Add a changelog entry | Bozhidar Batsov | |
| 2025-02-12 | [#1926] Don't create any cache file when persistent caching is not enabled ↵ | leuven65 | |
| (#1929) | |||
| 2025-02-12 | Release 2.9v2.9.0 | Bozhidar Batsov | |
| 2025-02-09 | [#1926] Don't create an empty cache file when persistent caching is not enabled | Bozhidar Batsov | |
| 2025-02-05 | Simplify a bit the projectile-known-projects API | Bozhidar Batsov | |
| The new function is the preferred way to access the known projects from client code. | |||
| 2025-02-04 | Add a couple of extra design notes | Bozhidar Batsov | |
| 2025-02-04 | Use a more specific link | Bozhidar Batsov | |
| 2025-02-04 | Remove obsolete require | Bozhidar Batsov | |
| 2025-02-04 | Update the commentary | Bozhidar Batsov | |
| 2025-02-04 | Move the design goals to their own section | Bozhidar Batsov | |
| 2025-02-04 | [Docs] Remove mentions of selectrum | Bozhidar Batsov | |
| It was deprecated in favor of vertico. | |||
| 2025-02-03 | Move a changelog entry | Bozhidar Batsov | |
| 2025-02-03 | Make the cache transient by default | Bozhidar Batsov | |
| 2025-02-03 | Use an idle timer in projectile-cache-current-file | Bozhidar Batsov | |
| This prevents freezes when creating new files, as the function is triggered by find-file-hook. | |||
| 2025-02-03 | Introduce projectile-auto-cleanup-known-projects | Bozhidar Batsov | |
| 2025-02-03 | Remove an obsolete function | Bozhidar Batsov | |
| 2025-02-03 | Introduce a common prefix for project lifecycle command keybindings | Bozhidar Batsov | |
| 2025-02-03 | Add a note about helm-projectile | Bozhidar Batsov | |
| 2025-02-01 | Update .gitignore | Bozhidar Batsov | |
| 2025-02-01 | Introduce `projectile-global-ignore-file-patterns` | Bozhidar Batsov | |
| It allows to ignore files and directories with regexp patterns. This provides a clear separations between configuration entries are treated as regular strings and those that are treated as regular expressions. | |||
| 2025-02-01 | [Docs] Improve docs on ignoring files | Bozhidar Batsov | |
| 2025-02-01 | Tweak a changelog entry | Bozhidar Batsov | |
| 2025-01-31 | [Fix #1846] Make project-projectile autoloaded | Bozhidar Batsov | |
| 2025-01-31 | [Fix #1893] Fix projectile-discover-projects-in-directory when called ↵ | Bozhidar Batsov | |
| interactively | |||
| 2025-01-31 | Update docstring | Bozhidar Batsov | |
| 2025-01-31 | Optimize a bit the check controlling auto project discovery | Bozhidar Batsov | |
| 2025-01-31 | Speed-up load time by moving known projects initialization | Bozhidar Batsov | |
| It's now done outside of `projectile-mode`'s init, which should make Projectile load faster. * As a side effect the known projects will be initialized properly even if you're not using `projectile-mode`. * The projects are read from disk the first time you invoke `projectile-switch-project` or a similar command. * We no longer do auto-cleanup of known projects when projectile-mode starts. I'll think about how to handle this in an efficient manner. | |||
| 2025-01-31 | [Docs] Minor tweak | Bozhidar Batsov | |
