Releases: bitlap/intellij-sbt-dependency-analyzer
Releases · bitlap/intellij-sbt-dependency-analyzer
v0.5.0-242.21829.142
What's Changed
- Update sbt, sbt-dependency-tree to 1.10.2 by @scala-steward in #108
- optimize code, fix compatibility by @jxnu-liguobin in #109
- Update scala3-library to 3.5.1 by @scala-steward in #110
- fix goto config by @jxnu-liguobin in #111
- add exclude depenency action by @jxnu-liguobin in #112
- update build.sbt by @jxnu-liguobin in #113
- Update logback-classic to 1.5.9 by @scala-steward in #114
- Update logback-classic to 1.5.10 by @scala-steward in #116
- Update logback-classic to 1.5.11 by @scala-steward in #117
- Update sbt, sbt-dependency-tree, ... to 1.10.3 by @scala-steward in #119
- Update sbt-idea-plugin to 4.0.1 by @scala-steward in #115
Full Changelog: v0.4.0-242.21829.142...v0.5.0-242.21829.142
v0.4.0-242.21829.142
Highlight
- Support Intellij IDEA 2024.2
- Fix button
Goto depenency
- This includes custom dependencies for all types of projects (single module, multi-module, cross -platform). In theory, there may still be unsupported projects mainly due to the complex relationship between project module names and SBT module names, and the complex and flexible syntax of
build.sbt
.
- This includes custom dependencies for all types of projects (single module, multi-module, cross -platform). In theory, there may still be unsupported projects mainly due to the complex relationship between project module names and SBT module names, and the complex and flexible syntax of
What's Changed
- Refactor Parser and optimize code by @jxnu-liguobin in #79
- Update sbt, sbt-dependency-tree to 1.9.8 by @scala-steward in #80
- Update sbt-idea-plugin to 3.23.2 by @scala-steward in #81
- Update sbt-idea-plugin to 3.24.0 by @scala-steward in #82
- Fix some by @jxnu-liguobin in #83
- Update logback-classic to 1.5.0 by @scala-steward in #84
- Update scalatest to 3.2.18 by @scala-steward in #85
- Update sbt, sbt-dependency-tree to 1.9.9 by @scala-steward in #86
- Update logback-classic to 1.5.1 by @scala-steward in #87
- Update scala3-library to 3.3.3 by @scala-steward in #88
- Update logback-classic to 1.5.3 by @scala-steward in #89
- Update logback-classic to 1.5.4 by @scala-steward in #91
- Update logback-classic to 1.5.5 by @scala-steward in #92
- Update logback-classic to 1.5.6 by @scala-steward in #93
- Update sbt-idea-plugin to 3.25.0 by @scala-steward in #95
- Update sbt, sbt-dependency-tree to 1.10.0 by @scala-steward in #96
- Update sbt-idea-plugin to 3.26.0 by @scala-steward in #97
- Update sbt-idea-plugin to 3.26.1 by @scala-steward in #98
- Update sbt-idea-plugin to 3.26.2 by @scala-steward in #99
- Update scalatest to 3.2.19 by @scala-steward in #100
- Update sbt, sbt-dependency-tree to 1.10.1 by @scala-steward in #102
- Update logback-classic to 1.5.7 by @scala-steward in #104
- support idea2024.2, update to scala 3.5.0 by @jxnu-liguobin in #101
- Update logback-classic to 1.5.8 by @scala-steward in #105
- fix Goto Dependency by @jxnu-liguobin in #106
Full Changelog: v0.3.1-233.11799.241...v0.4.0-242.21829.142
v0.3.1-233.11799.241
What's Changed
- Update kotlin code from intellij and suppress errors by @jxnu-liguobin in #78
Full Changelog: v0.3.0-233.11799.241...v0.3.1-233.11799.241
v0.3.0-233.11799.241
What's Changed
- Update sbt-idea-plugin to 3.20.5 by @scala-steward in #61
- Update kotlin-compiler-embeddable, ... to 1.9.10 by @scala-steward in #62
- Update sbt-idea-plugin to 3.20.6 by @scala-steward in #64
- Update sbt, sbt-dependency-tree to 1.9.7 by @scala-steward in #65
- Update scalafmt-core to 3.7.15 by @scala-steward in #66
- Update kotlin-compiler-embeddable, ... to 1.9.20 by @scala-steward in #67
- Update sbt-idea-plugin to 3.21.0 by @scala-steward in #68
- Update sbt-idea-plugin to 3.21.1 by @scala-steward in #69
- Update sbt-idea-plugin to 3.22.0 by @scala-steward in #70
- Update scalafmt-core to 3.7.17 by @scala-steward in #72
- Update sbt-idea-plugin to 3.23.0 by @scala-steward in #73
- Update kotlin-compiler-embeddable, ... to 1.9.21 by @scala-steward in #75
- Update sbt-idea-plugin to 3.23.1 by @scala-steward in #74
- Update logback-classic to 1.4.13 by @scala-steward in #76
- Update logback-classic to 1.4.14 by @scala-steward in #77
- Upgrade idea 2023.3 by @jxnu-liguobin in #63
Full Changelog: v0.3.0-RC1-231.9392.1...v0.3.0-233.11799.241
v0.3.0-RC1-231.9392.1
What's Changed
Features
- Show size by @jxnu-liguobin in #56
- Add shortcuts to open the analysis view:
Ctrl + Shift + L
@IceMimosa
Update dependencis
- Update kotlin-compiler-embeddable, ... to 1.8.22 by @scala-steward in #58
- Update sbt-idea-plugin to 3.20.4 by @scala-steward in #57
- Update logback-classic to 1.4.11 by @scala-steward in #50
Internal and others
- Add
sdap.sbt
to.git/info/exclude
file by @IceMimosa in #51 - Add zh_CN readme by @jxnu-liguobin in #53
- Cleanup and rename by @jxnu-liguobin in #54
- Optimize packaging and format size by @IceMimosa in #59
- Fix view logo by @IceMimosa
Full Changelog: v0.2.0-231.9392.1...v0.3.0-RC1-231.9392.1
v0.2.0-231.9392.1
What's Changed
- Improve performance by @jxnu-liguobin in #37
- ci(Mergify): configuration update by @jxnu-liguobin in #38
- Clean up build.sbt by @jxnu-liguobin in #39
- Update sbt-idea-plugin to 3.20.3 by @scala-steward in #41
- Update scala3-library to 3.3.1 by @scala-steward in #42
- Update sbt-dependency-tree to 1.9.6 by @scala-steward in #44
- Update scalafmt-core to 3.7.14 by @scala-steward in #46
- Update scalatest to 3.2.17 by @scala-steward in #47
- Update logback-classic to 1.2.12 by @scala-steward in #40
- Update readme.md by @jxnu-liguobin in #48
- Update sbt-scalafmt to 2.5.2 by @scala-steward in #45
- Add zh_CN for What's New by @jxnu-liguobin in #49
New Contributors
- @scala-steward made their first contribution in #41
Full Changelog: v0.2.0-RC3-231.9392.1...v0.2.0-231.9392.1
v0.2.0-RC3-231.9392.1
What's Changed
- Fix properties, rename by @jxnu-liguobin in #32
- Support Settings by @jxnu-liguobin in #33
Full Changelog: v0.2.0-RC2-231.9392.1...v0.2.0-RC3-231.9392.1
v0.2.0-RC2-231.9392.1
What's Changed
- Update description and action name.
- Add refresh snapshots button (PS: Missing tests).
- Add "project/sdap.sbt" to enable "sbt-dependency-tree", plugin no longer modify "project/plugins.sbt".
- Improved notifications.
v0.2.0-RC1-231.9392.1
What's Changed
- Add locale zh_CN translation for notification.
- Add plugin update notification.
- Add What's New action in Help menu.
v0.1.3-231.9392.1
What's Changed
- Fix module recognition failure when analyzing cross-build projects for Scala2 and Scala3.
- Improve notification,stop immediately when an exception occurs during the first task execution.
Full Changelog: v0.1.2-231.9392.1...v0.1.3-231.9392.1