Releases: pantsbuild/intellij-pants-plugin
Release 1.8.1
Released at https://plugins.jetbrains.com/plugin/7412-pants-support/update/44088
Notable Changes
Release 1.8.0
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
Released at https://plugins.jetbrains.com/plugin/7412-pants-support/update/37068
Notable changes
Dev note:
This release is based on 1733cd4, a commit after the release preparation 2f92ac7 due to a publishing issue.
Release 1.6.1
Released at https://plugins.jetbrains.com/plugin/7412-pants-support/update/34971
Notable changes
Release 1.6.0
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
Release 1.5.3
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
Usability
- Add ability to cancel Pants process (#258)
Metrics
Release 1.5.2
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
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
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