| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2025-01-31 | [Docs] Update some setup instructions | Bozhidar Batsov | |
| 2025-01-31 | Add a couple of comments | Bozhidar Batsov | |
| 2025-01-31 | Tweak a docstring | Bozhidar Batsov | |
| 2025-01-31 | Rename the cache file to .projectile-cache.eld | Bozhidar Batsov | |
| 2025-01-30 | [#1811] Add a note that the handling of ignored directories is currently ↵ | Bozhidar Batsov | |
| inconsistent | |||
| 2025-01-30 | [Docs] Reflow a paragraph | Bozhidar Batsov | |
