Skip to content

Releases: lf-lang/epoch

Epoch IDE 0.7.2

21 May 06:19
v0.7.2
3c11aad
Compare
Choose a tag to compare

v0.7.2 (2024-05-20)

Highlights

This release includes patches of the C runtime only.

Epoch Nightly

22 May 05:09
a592e9a
Compare
Choose a tag to compare
Epoch Nightly Pre-release
Pre-release

Commits

  • 49c9f30: Update CHANGELOG.md (lingua-franca[bot]) #70
  • eede6b5: Update lingua-franca submodule (lingua-franca[bot]) #70
  • 3648717: Bump version to 0.7.2 (lingua-franca[bot]) #70
  • 7a1f1be: Bump version to 0.7.3-SNAPSHOT (lingua-franca[bot]) #71

Epoch IDE 0.7.1

17 May 23:16
v0.7.1
6e76e79
Compare
Choose a tag to compare

v0.7.1 (2024-05-17)

Highlights

This patch release includes bugfixes that address imports, tracing plugins, clock synchronization, and code generation issues.

Epoch IDE 0.7.0

01 May 22:41
v0.7.0
396c2b9
Compare
Choose a tag to compare

v0.7.0 (2024-05-01)

Highlights

This release includes an updated Lingua Franca compiler and updates of several dependencies.

🔧 Fixes

🚧 Maintenance and Refactoring

⬆️ Updated Dependencies

  • Update the target platform to 2024-03, Xtext 2.34, Klighd 3.0.1, and ELK 0.9.1 #65 (@soerendomroes)

Epoch IDE 0.6.0

26 Jan 16:26
v0.6.0
815f217
Compare
Choose a tag to compare

v0.6.0 (2024-01-26)

Highlights

This release features an updated compiler core but includes no major changes to the IDE itself.

  • Allow building against lingua-franca fork #53 (@lhstrh)
  • Introduce spotbugs and JCIP annotations dependency #54 (@a-sr)
  • Adjusted implementation of MessageReporter and new dependency on com.google.gson #55 (@lhstrh)

Epoch IDE 0.5.1

13 Sep 06:15
v0.5.1
5cb57e5
Compare
Choose a tag to compare

v0.5.1 (2023-09-12)

Highlights

This release features an updated Lingua Franca compiler.

📖 Documentation

Epoch IDE 0.5.0

02 Sep 06:56
v0.5.0
10d8988
Compare
Choose a tag to compare

v0.5.0 (2023-09-01)

Highlights

This release comes with an updated Lingua Franca compiler, and several updated dependencies.

🚀 New Features

✨ Enhancements

  • Support for M1 Silicon on Mac #1 (@a-sr)
  • Formatting configured for two-space indentation #21 (@a-sr)
  • ELK debug features added to Epoch product #28 (@a-sr)

🚧 Maintenance and Refactoring

  • Build infrastructure adjusted to new LF repository structure #17 (@a-sr)
  • Updated LF submodule and restored compatibility #20 (@a-sr)
  • Stream for the Oomph setup to install KlighD and ELK #25 (@soerendomroes)
  • ELK + KlighD Oomph setup #29 (@soerendomroes)

⬆️ Updated Dependencies

  • All dependencies bumped to latest releases #22 (@a-sr)

🏷️ Miscellaneous

  • Workaround to allow building this project in Eclipse #14 (@lhstrh)