Skip to content

Releases: grigoriev/sb-ctrl-ui

v0.6.1

Choose a tag to compare

@grigoriev grigoriev released this 24 Sep 13:13
0cac7b8

Security

  • Audit the workflows with actionlint and zizmor in a new lint job.
  • Lint the Dockerfile (Hadolint, trivy config) and the entrypoint (ShellCheck) in the lint job.
  • Add the OpenSSF Scorecard workflow and its README badge.
  • Limit the token permissions of every workflow.
  • Stop persisting the checkout credentials.
  • Let Renovate pin GitHub Actions by commit digest.
  • Let Renovate refresh package-lock.json and raise OSV vulnerability alerts.
  • Attest the published image: signed build provenance and an SPDX SBOM.
  • Attach the provenance bundle and the SBOM to the GitHub release as assets.
  • Renovate takes its common rules from the shared preset github>grigoriev/renovate-config.

Added

  • CHANGELOG.md, and Verify, Contributing and Disclaimer sections in the README.

Changed

  • Draw the job progress with a native <progress> element, styled like before.
  • Trim trailing slashes of a release path without a backtracking regex.

Fixed

  • Run CI once per commit on a Renovate branch: drop renovate/** from the push trigger.

v0.6.0

Choose a tag to compare

@grigoriev grigoriev released this 04 Sep 08:31
153cf52

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

Choose a tag to compare

@grigoriev grigoriev released this 03 Sep 08:09
50845f0

What's Changed

Full Changelog: v0.4.3...v0.5.0

v0.4.3

Choose a tag to compare

@grigoriev grigoriev released this 03 Sep 07:51
368fe03

What's Changed

Full Changelog: v0.4.2...v0.4.3

v0.4.2

Choose a tag to compare

@grigoriev grigoriev released this 03 Sep 07:42
b201912

What's Changed

Full Changelog: v0.4.1...v0.4.2

v0.4.1

Choose a tag to compare

@grigoriev grigoriev released this 02 Sep 15:19
5f3711e

What's Changed

  • feat: read a title before sending it, and send it in one press by @grigoriev in #34
  • chore: bump version to 0.4.1 by @grigoriev in #35

Full Changelog: v0.4.0...v0.4.1

v0.4.0

Choose a tag to compare

@grigoriev grigoriev released this 02 Sep 13:05
04871d9

What's Changed

  • chore(deps): pin caddy docker tag to 5f5c864 by @renovate[bot] in #25
  • chore(deps): update testing-library monorepo by @renovate[bot] in #26
  • chore(deps): update vitest monorepo to v4.1.11 by @renovate[bot] in #27
  • chore(deps): update dependency oxlint to v1.79.0 by @renovate[bot] in #28
  • chore(deps): update docker/setup-buildx-action action to v4.3.0 - autoclosed by @renovate[bot] in #29
  • chore(deps): update dependency vite to v8.2.2 by @renovate[bot] in #30
  • chore(deps): update dependency @vitejs/plugin-react to v6.1.0 by @renovate[bot] in #31
  • feat: give each torrent a start button and a live row by @grigoriev in #32
  • chore: bump version to 0.4.0 by @grigoriev in #33

Full Changelog: v0.3.0...v0.4.0

v0.3.0

Choose a tag to compare

@grigoriev grigoriev released this 19 Aug 17:10
c1c51d0

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

Choose a tag to compare

@grigoriev grigoriev released this 19 Aug 13:26
1451db1

What's Changed

Full Changelog: v0.0.6...v0.2.0

v0.0.6

Choose a tag to compare

@grigoriev grigoriev released this 17 Aug 19:35
642a5ca

Sign-in screen backed by the server session, and a sign-out button (#16).