Visible mid-merge builds and dedup'd triggers (v0.9.12)
Deployment bundle: the prune protection for queued/running builds and the manual-trigger dedup. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ group = "de.hoennig"
|
|||||||
// bump at least the patch version for every deployment — and only then, not per commit —
|
// bump at least the patch version for every deployment — and only then, not per commit —
|
||||||
// so the UI footer (BuildProperties), --version and the release notes identify what is
|
// so the UI footer (BuildProperties), --version and the release notes identify what is
|
||||||
// actually running; a deployment bundles whatever was committed since the last one
|
// actually running; a deployment bundles whatever was committed since the last one
|
||||||
version = "0.9.11"
|
version = "0.9.12"
|
||||||
|
|
||||||
java {
|
java {
|
||||||
toolchain {
|
toolchain {
|
||||||
|
|||||||
@@ -7,6 +7,16 @@
|
|||||||
<div th:replace="~{fragments :: nav(${view})}"></div>
|
<div th:replace="~{fragments :: nav(${view})}"></div>
|
||||||
<div class="panel release-notes">
|
<div class="panel release-notes">
|
||||||
|
|
||||||
|
<h2>v0.9.12 <span class="muted">— 2026-08-26</span></h2>
|
||||||
|
<ul>
|
||||||
|
<li>A build whose branch is deleted from origin mid-build (the usual fate of a merged
|
||||||
|
branch) no longer vanishes from the UI and history while it is still queued or
|
||||||
|
running — previously the queue looked stuck although a build was executing.</li>
|
||||||
|
<li>Triggering a build that is already queued or running for the same commit no longer
|
||||||
|
stacks a duplicate — an impatient double-click on <em>restart</em> now hits the
|
||||||
|
existing build. Re-running a finished build is unaffected.</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<h2>v0.9.11 <span class="muted">— 2026-08-14</span></h2>
|
<h2>v0.9.11 <span class="muted">— 2026-08-14</span></h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>At the end of each poll cycle, the local branch refs of the watched repository are
|
<li>At the end of each poll cycle, the local branch refs of the watched repository are
|
||||||
|
|||||||
Reference in New Issue
Block a user