aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
AgeCommit message (Expand)Author
2026-04-27Delete cache file in projectile-invalidate-cacheBozhidar Batsov
2026-04-27Persist disk cache in projectile-purge-dir-from-cacheBozhidar Batsov
2026-04-27Seed cache time when loading the project file cache from diskBozhidar Batsov
2026-04-26Document remaining indexing semanticsBozhidar Batsov
2026-04-26Speed up native + hybrid indexing's ignore filteringBozhidar Batsov
2026-04-26Batch hybrid indexing across `+' keep dirconfig entriesBozhidar Batsov
2026-04-26Document hybrid indexing and add a per-method feature matrixBozhidar Batsov
2026-04-26Avoid recomputing VCS in projectile-dir-files-alienBozhidar Batsov
2026-04-26Add projectile-discard-root-cache command (#1936)Bozhidar Batsov
2026-04-26Memoize per-function nil results in the root cache (#1836)Bozhidar Batsov
2026-04-26Skip cache for projectile-root-local (#1211)Bozhidar Batsov
2026-04-26Use cons cells as projectile-project-root-cache keysBozhidar Batsov
2026-04-25Soft-deprecate prefix-less dirconfig entriesdirconfig-refactorBozhidar Batsov
2026-04-25Return a projectile-dirconfig struct from the parserBozhidar Batsov
2026-04-25Warn when a + keep entry contains glob metacharactersdirconfig-improvementsBozhidar Batsov
2026-04-25Warn when alien indexing bypasses a populated .projectileBozhidar Batsov
2026-04-25Skip leading whitespace in dirconfig prefix dispatchBozhidar Batsov
2026-03-04Update CHANGELOG with round 4 codebase fixesBozhidar Batsov
2026-02-28Update CHANGELOG with round 3 codebase fixesBozhidar Batsov
2026-02-28Update CHANGELOG with round 2 codebase fixesBozhidar Batsov
2026-02-28Update CHANGELOG with bug fixes and performance improvementsBozhidar Batsov
2026-02-16Support slnx files for dotnet-sln project types (#1971)Bozhidar Batsov
2026-02-15Replace seq-union with seq-uniq + append for Emacs 27 compatibilityBozhidar Batsov
2026-02-14Replace cl-lib sequence functions with seq.el equivalentsBozhidar Batsov
2026-02-14Add compat dependency and adopt modern Emacs APIsBozhidar Batsov
2026-02-14Bump minimum Emacs version from 26.1 to 27.1Bozhidar Batsov
2026-02-14Add missing CHANGELOG entries for undocumented changes since v2.9.1Bozhidar Batsov
2026-02-14Fix wildcard expansion in unreadable dirs and compilation-buffer-name-functionBozhidar Batsov
2026-02-14Fix grep hook, replace-regexp on missing files, and corrupt bookmarksBozhidar Batsov
2026-02-14Fix mode-line in non-file buffers and nil project root crashBozhidar Batsov
2026-02-14Fix projectile-root-top-down to search top-down, not bottom-up (#1729)Bozhidar Batsov
2026-02-14Include intermediate directories in projectile-find-dir (#1596)Bozhidar Batsov
2026-02-14Don't cache nonexistent files & fix grep/git-grep with special chars (#1551, ...Bozhidar Batsov
2026-02-14Fix projectile-replace on Emacs 27+ (#1748, #1741)Bozhidar Batsov
2026-02-13Filter deleted-but-unstaged files from git ls-files output (#1897)Bozhidar Batsov
2026-02-13Skip unreadable directories in projectile-index-directory (#1873)Bozhidar Batsov
2026-02-13Strip "./" prefix from fd output in projectile-files-via-ext-commandBozhidar Batsov
2026-02-13Prevent directories from matching file-type project root markersBozhidar Batsov
2026-02-13Fix typos in the markdown filesBozhidar Batsov
2026-01-09Fix the changelogBozhidar Batsov
2026-01-09Add projectile-cache-file to projectile-globally-ignored-files default (#1966)take
2026-01-09Move a changelog entry where it belongsBozhidar Batsov
2026-01-09Tweak the changelogBozhidar Batsov
2026-01-07Add changelog linkThibaut Verron
2026-01-07Add caller identification to projectile-completing-read for ivyThibaut Verron
2026-01-07Support eat terminalPhilippe Vaucher
2025-07-16[Docs] Fix config example for "Removal of missing projects" (#1955)Jeffrey 'jf' Lim
2025-06-18[Fix #1947] Mark projectile-project-name as safe (#1948)Leo Cacciari
2025-06-12Handle the projects cache betterRadon Rosborough
2025-05-25Tweak a changelog entryBozhidar Batsov