Cut 1.6.0: shapes, connectors, text, selection by area, and a grid - #140
Merged
Merged
Conversation
Three entries: the Insert tab, selection by area, and the background grid. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
… log Decision 31, the shipped status on the plan, and the current version in TODO.md. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
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.
Pull request 7 of the 1.6.0 plan in
docs/design-objects.md: the release cut. The fivefeatures are on
main— the grid (#134), selection by area (#135), text labels (#136),shapes and the Insert tab (#137), and connectors (#139) — and none of them touched the
prose, so this is where a person is told what they got. #138, the native editable export,
must merge before this one: the release notes and the guide both say shapes and labels
leave as objects in a deck and a PDF, which is true once it lands.
VersionPrefixgoes 1.5.2 → 1.6.0, soCHANGELOG.mdgains the matching section and theRelease notes check applies to this pull request.
./scripts/release-notes.ps1 -Mode Verify -Version 1.6.0passes, anddotnet build Whiteboard.sln -c Releaseis clean.What it affects
CHANGELOG.md— one## 1.6.0 - 17 September 2026section with three entries, whichis the shape of 1.5.0 (3), 1.5.1 (1) and 1.5.2 (2): the Insert tab with shapes,
connectors and text, selection by area, and the grid. The toolbar preference is one
sentence inside the first entry rather than a fourth entry, because it is where somebody
meets it. The first entry also carries the one thing a person deciding whether to upgrade
has to know: a board holding any of the new objects does not open in 1.5.x.
README.md— three bullets in Included in the application, seven rows inControls, the Preferences lists in the bullet and in the table, and the containers
paragraph, which now says shapes and labels are containers and that a shape is picked up
by its outline.
site/guide.html— a new Shapes, connectors, and text section after Text andcode, a paragraph on area selection under Containers, one sentence on the grid under
Navigation, and the Insert tab named in the command-strip section.
site/shortcuts.html— Insert, Lasso and Grid rows, the rubber band and Ctrl-to-add,and the Alt-mnemonic row extended with Alt+I, Edit L, View G, and Insert T.
site/index.html— two feature tiles, shapes/connectors/text and select by area.docs/decisions.md— decision 31, why design objects are ordinary board objects,why a shape is taken by its outline, and why the grid is an application preference. The
rest stays in
docs/design-objects.md, whose status line is now shipped in 1.6.0.TODO.md— the current version, which still said 1.3.0, and what 1.6.0 left out.Readings taken, since nobody could be asked
site/compare.htmlis untouched. It has no row saying Whiteboard lacks shapes, text,a grid or multi-select; the nearest, Ink and objects, is a statement about strokes
travelling with a container and is still true. The brief said to change such cells and
nothing else, so nothing else changed.
site/faq.htmlis untouched. No answer on it became wrong.README.mdis untouched. TheCorebullet names no types — itsays "world geometry, camera math, retained board objects, commands, hit testing" — so
there was no list for
ShapeGeometry,ConnectorGeometryandRotatedRectangleto join,and the brief said to leave it alone in that case.
list: Escape already had one, and a second would contradict it.
site/changelog.htmlis untouched, as it is generated fromCHANGELOG.mdatdeployment.
🤖 Generated with Claude Code