chore: release main#58
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
release-please--branches--main
branch
from
July 21, 2026 21:17
0bb313b to
3e34de7
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
github-actions
Bot
force-pushed
the
release-please--branches--main
branch
5 times, most recently
from
July 22, 2026 13:45
faef62d to
16ec23d
Compare
github-actions
Bot
force-pushed
the
release-please--branches--main
branch
from
July 23, 2026 10:28
16ec23d to
36049d5
Compare
The auto-generated note carried commit 14adc2a's original footer verbatim, which said GRAYSCALE_8 was removed with no replacement. PR #70 (issue #19) renumbered it to library-local value 9 instead, so the note contradicted the 'restore GRAYSCALE_8' fix listed directly below it. Rewritten to describe the net change: value 7 -> SEVEN_COLOR, value 8 -> BWGBRY_SPLIT accepted, GRAYSCALE_8 renumbered 7 -> 9 (not removed). Changelog-only edit on the release branch; --no-verify because the python build hook is irrelevant to markdown and was rewriting Cargo.lock.
Contributor
Author
|
🤖 Created releases: 🌻 |
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.
🤖 I have created a release beep boop
epaper-dithering: 6.0.0
6.0.0 (2026-07-23)
⚠ BREAKING CHANGES
ColorSchemevalues 7 and 8 were realigned with protocol v2. Value 7 now decodes asSEVEN_COLOR(Spectra/ACeP 7-color), notGRAYSCALE_8— code or devices that hardcoded numeric value 7 to mean 8-level gray will now get 7-color inks. Value 8 (BWGBRY_SPLIT) is newly accepted where it previously raised.GRAYSCALE_8itself is not removed — it was renumbered to library-local value 9 and is fully supported (see issue Support for GRAYSCALE_8 (3-bit) and GRAYSCALE_16 (4-bit) modes #19); code using the nameColorScheme.GRAYSCALE_8/ColorScheme::Grayscale8keeps working, but its numeric value changed from 7 to 9. Value 9 is a library-local dithering target (e.g. Inkplate 10), not an OpenDisplay firmware wire value, and must never be sent to a device as acolor_scheme.Features
Bug Fixes
Performance Improvements
epaper-dithering-core: 5.0.0
5.0.0 (2026-07-23)
⚠ BREAKING CHANGES
ColorSchemevalues 7 and 8 were realigned with protocol v2. Value 7 now decodes asSEVEN_COLOR(Spectra/ACeP 7-color), notGRAYSCALE_8— code or devices that hardcoded numeric value 7 to mean 8-level gray will now get 7-color inks. Value 8 (BWGBRY_SPLIT) is newly accepted where it previously raised.GRAYSCALE_8itself is not removed — it was renumbered to library-local value 9 and is fully supported (see issue Support for GRAYSCALE_8 (3-bit) and GRAYSCALE_16 (4-bit) modes #19); code using the nameColorScheme.GRAYSCALE_8/ColorScheme::Grayscale8keeps working, but its numeric value changed from 7 to 9. Value 9 is a library-local dithering target (e.g. Inkplate 10), not an OpenDisplay firmware wire value, and must never be sent to a device as acolor_scheme.Features
Bug Fixes
This PR was generated with Release Please. See documentation.