| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-02-04 | [Docs] Remove mentions of selectrum | Bozhidar Batsov | |
| It was deprecated in favor of vertico. | |||
| 2025-02-03 | Make the cache transient by default | Bozhidar Batsov | |
| 2025-02-03 | Introduce projectile-auto-cleanup-known-projects | Bozhidar Batsov | |
| 2025-02-03 | Introduce a common prefix for project lifecycle command keybindings | Bozhidar Batsov | |
| 2025-02-01 | [Docs] Improve docs on ignoring files | Bozhidar Batsov | |
| 2025-01-31 | [Docs] Minor tweak | Bozhidar Batsov | |
| 2025-01-31 | [Docs] Update some setup instructions | Bozhidar Batsov | |
| 2025-01-31 | Rename the cache file to .projectile-cache.eld | Bozhidar Batsov | |
| 2025-01-30 | [Docs] Reflow a paragraph | Bozhidar Batsov | |
| 2025-01-30 | Add some configuration example | Bozhidar Batsov | |
| 2025-01-30 | [Docs] Tweak wording | Bozhidar Batsov | |
| 2025-01-30 | [Docs] Expand the caching docs | Bozhidar Batsov | |
| 2025-01-30 | [Docs] Fix broken references | Bozhidar Batsov | |
| 2025-01-30 | Rework the caching logic | Bozhidar Batsov | |
| The main changes from before are: - Each project has its own cache file - Cache files are consulted only when you request the files of some project This makes caching both more robust and faster, as before the cache file for all projects was loaded when projectile-mode was enabled. | |||
| 2025-01-30 | [Docs] Update a comparison entry | Bozhidar Batsov | |
| 2025-01-30 | [Docs] Remove support page | Bozhidar Batsov | |
| 2025-01-30 | Drop support for Emacs 25 | Bozhidar Batsov | |
| Emacs 25 is ancient at this point and likely no one is using it anymore. | |||
| 2025-01-30 | feat: add support for swift projects | Peter Grayson | |
| Add support for swift projects using swift package manager (SPM). The 'swift-spm symbol is qualified to leave room for other flavors of swift project that are more Xcode oriented or use cocoapods. | |||
| 2024-11-13 | Expands table of files for project markers (#1919) | slackline | |
| First attempt at expanding the table of file markers for projects based on code at [master/projectile.el#L3441](https://github.com/bbatsov/projectile/blob/master/projectile.el?rgh-link-date=2024-10-22T08%3A55%3A41Z#L3441) I've followed the order of the languages/files in `projectile.el` (I hope!). Not sure descriptions under `Project Type` are 100% correct so happy to revise anything that needs changing. | |||
| 2024-11-02 | Add Zig project discovery (#1918) | stephan-cr | |
| 2024-10-22 | Order file markers table by file name | Neil Shephard | |
| Browsing the documentation I found it cumbersome to read this table as it wasn't in alphabetical order. This commit re-orders the table by `File` column. Perhaps a different order might be to include a column for language and order by that with sub-ordering by supported files within that language. | |||
| 2024-08-24 | Add support for xmake build utility (#1899) | Ben Hutchinson | |
| 2024-02-12 | [Docs] Extend comparison section | Bozhidar Batsov | |
| 2024-02-10 | [Docs] Move some text around | Bozhidar Batsov | |
| 2024-02-10 | [Docs] Extend the comparison with project.el | Bozhidar Batsov | |
| 2024-02-10 | [Docs] Fix a typo | Bozhidar Batsov | |
| 2024-02-10 | [Docs] Tweak markup | Bozhidar Batsov | |
| 2024-02-10 | [Docs] Add a comparison with project.el | Bozhidar Batsov | |
| 2024-01-23 | Add new custom variable 'projectile-cmd-hist-ignoredups' | Laurence Warne | |
| Add new custom variable 'projectile-cmd-hist-ignoredups', which can be used to tweak how duplicates are dealt with in projectile's command history. The custom variable is identical in behaviour to 'eshell-hist-ignoredups'. Specifically, the existing default behavior is maintained with the value of t, which means consecutive duplicates are ignored. A value of 'erase means only the last duplicate is kept, whilst a value of nil means all duplicates are kept. | |||
| 2024-01-21 | vcs: add Jujutsu support | Daehyeok Mun | |
| 2024-01-15 | Add Sapling support (#1875) | Zeyi (Rice) Fan | |
| Sapling is a Meta maintained fork of Mercurial. It uses .sl as the state directory instead of .hg to avoid compatibility issues with Mercurial. See this page for comparison with Mercurial: https://sapling-scm.com/docs/introduction/differences-hg | |||
| 2023-10-13 | Switch back the docs version | Bozhidar Batsov | |
| 2023-10-13 | Release 2.8v2.8.0 | Bozhidar Batsov | |
| 2023-03-15 | [Docs] Documented the changes to the project.el integration | Bozhidar Batsov | |
| See #1831 for more details. | |||
| 2023-03-12 | [#1148] Don't show deleted files in listing (#1825) | Radon Rosborough | |
| When fd is installed, use it with appropriate options instead of git ls-files in order to fix https://github.com/bbatsov/projectile/issues/1148 | |||
| 2022-11-22 | Switch back the docs version | Bozhidar Batsov | |
| 2022-11-22 | Release 2.7v2.7.0 | Bozhidar Batsov | |
| 2022-11-18 | Allow multiple project-files per type and wildcards in project-files | toshokan | |
| 2022-11-14 | [Docs] Mention projectile-root-marked | Bozhidar Batsov | |
| 2022-11-01 | Mention projectile-project-search-path more prominently | Bozhidar Batsov | |
| 2022-11-01 | Kill an extra blank line | Bozhidar Batsov | |
| 2022-10-30 | Add helpers for dir-local-variables for 3rd party use (#1737) | 813gan | |
| Functions `projectile-add-dir-local-variable` and `projectile-delete-dir-local-variable` wraps their built-in counterparts. They always use `.dir-locals.el` from root of projectile project. | |||
| 2022-10-30 | Add a note about how to disable the project.el integration | Bozhidar Batsov | |
| 2022-10-28 | Fix grammar | Bozhidar Batsov | |
| 2022-10-28 | Fix broken markup | Bozhidar Batsov | |
| 2022-10-28 | [Docs] Tweak the list of features | Bozhidar Batsov | |
| 2022-10-28 | [Docs] Document how to ignore certain project buffers | Bozhidar Batsov | |
| 2022-10-27 | Extend the project.el integration docs | Bozhidar Batsov | |
| 2022-10-27 | Document projectile-find-references | Bozhidar Batsov | |
| 2022-10-27 | [Docs] Add a note about the project.el integration in the FAQ | Bozhidar Batsov | |
