Release 1.4.0#27
Merged
Merged
Conversation
Bump version to 1.4.0 and roll the CHANGELOG [Unreleased] section into [1.4.0] - 2026-05-31. Highlights: two-way atom selection (3D <-> XYZ viewer) with one-click insertion into the ElemCo.jl editor; xtb (g-xTB) energy/optimization with a "relax only selected atoms" constrained-optimization option; quiet terminal output by default. Internally, index.html was split into css/styles.css and per-feature js/ modules. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Release preparation PR that bumps the application version from 1.3.0 to 1.4.0 and finalizes the changelog entry for the new release. The changes are limited to version metadata and documentation — no code changes are included.
Changes:
- Bump
versioninpackage.jsonfrom1.3.0to1.4.0. - Roll the previously
[Unreleased]"Changed" content into a new## [1.4.0] - 2026-05-31section inCHANGELOG.md, add the "split into css/js modules" note, and leave a fresh empty[Unreleased]heading.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Version bump 1.3.0 → 1.4.0 (single source of truth). |
| CHANGELOG.md | New [1.4.0] - 2026-05-31 section with Added/Changed entries; empty [Unreleased] preserved. |
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.
Prepares the 1.4.0 release.
Changes
package.json: version1.3.0→1.4.0(single source of truth;npm run check-versionpasses and confirms it propagates to the UI viawindow.appVersion).CHANGELOG.md: rolled[Unreleased]into## [1.4.0] - 2026-05-31, leaving a fresh empty[Unreleased].What's in 1.4.0
Added
$fixblock.Changed
--verbose/JLMOL_DEBUG=1).index.htmlsplit intocss/styles.cssand per-featurejs/modules (no user-facing change).Release steps after merge
This is version/changelog only — no code changes. Once merged, the
v1.4.0tag is pushed tomain, which triggers.github/workflows/release.ymlto build the Windows/Linux installers and create a draft GitHub release.🤖 Generated with Claude Code