Metals v0.9.8 - Lithium
We're happy to announce the release of Metals v0.9.8, which brings along a number of smaller improvements, new Scala 3 milestone support and a hot new feature.
Commits since last release | 100 |
Merged PRs | 41 |
Contributors | 4 |
Closed issues | 5 |
New features | 1 |
For full details: https://github.com/scalameta/metals/milestone/31?closed=1
Metals is a language server for Scala that works with VS Code, Vim, Emacs, Sublime Text, Atom and Eclipse. Metals is developed at the Scala Center and VirtusLab with the help from Lunatech along with contributors from the community.
TL;DR
Check out https://scalameta.org/metals/, and give Metals a try!
- Add in ability to export worksheet evaluations.
- Scala 3.0.0-M3 support.
Worksheet evaluations
Thanks to the great work by ckipp01 users will now
be able to export their evaluated worksheets using a new command,
copy-worksheet-output
, or Metals: Copy worksheet output
in Visual Studio
Code.
When using this command existing statements will be copied to your clipboard along with their evaluations included as comments below them. This will allow users to freely share their results with others.
Miscellaneous
- Add in Scala Sources to standalone worksheets.
- Fix auto-connect BSP server without explicit choice.
- Make sure to not duplicate semanticdbOptions when using sbt BSP.
- Ensure semanticdb is enabled with sbt BSP and Scala 3
Contributors
Big thanks to everybody who contributed to this release or reported an issue!
$ git shortlog -sn --no-merges v0.9.7..v0.9.8
Chris Kipp
Tomasz Godzik
Gabriele Petronella
Victor Mikhaylov
Merged PRs
v0.9.8 (2020-12-18)
Merged pull requests:
- Add in better message for user if trying to fetch invalid Ammonite. #2333 (ckipp01)
- Add support for Scala 3.0.0-M3 #2330 (tgodzik)
- Update scalameta to 4.4.2 and fix folding range suite #2327 (tgodzik)
- Ensure semanticdb is enabled with sbt BSP and Scala 3. #2326 (ckipp01)
- Update xnio-nio to 3.8.4.Final #2322 (scala-steward)
- Fix broken links in docs. #2312 (ckipp01)
- Update flyway-core to 7.3.1 #2321 (scala-steward)
- Update undertow-core to 2.2.3.Final #2320 (scala-steward)
- Update scribe, scribe-slf4j to 3.1.7 #2319 (scala-steward)
- Update ammonite-util to 2.3.8 #2318 (scala-steward)
- Update guava to 30.1-jre #2317 (scala-steward)
- Update sbt-welcome to 0.2.1 #2316 (scala-steward)
- Update sbt-ci-release to 1.5.5 #2315 (scala-steward)
- Update bloop-config, bloop-launcher to 1.4.5-28-e52cd3ad #2314 (scala-steward)
- Add in ability to export worksheet evaluations. #2290 (ckipp01)
- Make sure to not duplicate semanticdbOptions when using sbt BSP. #2310 (ckipp01)
- Bump version of organizeImportRule to latest #2307 (ckipp01)
- Add docs about -Dmetals.bloop-port #2301 (tgodzik)
- Customization bloop server port with java properties #2267 (VictorMikhaylov)
- Fix auto-connect BSP server without explicit choice. #2297 (ckipp01)
- Scala 3 template was moved from lampepfl org #2295 (tgodzik)
- Change lampepfl/dotty.g8 to lampepfl/scala3.g8 #2294 (tgodzik)
- Add welcome view for new contributors #2288 (tgodzik)
- Add in Scala Sources to standalone worksheets. #2268 (ckipp01)
- Update coursier to 2.0.7 #2276 (scala-steward)
- Update scribe, scribe-slf4j to 3.1.5 #2275 (scala-steward)
- Update scalafix-interfaces to 0.9.24 #2286 (scala-steward)
- Update mdoc, sbt-mdoc to 2.2.13 #2281 (scala-steward)
- Update interface to 1.0.2 #2277 (scala-steward)
- Update flyway-core to 7.2.1 #2278 (scala-steward)
- Update mill-contrib-testng to 0.9.3 #2274 (scala-steward)
- Update munit-docs, sbt-munit to 0.7.19 #2282 (scala-steward)
- Update ipcsocket to 1.3.0 #2280 (scala-steward)
- Update ammonite-util to 2.2.0-26-61ee0965 #2273 (scala-steward)
- Update jackson-databind to 2.12.0 #2272 (scala-steward)
- Update sbt-scalafix, scalafix-interfaces to 0.9.24 #2271 (scala-steward)
- Update bloop-config, bloop-launcher to 1.4.5-8-6cc6911d #2270 (scala-steward)
- Compare release candidates and milestones in addition to major.minor.patch #2264 (tgodzik)
- Bump snapshot version #2263 (ckipp01)
- Update release instructions #2262 (tgodzik)
- Add release notes for 0.9.7 #2261 (tgodzik)