Skip to content

Releases: cahaseler/EMPACT

v1.1.4

17 Aug 21:27
Compare
Choose a tag to compare

1.1.4 (2024-08-17)

v1.1.3

31 May 06:39
Compare
Choose a tag to compare

1.1.3 (2024-05-31)

v1.1.2

29 May 11:58
Compare
Choose a tag to compare

1.1.2 (2024-05-29)

Bug Fixes

  • ci: prevent deployment workflows from running concurrently (9ad14d9)
  • Use non-root user in docker file for security (44430b5)

v1.1.1

29 May 11:22
Compare
Choose a tag to compare

1.1.1 (2024-05-29)

v1.1.0

29 May 02:38
Compare
Choose a tag to compare

1.1.0 (2024-05-29)

Features

  • Added UI library and header/footer (a92baf7)

v1.0.5

28 May 03:06
Compare
Choose a tag to compare
v1.0.5 Pre-release
Pre-release

1.0.5 (2024-05-28)

Bug Fixes

v1.0.2

28 May 00:52
Compare
Choose a tag to compare
v1.0.2 Pre-release
Pre-release

1.0.2 (2024-05-28)

  • Initial release of protoype / proof of concept. This doesn't do anything yet, but it's a proof of concept of building a single NextJS powered codebase that has the ability to call web APIs on a server backend or local Rust functions that can interact with Windows, depending on whether the user wants it as a shared webapp with authentication and a central database or a fully-offline local application with no central server and a single user. Then when a commit is merged to Github, an automated CI/CD cycle compiles and publishes Windows installers (code signing possible but not implemented) for the local version, along with a lightweight Linux Docker image that can be deployed as for the web version.