Conversation
… PID viz - Core: IdSectionDef / get_sections() for nibble-level productId splitting; DEFAULT_ID_SECTIONS matches EncryptBIN convention (custom_id/hw_id/license_id/unique_id) - CLI: sld fetch --section NAME=VALUE replaces --license/--unique; config show includes all http.* and product_id.sections fields - GUI: redesigned Server Settings dialog — scrollable section editor with live colour-coded 16-nibble strip (full-width QPainter widget, inclusive end display, position-based overlap prevention); URL path structure panel with ordering and live preview - Security: keyring promoted to required dependency; HTTP password always stored in OS keychain, never written to config.ini; legacy plaintext auto-migrated - Protocol: wire header reduced 48 B → 44 B (prevAppVersion stripped from CMD_START); DEVICE_HEADER_SIZE = 44 - FirmwareIdentifier redesigned to dict-backed immutable class with __getattr__
A protocol change in v2.0.0 reduced the UART wire header from 48 → 44 bytes, making the tool pairing version-locked. Added a compatibility matrix to README and a cross-reference callout in the User Guide prerequisites.
black reformat, mypy no-any-return fixes in FirmwareIdentifier, ruff/flake8 F402 loop variable shadowing, RUF046 redundant int(), N802 noqa on paintEvent, remove stale type: ignore comments.
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.
No description provided.