Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,14 @@ All notable changes to bbcom are documented here. The format is based on

## [Unreleased]

## [1.1.0] - 2026-08-28

### Fixed

- Protocol parser TX/RX list now scrolls inside the session display area instead
of being clipped to about fourteen rows. HEX/RAW dump falls back to the frame
payload when `transportData` is empty, and SMP correlation reads the full
shared TX/RX timeline.
- MCUmgr reset-disconnect unit test now uses `std::io::Error::other`, so Clippy
`-D warnings` on the Quality workflow passes again.

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bbcom",
"private": true,
"version": "1.0.4",
"version": "1.1.0",
"type": "module",
"packageManager": "pnpm@11.11.0",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bbcom"
version = "1.0.4"
version = "1.1.0"
description = "Serial Port Assistant"
edition = "2024"
rust-version = "1.97"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2.0.0",
"productName": "bbcom",
"version": "1.0.4",
"version": "1.1.0",
"identifier": "com.bbcom.app",
"build": {
"beforeDevCommand": "pnpm run tauri:before-dev",
Expand Down