Skip to content

Release 1.15.1

Compare
Choose a tag to compare
@wisechengyi wisechengyi released this 06 Jul 23:02
· 118 commits to master since this release
0c77854

New Features

  • Allow to "Select Opened File" in "Project Files Tree" in BSP imports (#542)
  • Add button to convert binary dependency into source dependency (#532)
  • Add GUI for faspass amend command (#528)
  • Add automatic fastpass update notification (#526)
  • Save incremental import depth setting (#504)
  • Action to convert pants project to bsp (#516)

Bugfixes

  • Create synthetic root modules modules for target specs (#541)
  • Avoid null pointer exception on error (#537)
  • Synchronize executing pants options command (#522)
  • Fix wrong variable used when generating default name (#523)
  • Configure serialization of PythonSetupData (#521)
  • Always set "JAR manifest" cmd line shortener for new run configs (#519)
  • Only dispose modules which are not being imported (#520)

Refactoring, Improvements, and Tooling

  • Set bsp library name to zero width space (#543)
  • Generate source jars on demand for internal dependencies (#529)
  • Use new artifact for fastpass (#534)
  • Migrate more components to up-to-date mechanisms (#527)
  • Update Intellij version to 201.7846.29 (#530)
  • Shorten target names in bsp library origin names (#518)
  • Replace some deprecated components with listeners/services (#524)
  • Update intellij version to 201.7223.18 (#517)
  • Use user data to determine if debug is enabled (#515)

Testing

  • Use 1.25.x-twtr branch (#535)
  • Split "Amend" actions to improve testability (#533)
  • Add test-ide-probe.yml (#514)

Documentation

  • Prep 1.15.1 (#536)