Create the app icon and finalize versioning
App identity for both editions: the three-lane glyph
(rectangle.split.3x1.fill) over a gentle gradient - teal for base
Lanework, dark graphite for Lanework Pro - rendered as 1024 masters and
packaged down the full macOS ladder into each target's own iconset,
replacing the borrowed pathfinder icon.
The About window arrives via IndieAbout (0.2.x): icon, copyright,
version/build/date read from the Info.plist that update_build_info.sh
already stamps on every build (CFBundleVersion 160 = git commit count,
BuildDate, BuildHash - verified in the built product), the version line
opening the bundled CHANGELOG.md, and the new ISC LICENSE.md one
document link away. Both files are authored to the Apple
inline-Markdown subset (no # headings, single-line paragraphs) and
bundle into both editions.
CHANGELOG.md replaces its placeholder with the real 2.0 first-release
notes - one sentence per user-facing feature.
The About box is also an edition seam: base's EditionAbout carries the
one-line Pro signpost 12-editions.md allots ("Lanework Pro adds
git-backed board history and sync."), and the Pro target compiles its
own signpost-less twin instead of that file - the no-#if file-level
doctrine applied to a string. README gains the identity bullet.
1649 green on both schemes; verify-editions.sh 26/26.
Claude-Session: https://claude.ai/code/session_01SR4XGjmBE16ZUYWpfFHXwY
This commit is contained in:
+27
-1
@@ -1,3 +1,29 @@
|
||||
**July 2026**
|
||||
|
||||
Development begins — nothing user-facing yet.
|
||||
Version 2.0: Lanework's first release — a kanban app whose boards are ordinary folders of Markdown files on your Mac.
|
||||
|
||||
Edit a board from any other app, script, or AI agent and the open window updates live; outside edits are first-class, never overwritten.
|
||||
|
||||
Cards open in their own window with a formatted preview, a Markdown editor with checkable task lists, and a raw-source view.
|
||||
|
||||
Attach files to a card by dropping them onto its face or into its card window.
|
||||
|
||||
Drag cards and lanes to rearrange them, move or copy them between boards, or drop files from Finder to create new cards.
|
||||
|
||||
Cut, copy, and paste cards and lanes — within a board, across boards, or as plain text into other apps.
|
||||
|
||||
Deleted cards land in a trash lane you can show beside your lanes; drag a card out (or cut and paste it) to restore it.
|
||||
|
||||
Undo and redo cover every board action, including bringing back a deleted lane with all its cards.
|
||||
|
||||
Start new boards from ten bundled templates, or save any board as a template of your own.
|
||||
|
||||
Search filters the board as you type, and new cards you create clear the filter so they never vanish under it.
|
||||
|
||||
Style cards and lanes from a twelve-color palette, tint lanes with a band, and give each board its own background.
|
||||
|
||||
The whole app works from the keyboard — arrow-key navigation, drag-free card moves, and Full Keyboard Access on every control.
|
||||
|
||||
VoiceOver reads boards as lanes of cards, announces outside changes in one polite digest, and names a focused card that was deleted externally.
|
||||
|
||||
Every board gets a guide file teaching AI agents the folder format, kept up to date automatically.
|
||||
|
||||
Reference in New Issue
Block a user