Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Releases: lf-lang/epoch

Epoch IDE 0.8.2

03 Aug 04:09
v0.8.2
6b917b4
Compare
Choose a tag to compare

v0.8.2 (2024-08-02)

Highlights

This patch release includes minor bugfixes and several enhancements of our Docker support. It also adds custom serialization for the Python target and support for the use of target code expressions to specify time values in C++.

Epoch Nightly

05 Sep 05:08
b9bffcc
Compare
Choose a tag to compare
Epoch Nightly Pre-release
Pre-release
Merge pull request #83 from lf-lang/snapshots/v0.8.3

Snapshot version 0.8.3

Epoch IDE 0.8.1

14 Jul 12:41
v0.8.1
099a1ce
Compare
Choose a tag to compare

v0.8.1 (2024-07-14)

Highlights

This patch release includes several minor bugfixes and enhancements, improving Docker support for the C++ target and providing a more complete implementation of watchdogs.

Epoch IDE 0.8.0

02 Jul 19:24
v0.8.0
3b82b13
Compare
Choose a tag to compare

v0.8.0 (2024-07-02)

Highlights

This release includes Lingua Franca 0.8.0.

  • Dependency on commons-text #74 (@lhstrh)
  • Fix apache.commons.text dependency registration #75 (@a-sr)
  • Code adjustment for pre-build-cmd branch #76 (@a-sr)

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 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)