Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Releases: laughedelic/atom-ide-scala

atom-ide-scala v0.11.0

23 Jun 18:19
b24bd30
Compare
Choose a tag to compare
  • Add Metals config options (#83)

atom-ide-scala v0.10.1

23 Jun 15:23
ee9239d
Compare
Choose a tag to compare
  • Get active connection on demand for window focus callbacks (#82)

atom-ide-scala v0.10.0

23 Jun 15:14
1b47db8
Compare
Choose a tag to compare
  • Update for Metals v0.6 (#81)
    • Add custom metals/windowStateDidChange notification

atom-ide-scala v0.9.0

03 Jun 00:08
1f55c70
Compare
Choose a tag to compare
  • Update for Metals v0.5 (#77)
  • Drop ENSIME support (#78)

atom-ide-scala v0.8.2

09 Dec 00:38
273207e
Compare
Choose a tag to compare
  • Fix didFocus notification on a disposed connection (#73)
  • Update status only for project-related tabs and remove for unrelated ones
  • Start server for any Scala-related files (based on syntax scope)
  • Update Metals version to 0.3.1
  • Handle metals-doctor-reload command to update doctor view on every import

atom-ide-scala v0.8.1

02 Dec 20:28
04517ac
Compare
Choose a tag to compare

Minor fixes (see #71):

  • add Metals command names (and rename metals-run-doctor to metals-doctor-run)
  • fix notification for the new projects initialization

atom-ide-scala v0.8.0

02 Dec 04:58
53ea355
Compare
Choose a tag to compare

This release is focused on updating to the new version of Metals v0.2. See #69 for details.

atom-ide-scala v0.7.0

23 Apr 00:59
3b3bac8
Compare
Choose a tag to compare
  • #61: Add version setting for each server instead of one common. If you used it before, erase it and set the desired server version instead.
  • #62: Add command to restart all servers associated with the client

atom-ide-scala v0.6.0

15 Apr 02:59
86ee8c4
Compare
Choose a tag to compare

This is a huge release, it includes a lot of improvements and new features 🚀 Here are some highlights:

  • Added support for running server commands (through the command palette) (#34)
  • Moved configuration to the Scala code (#29) and added a typed API for it (#37)
  • Added Metals configuration as a part of the plugin's settings UI (#42)
  • Split reusable part of the build into an sbt plugin: sbt-atom-package (#17, #44)
  • Added support for the logging console UI (#47)
  • Added support for the Dotty language server (#48)
  • Added project setup detection to launch the right server automatically (#53)

See the full list of merged PRs in this release in the BIG release milestone.

I'd like to thank @Jarlakxen for contributing to the project. Especially for improving Scala.js facades in the scalajs-atom-api project.

atom-ide-scala v0.5.0

19 Dec 02:01
Compare
Choose a tag to compare

Minor improvements