Skip to content

Tags: MyLibreLab/MyLibreLab

Tags

v3.12.1.3

Toggle v3.12.1.3's commit message
MyLibreLab 3.12.1.3

Generated automatically from commit 28009a4
Branch: fix/windows-build-compatibility

Self-contained executables with bundled Java 17 runtime.
Cross-platform support for Windows, Linux, and macOS.

v3.12.1.2

Toggle v3.12.1.2's commit message
MyLibreLab 3.12.1.2

Generated automatically from commit 4e49724
Branch: fix/windows-build-compatibility

Self-contained executables with bundled Java 17 runtime.
Cross-platform support for Windows, Linux, and macOS.

v3.12.1.1

Toggle v3.12.1.1's commit message
MyLibreLab 3.12.1.1

Generated automatically from commit ba55d6a
Branch: fix/windows-build-compatibility

Self-contained executables with bundled Java 17 runtime.
Cross-platform support for Windows, Linux, and macOS.

v3.12.1.0

Toggle v3.12.1.0's commit message
MyLibreLab 3.12.1.0

Generated automatically from commit 26bf466
Branch: fix/windows-build-compatibility

Self-contained executables with bundled Java 17 runtime.
Cross-platform support for Windows, Linux, and macOS.

v3.12.0.0

Toggle v3.12.0.0's commit message
refactor(ci): Streamline build triggers and improve workflow reliability

Refactors the CI/CD pipeline to use `workflow_dispatch` for manual
release triggers, removing redundant steps and enhancing stability.

- The `tag-and-release` workflow now manually triggers the
  `build-and-release` workflow via the GitHub API after pushing a new
  tag. This ensures a reliable, single trigger for release builds.
- Adds `workflow_dispatch` to the `build-and-release` workflow to allow
  for manual runs.
- Removes redundant steps from the build process, such as the `chmod`
  on `gradlew`, as the `setup-gradle` action handles this.
- Updates the copy logic for the `elements` directory to be more robust.