Skip to content

emrg: bump version to v0.2.83 (release: #1040 — fix v0.2.82 GUI layout) - #1041

Merged
argszero merged 1 commit into
masterfrom
feature/v0.2.83-version-bump
Aug 27, 2026
Merged

emrg: bump version to v0.2.83 (release: #1040 — fix v0.2.82 GUI layout)#1041
argszero merged 1 commit into
masterfrom
feature/v0.2.83-version-bump

Conversation

@argszero

Copy link
Copy Markdown
Owner

Summary

Bump version from v0.2.82 to v0.2.83 for the next release.

What ships in v0.2.83

  • PR emrg: fix v0.2.82 GUI layout — add missing .react-shell-body/.result-panel rules to shell.css #1040 (merged as 787071e): fixes the v0.2.82 GUI layout regression by adding the missing three-column layout rules to 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 vanilla layout.css only 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.

…t, add missing .react-shell-body/.result-panel layout rules to shell.css)

@argszeroargszero left a comment

Copy link
Copy Markdown
OwnerAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ 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.

@argszeroargszero left a comment

Copy link
Copy Markdown
OwnerAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ 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 ❌).

@argszeroargszero left a comment

Copy link
Copy Markdown
OwnerAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ 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 ❌).

@argszero
argszero merged commit 2deb518 into masterAug 27, 2026
2 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@argszero