Skip to content

Releases: joshfriend/spotlight

v1.6.10

15 Apr 02:25
v1.6.10
8ea7bc5

Choose a tag to compare

Gradle Plugin

  • Ensure that checkAllProjectsList and fixAllProjectsList tasks use equivalent formatting

v1.6.9

25 Mar 18:57
v1.6.9
5bc241c

Choose a tag to compare

IDE plugin

  • Add "Replace Spotlight with Selection" action (Cmd+Shift+I) to replace the entire module selection with the currently selected project(s)
  • Add notifications when a project is added/removed from Spotlight
  • Actions are now dumb-aware
  • Fix error returning null widget presentation
  • Bump minimum and target IntelliJ version to 252

v1.6.8

12 Mar 17:49
v1.6.8
a1c5976

Choose a tag to compare

IDE plugin

  • Change default indexing behavior to ALL_PROJECTS_EXCLUDE_BUILD

v1.6.7

09 Feb 14:55
v1.6.7
806afda

Choose a tag to compare

IDE plugin

  • Fix status bar widget showing "inactive" during dumb mode

v1.6.6

29 Jan 21:59
648a808

Choose a tag to compare

IDE plugin

  • Add Search Everywhere contributor for Gradle project paths (shift + shift, type or paste a gradle path)
  • Improve fuzzy matching with prefix-per-word support
  • Fix build file reference handling and completion
  • Fix ide-projects.txt highlighting entire file on Cmd+hover
  • Fix SerializationException when saving external project data
  • Improve project stale banner and add sync stale detection
  • Add IDE support for spotlight-rules.json
  • Add configurable IDE exclusion policy setting

buildscript-utils

  • Switch to moshi-ir codegen, generated JSON adapters are now packaged in the jar
  • Add JSON schema for spotlight-rules.json

v1.6.5

29 Jan 05:07
044f61a

Choose a tag to compare

IDE Plugin

  • Add custom language support for ide-projects.txt and all-projects.txt files
  • Add project path completion in ide-projects.txt and build.gradle files
  • Add path validation with error highlighting and quick-fix suggestions
  • Add Cmd+Click navigation from project() calls and type-safe accessors to build files
  • Support fuzzy matching for project path completion (e.g., "ffapi" matches ":feature-flags:api")
  • Add "Remove All Invalid Paths" action for ide-projects.txt (Opt+Shift+O)

v1.6.4

27 Jan 15:45
2de31a3

Choose a tag to compare

  • Improved detection of included builds

v1.6.3

27 Jan 18:09
c03b2a4

Choose a tag to compare

  • Fix implicit task dependency conflict with other plugins

v1.6.2

23 Jan 20:21
bd22e7a

Choose a tag to compare

  • Update MoshiX version

v1.6.1

23 Jan 02:40
1a9c6e8

Choose a tag to compare

  • Improved behavior of showing the IDE plugin notification banner for unloaded projects