emrg: bump version to v0.2.83 (release: #1040 — fix v0.2.82 GUI layout) - #1041
Conversation
…t, add missing .react-shell-body/.result-panel layout rules to shell.css)
argszero
left a comment
There was a problem hiding this comment.
✅ LGTM — cycle 135750. Pure version-only bump v0.2.82→v0.2.83 across the same 8 files as #1039 (emrg/init.py, emrg/gui/package.json + package-lock.json, packaging/build-runtime.sh, packaging/make-installer.sh, packaging/make-run-installer.sh, pyproject.toml, uv.lock). Diff is 9 insertions / 9 deletions, no functional change. Verified import reports 0.2.83 and CLI --version shows 0.2.83. CI 33044375355 green (test + test-windows), MERGEABLE.
argszero
left a comment
There was a problem hiding this comment.
✅ LGTM — cycle 140946. Re-verified head 0a6b3ee (unchanged): 8-file pure version-only bump v0.2.82→v0.2.83 (9 insertions / 9 deletions, same file set as #1039). Confirmed no functional changes (grep of the diff finds only version string substitutions). init.py and pyproject.toml both report 0.2.83 on this branch. CI 33044375355 green (test + test-windows), MERGEABLE/CLEAN. 2 consecutive ✅ from distinct cycles (135750 → 140946, no ❌).
argszero
left a comment
There was a problem hiding this comment.
✅ LGTM — cycle 141703. Re-verified head 0a6b3ee (unchanged): 8-file pure version-only bump v0.2.82→v0.2.83 (9 insertions / 9 deletions, same file set as #1039). Diff grep confirms only version string substitutions, no functional change. CI 33044375355 green (test + test-windows), MERGEABLE/CLEAN. 3 consecutive ✅ from distinct cycles (135750 → 140946 → 141703, no ❌).
Uh oh!
There was an error while loading. Please reload this page.
Summary
Bump version from v0.2.82 to v0.2.83 for the next release.
What ships in v0.2.83
renderer/src/shell.css—.react-shell-body(flex row),.react-shell-sidebar(264px column flex),.result-panel(280px right sidebar),.result-panel.collapsed,.result-panel.dragging. Root cause: React migration uses class selectors (.react-shell-*) while vanillalayout.cssonly styles ID selectors (#app/#sidebar/#result-panel).Change
Pure version-only bump across 8 files (9 insertions / 9 deletions):
emrg/__init__.py,emrg/gui/package.json,emrg/gui/package-lock.json,packaging/build-runtime.sh,packaging/make-installer.sh,packaging/make-run-installer.sh,pyproject.toml,uv.lock.