github vavallee/bindery v1.2.2
v1.2.2 — Fixed

latest releases: v1.18.0, v1.17.1, v1.17.0...
one month ago

Fixed

  • Calibre "Push all to Calibre" button state now matches Test-connection result (#342) — the button was enabled even when the last connectivity test failed, allowing pushes to silently no-op against an unreachable bridge. It now stays disabled until a successful test in the current session.
  • Download client host field no longer double-schemes the URL (#353) — if a user typed https:// or http:// in the Host field, the downloader prepended the scheme a second time, producing https://https://… and causing every connection attempt to fail. The host is now stripped of any leading scheme before the URL is assembled.
  • CSP nonce now injected server-side (#353) — the inline <script> tag in index.html used a static placeholder nonce that never matched the server-generated nonce, causing the theme-initialisation script to be blocked by Content-Security-Policy in strict environments. The nonce is now written by the Go server at request time.
  • Docker image tags now include v-prefixed semver variants (#353) — the CI metadata action was missing type=semver,pattern=v{{version}}, so only bare 1.2.x tags were pushed to ghcr.io. Both 1.2.x and v1.2.x are now available.
  • Version string in footer links to the GitHub releases page (#356) — clicking the version badge now opens the corresponding release regardless of whether the string is a semver, v-prefixed semver, or dev-<sha>.

Don't miss a new bindery release

NewReleases is sending notifications on new releases.