Releases: dmtrKovalenko/blendr
Releases · dmtrKovalenko/blendr
v1.3.3
Addressed windows command line arguments vulnerability see https://www.cve.org/CVERecord?id=CVE-2024-24576
v1.3.2
What's Changed
- Increase connection timeout
- Fail properly on discover services exception on windows
- Fix a tiny memory leak on lingering connections
- Add file logging which can be controlled by
--log-level
variable
Full Changelog: v1.3.1...v1.3.2
v1.3.1
chore(release): v1.3.1
v1.3.0
1.3.0
Features
- Display bluetooth MAC address for peripherals (not working on macos)
- Allow to sort all the list by names
- Improve the colors for displaying the main peripherals list
Fixes
- Fix crashing on unsafe subtract
- Fix not discovering services not certain platforms
Co-Authored by the watchers of the https://www.twitch.tv/james_gooose stream :)
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
- fix: Dependencies conflict between tui and ansi_to_tui (resolving cargo install problem)
- feat: Improve color displaying accross different terminal emulators by @dmtrKovalenko in #13
- feat: Add keybinding for focusing latest historical data by @dmtrKovalenko in #15
- chore(deps): Update dependencies by @dmtrKovalenko in #14
Full Changelog: v1.1.1...v1.2.0
v1.1.1
What's Changed
- feat: Historical navigation within one characteristic by @dmtrKovalenko in https://github.com/dfmtrKovalenko/blendr/pull/11
You can now support this project https://github.com/sponsors/dmtrKovalenko! Any donation is very welcome ❤️
Full Changelog: 1.0.0...v1.1.1
v1.1.0
What's Changed
- feat: Historical navigation within one characteristic by @dmtrKovalenko in https://github.com/dfmtrKovalenko/blendr/pull/11
You can now support this project https://github.com/sponsors/dmtrKovalenko! Any donation is very welcome ❤️
Full Changelog: v1.0.1...v1.1.0
v1.0.1
What's Changed
- chore(Cargo.toml): Link to the repository by @chrysn in #4
- fix: Stable list selection by @dmtrKovalenko in #8
- fix: Duplicated press events on Windows by @dmtrKovalenko in #9
New Contributors
Full Changelog: v1.0.0...v1.0.1
v1.0.0
fix: Publish command duplication