Skip to content

Releases: lf-lang/vscode-lingua-franca

VS Lingua Franca 0.5.1

13 Sep 06:00
v0.5.1
3ed6678
Compare
Choose a tag to compare

v0.5.1 (2023-09-12)

Highlights

This release features an updated Lingua Franca compiler.

⬆️ Updated Dependencies

VS Lingua Franca 0.5.0

02 Sep 06:29
v0.5.0
744ae69
Compare
Choose a tag to compare

v0.5.0 (2023-09-01)

Highlights

This release comes with an updated Lingua Franca compiler, improved syntax highlighting, and support for nightly pre-releases.

🚀 New Features

✨ Enhancements

🔧 Fixes

🚧 Maintenance and Refactoring

  • Update according to the gradle configuration #120 (@petervdonovan)
  • Added .gitattributes file to let Linguist ignore known-good HTML files #129 (@lhstrh)
  • Ability to create pre-release package #132 (@lhstrh)

📖 Documentation

🧪 Tests

⬆️ Updated Dependencies

VS Lingua Franca 0.4.2

04 Mar 07:48
v0.4.2
add0dee
Compare
Choose a tag to compare

v0.4.2 (2023-03-04)

Highlights

This patch release provides a fix for lf-lang/lingua-franca#1619.

  • No changes

VS Lingua Franca 0.4.1

01 Mar 04:30
v0.4.1
be5b621
Compare
Choose a tag to compare

v0.4.1 (2023-03-01)

Highlights

This patch release is to satisfy the VS Marketplace requirements for publication.

VS Lingua Franca 0.4.0

01 Mar 01:23
v0.4.0
44e040a
Compare
Choose a tag to compare

v0.4.0 (2023-03-01)

Highlights

This release comes with an updated Lingua Franca compiler, a code formatting feature (Ctrl + Shift + I), and built-in checks for dependencies.

🚀 New Features

✨ Enhancements

  • Language and diagram server built using Gradle #85 (a-sr)
  • Up-to-date types for NodeJS #95 (lhstrh)

🔧 Fixes

  • Removal of hardcoded LDS jar versions #87 (petervdonovan)
  • Fix "Build and Run" command with paths that contain spaces #89 (a-sr)

VS Lingua Franca 0.3.1

23 Jul 08:22
v0.3.1
051579e
Compare
Choose a tag to compare

v0.3.1 (2022-07-23)

Highlights This is a patch release to correct faulty artifacts that were released on the VS Code Marketplace/Open VSX Registry on 07-22-2022. Version 0.3.0 of the VS Code extension may experience runtime errors that are due to uncaught (and now corrected) build errors in our release workflow on GitHub Actions.

Full Changelog

🔧 Fixes

  • Fix to npm clean script #74 (lhstrh)
  • Exit when unable to checkout lingua-franca and its submodules #75 (lhstrh)

VS Lingua Franca 0.3.0

22 Jul 17:44
v0.3.0
ac90aad
Compare
Choose a tag to compare

v0.3.0 (2022-07-22)

Highlights This release builds on Lingua Franca v0.3.0 and KLighD 2.2.0. The extension is now also checks whether necessary dependencies are installed and assists users in setting up their environment.

Full Changelog

✨ Enhancements

  • Syntax highlighting for modes #62 (a-sr)

🔧 Fixes

🚧 Maintenance and Refactoring

VS Lingua Franca 0.2.1

02 Jun 23:27
v0.2.1
c321a5f
Compare
Choose a tag to compare

v0.2.1 (2022-05-19)

Highlights:

This release includes bug fixes in the Lingua Franca compiler as well as minor enhancements of the user experience in VS Code.

Full Changelog

Implemented enhancements:

  • Cmake errors need to show more details #42
  • Any automatic builds should be configurable #24

Merged pull requests:

VS Lingua Franca 0.2.0

02 May 04:17
v0.2.0
5d65909
Compare
Choose a tag to compare

v0.2.0 (2022-05-02)

Highlights:

Upgrade to Lingua Franca v0.2.0, which runs on Java 17. Most relevant to the VS Code extension is a fix for an issue that prevented some of the diagram options from showing up in the menu.

Full Changelog

Fixed bugs:

  • "Build and Run" should use full path #43

Closed issues:

  • Strange rendering artifacts in diagrams #31

Merged pull requests:

  • Make "Build and Run" action work irrespective of current working directory #45 (petervdonovan)
  • Bump to Java 17 and allow building on Mac #44 (lhstrh)

VS Lingua Franca 0.1.1

12 Apr 01:43
v0.1.1
a1b7a0b
Compare
Choose a tag to compare

v0.1.1 (2022-04-11)

Highlights:

Upgrade to Lingua Franca v0.1.0.

Full Changelog

Closed issues:

  • Enable CI #4

Merged pull requests: