Skip to content

Commit

Permalink
Release bossa v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haata committed Oct 20, 2023
1 parent d91f9cc commit f7d2514
Showing 1 changed file with 31 additions and 9 deletions.
40 changes: 31 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,39 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v2.2.0 (2023-10-20)

### New Features

- <csr-id-d91f9ccc63132ab62b03d88fd7d33c1026a45435/> FlasherInfoRs.info() to print info like bossac --info

### Commit Statistics

<csr-read-only-do-not-edit/>

- 1 commit contributed to the release.
- 6 days passed between releases.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages

### Commit Details

<csr-read-only-do-not-edit/>

<details><summary>view details</summary>

* **Uncategorized**
- FlasherInfoRs.info() to print info like bossac --info ([`d91f9cc`](https://github.com/kiibohd/BOSSA/commit/d91f9ccc63132ab62b03d88fd7d33c1026a45435))
</details>

## v2.1.0 (2023-10-13)

### New Features

- <csr-id-1e44ef128812cce37e6ade4c1a435cd4438313ed/> FlasherInfoRs
- Convenient Rust struct to access FlasherInfo fields natively
* Includes unique_id() to get the string version of the unique id as
shown by bossa
- Rename mod bossa to lib (rust compiler gets confused with too many
bossa module/crates names)
- Add example on how to use FlasherInfoRs
* Includes unique_id() to get the string version of the unique id as
shown by bossa

### Commit Statistics

Expand All @@ -36,6 +58,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- FlasherInfoRs ([`1e44ef1`](https://github.com/kiibohd/BOSSA/commit/1e44ef128812cce37e6ade4c1a435cd4438313ed))
</details>

<csr-unknown>
Rename mod bossa to lib (rust compiler gets confused with too manybossa module/crates names)Add example on how to use FlasherInfoRs<csr-unknown/>

## v2.0.0 (2023-10-12)

<csr-id-a96c5a09328b7839507bda60556290d7092345c7/>
Expand All @@ -59,7 +84,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- CXX Rust wrapper around bossa so it can be statically linked library
into rust utilities (this is useful for Windows applications rather
than relying on external processes).
* To get the rust wrapper to work some C++ changes were necessary to
* To get the rust wrapper to work some C++ changes were necessary to
cleanup the api. This probably would have been easier if the wider
C++ apis were const'd correctly but I err'd on the side of minimal
changes.
Expand Down Expand Up @@ -135,9 +160,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed bug in bossash mrf command submitted by fjhenigman ([`260d9e8`](https://github.com/kiibohd/BOSSA/commit/260d9e854f9af9517465bb05cd5c0017e0788a27))
</details>

<csr-unknown>
bossac tries to be as close as possible to the C++ version of bossac(including cli args)Does not expose the complete bossa library api (only those necessaryfor bossac)An equivalent bossash should be possible, but I don’t really use it soleaving it open to future contributions.The bossa WxWidgets utility is more difficult, but might be possiblewith https://github.com/kenz-gelsoft/wxRust2.Personally, I would probably recommend https://github.com/KDAB/cxx-qt.But I don’t really use either so I’ll leave these as open to futurecontributions.The existing C++ binaries should continue to function/buildFix formbuilder warning (info)Update wxWidgets mostly to 3.2<csr-unknown/>

## v1.9.1 (2018-08-23)

### Commit Statistics
Expand Down

0 comments on commit f7d2514

Please sign in to comment.