Merged
Conversation
Copilot
AI
changed the title
[WIP] [PR-183] Prepare release v26.3.1 and update CHANGELOG
Release v26.3.1
Mar 14, 2026
jgphilpott
approved these changes
Mar 14, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Release bookkeeping for v26.3.1, updating the project version and documenting the included changes since v26.3.0.
Changes:
- Bump package version from
26.3.0to26.3.1(package + lockfile). - Add v26.3.1 release notes to
CHANGELOG.mdand update compare links.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Updates the published package version to 26.3.1. |
| package-lock.json | Keeps lockfile metadata in sync with the new version. |
| CHANGELOG.md | Adds the 26.3.1 entry and updates release/Unreleased comparison links. |
You can also share your feedback on Copilot code review. Take the survey.
| - Root cause: removing the 10% size-ratio lower bound (PR #182) allowed interior hole paths to pass all remaining `findCoveredRegions` checks | ||
| - Fix: after the boundary-touch check, each candidate's bounding-box centre is tested against all other `regionCandidates` using a bounding-box pre-filter + `pointInPolygon`; an odd nesting count identifies the candidate as a hole/cavity and skips it | ||
| - Even-odd rule handles arbitrarily deep nesting (`structure → hole → structure → …`) and correctly preserves lego-stud detection from PR #182 | ||
| - Dome GCode examples regenerated; regression test added to `cavity.test.coffee` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Second release of March 2026, covering 4 PRs (#184–#187) merged since v26.3.0.
Version
package.json:26.3.0→26.3.1CHANGELOG highlights
Added
saveFolderStates/loadFolderStatesinstate.js;trackFolderhelper avoids private lil-gui internals; cleared on full reset@keyframes spin-oncewithanimationendcleanuppositionMeshOnBuildPlate()called on load, rotation drag-end, and printer change;getBuildPlateDimensions()with localStorage + preset table fallback;updateBuildVolume()rebuilds axes/grid in-place preserving event listenersFixed
"Unknown"(fix: correct package.json require path in codeMetadata (version always "Unknown") #186) —require('../../package.json')→require('../../../package.json')incoders.coffee; metadata test now asserts actualpkg.versionfindCoveredRegions(cavity.coffee) skips candidates whose bbox centre has odd containment count (i.e. hole paths); preserves lego-stud detection from Fix: small covered regions (e.g. lego studs) not detected as fully covered on transition layers #182💬 Send tasks to Copilot coding agent from Slack and Teams to turn conversations into code. Copilot posts an update in your thread when it's finished.