Releases: VirtusLab/ide-probe
Releases · VirtusLab/ide-probe
v0.43.0
Changes
- fixed JbrResolvers pattern resolving logic (#257) @LukaszKontowski
- Replace default values in code with .conf file (#252) @LukaszKontowski
v0.42.0
Changes
- Do not fail everything if a screenshot fails (#258) @lukaszwawrzyk
- added proper message for ProviderNotFoundException (#249) @LukaszKontowski
- Update scalafmt-core to 3.5.9 (#251) @scala-steward
- Added case class Jar handling (#248) @LukaszKontowski
- Add proper comment to
isAccessible
usage (#245) @LukaszKontowski - Update sbt-idea-plugin to 3.15.2 (#246) @scala-steward
- added -Xfatal-warnings scalac option (#247) @LukaszKontowski
- Fix most of the compilation warnings (#241) @LukaszKontowski
- Update sbt-idea-plugin to 3.15.1 (#240) @scala-steward
- Update gson to 2.9.1 (#239) @scala-steward
v0.41.0
Changes
- Update remote-fixtures, remote-robot to 0.11.15 (#237) @scala-steward
v0.40.0
Changes
- No changes
v0.39.0
Changes
- Fix installing bundled plugins (file downloader rollback) and awkward apis (#236) @lukaszwawrzyk
v0.38.0
Changes
- Allow shortening command line when running tests (#235) @lukaszwawrzyk
- Update sbt-idea-plugin to 3.14.9 (#233) @scala-steward
- use progress bar (#198) @wiacekm
- add gitpod io configuration (#231) @wiacekm
- Update sbt to 1.7.1 (#230) @scala-steward
v0.37.0
What's Changed
- Update sbt-scalafix to 0.10.1 by @scala-steward in #227
- Fetch dependencies with retry by @tpasternak in #229
Full Changelog: v0.36.1...v0.37.0
v0.36.1
Changes
- Update remote-robot and sbt-idea-plugin (#224) @PawelLipski
v0.36.0
Changes
- Add scalafix OrganizeImports && format files with scalafmt (#210) @azdrojowa123
- Remove kebab-case from docs - revert changes (#222) @azdrojowa123
v0.35.0
Breaking Changes
- Setting for enabling failure on errors in IntelliJ is now in under path
probe.driver.check.errors.enabled
(#207)
Changes
- Rename directory where JBR is installed (#216) @azdrojowa123
- Example in Java (#219) @tpasternak
- Add new HOCON configuration for resizing screen (#214) @azdrojowa123
- Automatic pushing releases on tags (#212) @azdrojowa123
- Add new config under
probe.driver.check
to ignore some IDE errors (#207) @azdrojowa123 - Update scala-library to 2.12.16 (#209) @scala-steward
- Taking into account IDEPROBE_SCREENSHOTS_DIR env (#197) @azdrojowa123