Skip to content

Releases: pantsbuild/intellij-pants-plugin

Release 1.8.1

13 Mar 00:57
release_1.8.1
d392ed1
Compare
Choose a tag to compare

Released at https://plugins.jetbrains.com/plugin/7412-pants-support/update/44088

Notable Changes

  • Fix "Unrecognized command line flags on global scope: --async" (#323)
  • Pick up .ij.import.rc file for dynamic pantsrc insertion (#324)
  • Exclude jars imported into the project for IntelliJ Junit/Scala runner (#331)

Release 1.8.0

06 Dec 19:34
Compare
Choose a tag to compare

Released at: https://plugins.jetbrains.com/plugin/7412-pants-support/update/41243

Notable Changes

  • Compatibility with IntelliJ 2017.3. #319 (IMPORTANT: incompatible with 2017.2.x)
  • Add .idea, .pants.d to git ignore. #307
  • Improve exception messages used within import dialog. #314, #321
  • Add a lint action to the plugin context menus and dropdown menu. #312
  • Fix a bug which would occur when displaying two projects at once. #320
  • Attach annotations for plugin selected JDK. #308

Dev changes

  • Update release doc. #306

Release 1.7.0

20 Jul 19:14
release_1.7.0
Compare
Choose a tag to compare

Released at https://plugins.jetbrains.com/plugin/7412-pants-support/update/37068

Notable changes

  • Compatibility with IntelliJ 2017.2. #300
  • Feature to compile target(s) under edit. #298

Dev note:
This release is based on 1733cd4, a commit after the release preparation 2f92ac7 due to a publishing issue.

Release 1.6.1

09 May 22:20
release_1.6.1
Compare
Choose a tag to compare

Released at https://plugins.jetbrains.com/plugin/7412-pants-support/update/34971

Notable changes

  • Detect cyclic dependency on target itself #288
  • Corrected a release error in 1.6.0 causing Scala SDK not set for modules. Mitigated by release automation to Stable channel #296

Release 1.6.0

31 Mar 19:13
release_1.6.0
Compare
Choose a tag to compare

Available at https://plugins.jetbrains.com/plugin/7412-pants-support/update/33923

Major update

  • Gradle plugin is now explicitly declared as a dependency to Pants Support (#237). When accidentally disabled, the error will be more obvious that Pants Support will be unavailable as well.
  • Like previous major updates, this one is backward incompatible with the previous IntelliJ version 2016.3.x

Bug fixes

  • Fix redundant refresh notifications (#279)
  • Disable quick fix for missing dependencies (#281)
  • Limit the scope of modules to obtain target addresses from before invoking Pants (#282)

Usability

  • Place target list in a scroll pane for user to select (#275)
  • Remove setting default keyboard shortcut for 'Refresh all external projects' (#277)

Release 1.5.3

02 Mar 22:13
release_1.5.3
Compare
Choose a tag to compare

Available at https://plugins.jetbrains.com/plugin/7412-pants-support/update/33061

Change notes

Bug fixes

  • Remove import redundancy; Fix project setting UI (#246)
  • Fix language level not set (#249)
  • Fix JDK not set correctly from idea-plugin import (#267)

Performance

  • Skip looking for JDK when there is one set already (#261)
  • Event based project view focusing (#263)

Usability

  • Add ability to cancel Pants process (#258)

Metrics

  • Capture indexing duration on the fly (#265)
  • Log noop PantsCompile and duration between PantsCompile invocation and last file edit (#241)

Release 1.5.2

15 Jan 09:01
release_1.5.2
Compare
Choose a tag to compare

Changes

  • Add usage logging extension point (#239)
  • GUI import fix (#244)
  • Move Pants output to console view instead of notification channel (#242) [demo]

Released at https://plugins.jetbrains.com/idea/plugin/7412-pants-support/31793-update

Release 1.5.1

20 Dec 23:35
release_1.5.1
Compare
Choose a tag to compare

Released at https://plugins.jetbrains.com/update/index?pr=idea&updateId=31150

  • Release automation to BleedingEdge channel on JetBrains' plugin repo
  • Change detection and noop optimization

Release 1.5.0

29 Nov 19:04
Compare
Choose a tag to compare

Released at https://plugins.jetbrains.com/update/index?pr=androidstudio&updateId=30586

  • Compatibility with IntelliJ IDEA 2016.3
  • Incompatible with IntelliJ IDEA 2016.2 and earlier versions

Release 1.4.9

21 Nov 19:13
Compare
Choose a tag to compare

Plugin repo: https://plugins.jetbrains.com/update/index?pr=androidstudio&updateId=30364

  • Fix import on BUILD files missing default target [5a89552] [9c2d3e1]
  • Adding more check on metrics thread pool [9c2d3e1]