chore(release): version packages - #1424
Merged
Merged
Conversation
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
frahlg
force-pushed
the
changeset-release/master
branch
4 times, most recently
from
September 25, 2026 08:06
cd5b6e9 to
f72dc9c
Compare
frahlg
force-pushed
the
changeset-release/master
branch
from
September 25, 2026 08:18
f72dc9c to
76f6744
Compare
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.
Releases
ftw@0.137.0
Minor Changes
Devices. It shows the release's own copy, the signed stable versions and any beta
newer than stable, each with a "What changed" link to the driver's history, and a
button to check the signed channels for new versions. The device line says where
the running driver comes from and whether a chosen version is kept across
updates;
ftw statussays the same. Update Center and System no longer list orrefresh drivers, and no new version lights up the header. Adding a device can
fetch driver types the release does not carry, from the driver channel or, marked,
from beta, in the same list.
Patch Changes
a newer version installed early is replaced once a release catches up. "Use
bundled" works again for drivers whose bundled file spells the id differently
from the channel (easee-cloud, easee_cloud), and installing such a driver
reaches the running device without a restart.
ftw statusnames the release'sown version beside an override. The beta driver channel honours
device_repository.enabled: false, and Update Center no longer offers an olderbeta driver as an update.
update brings a newer copy of that driver. The release's newer driver runs, and
if the update falls back or you run
ftw rollback, the older release runs yourpicked version again. Going back from a newer driver version to an older one
now counts as a choice and stays across updates.
ftw statusno longer creditsa driver version to a device that runs your own file of the same name from
another directory.
update brings a copy of the same or a newer version. At the first start of a new
release, Core retires such an install and runs the release's driver. An older
version chosen on purpose stays until the next release.
ftw statusnow liststhe version each configured driver runs and names any driver that is not the
release's own copy.
channel, for example
sungrowinstead ofsungrow-shxandeasee_cloudinsteadof
easee-cloud. Choosing a version under Settings → Devices now works for thesedrivers, "Use bundled" finds the release's copy, and installing a channel version
reaches the running device without a restart. The driver inventory sent to
Sourceful reports these ids. The bundled ESPHome DSMR driver is its real source
again; its published file used to report a wrong id.
reading. After every Core start, update or driver install, the watchdog sent the
driver its autonomous default a second time, 2–4 s after the start; an Easee
charger lost its charging current each time. A new driver now gets the watchdog
timeout from its start, and one that never reports still goes offline after it.