| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | Relax the staleness checks | Bozhidar Batsov | |
| 2025-01-30 | Add .projectile.cache to .gitignore | Bozhidar Batsov | |
| 2025-01-30 | Update the changelog | 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 | Fix broken tests, take 2 | Bozhidar Batsov | |
| 2025-01-30 | Fix a couple of broken tests | Bozhidar Batsov | |
| 2025-01-30 | [Docs] Update a comparison entry | Bozhidar Batsov | |
| 2025-01-30 | [Docs] Remove support page | Bozhidar Batsov | |
| 2025-01-30 | Fix a broken when-let* | Bozhidar Batsov | |
| 2025-01-30 | Convert directory names to regular expressions when needed | 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 | [Fix #1811] Revert a change to `projectile-ignored-directories` that had ↵ | Bozhidar Batsov | |
| converted them into regular expressions The change broke several instances when the code didn't expect a regular expression. This essentially reverts #1762. | |||
| 2025-01-30 | Fix formatting | Bozhidar Batsov | |
| 2025-01-30 | Update Bloop project config (#1901) | Zach Fontenot | |
| This solves a problem when you have a `.bloop` file in your home directory, which is a pretty common setup. | |||
| 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. | |||
| 2025-01-28 | [Fix #1850] Ensure the presence of a project in projectile-compilation-dir | Bozhidar Batsov | |
| 2025-01-28 | Kill some tabs | Bozhidar Batsov | |
| 2025-01-24 | Don't mark as stale issues and PRs with a milestone | Bozhidar Batsov | |
| 2025-01-23 | Ignore bugs in staleness checks | Bozhidar Batsov | |
| 2025-01-20 | Use the new GFM admonition syntax | Bozhidar Batsov | |
| 2025-01-18 | Fix exempt labels for the action/stale | Bozhidar Batsov | |
| Turned out those were supposed to be a string. | |||
| 2025-01-17 | Replace the defunct stale bot with actions/stale | Bozhidar Batsov | |
| 2025-01-11 | Move a couple of changelog entries where they belong | Bozhidar Batsov | |
| 2025-01-11 | Bump the copyright years | Bozhidar Batsov | |
| 2025-01-06 | Replace jj files with jj file list | sencrash | |
| 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-11-02 | Update the PR template | Bozhidar Batsov | |
| 2024-11-01 | Fix dotnet sln project type | Damien Cassou | |
| The presence of an "src/" directory doesn't say anything about the type of the project. This commit fixes the dotnet sln project type to rely on the presence of an .sln file instead of the "src/" directory. | |||
| 2024-11-01 | Upgrade actions/checkout to v4 | Stephan Creutz | |
| This will fix the following warning: "The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. [...]" | |||
| 2024-10-22 | [Fix #1911] Revert "Ignore `CVS` by default" | Bozhidar Batsov | |
| This reverts commit 41f8a8e7bdc50467256af632108989b5c980cd56. | |||
| 2024-10-22 | Update CHANGELOG.md | Mark Stuart | |
| 2024-10-22 | Revert "Add #'projectile-track-known-projects-find-file-hook to ↵ | Mark Stuart | |
| 'buffer-list-update-hook" This reverts commit 3c92d28c056c3553f83a513a35502b4547d29319. | |||
| 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-10-09 | Ignore `CVS` by default | Kirill A. Korinsky | |
| 2024-09-01 | Use 'project-file as category metadata in completing read | Jürgen Hötzel | |
| project-file is a more suitable category for the completion (also used by project.el). 'vertico-prescient-completion-category-overrides changes the completion style for 'file to '(basic partial-completion) and limits completion to prefix matches. Fixes #1902 | |||
| 2024-08-24 | Add support for xmake build utility (#1899) | Ben Hutchinson | |
| 2024-08-24 | Add #'projectile-track-known-projects-find-file-hook to 'buffer-list-update-hook | Jules Tamagnan | |
| 2024-08-14 | Touch up the previous commit | Bozhidar Batsov | |
| 2024-08-14 | Add category metadata to completing-read | Jürgen Hötzel | |
| 2024-08-14 | Fix tests to not modify top level .dir-locals.el file | Jules Tamagnan | |
| 2024-02-12 | Fix a typo | Bozhidar Batsov | |
| 2024-02-12 | Tweak some docstrings | Bozhidar Batsov | |
| 2024-02-12 | Remove some obsolete code | Bozhidar Batsov | |
| 2024-02-12 | [Docs] Extend comparison section | Bozhidar Batsov | |
| 2024-02-11 | Bump the copyright years | Bozhidar Batsov | |
