From fbd0207b7e47c6d3b3512b980d65d2bcca9794e8 Mon Sep 17 00:00:00 2001 From: Sebastian Hildebrandt Date: Tue, 25 Oct 2022 07:23:41 +0200 Subject: [PATCH] =?UTF-8?q?bluetooth()=20adapted=20parsing=20to=20accept?= =?UTF-8?q?=C3=BC=20also=20new=20profile=20(mac=20OS)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + LICENSE | 2 +- README.md | 2 +- docs/bluetooth.html | 2 +- docs/copyright.html | 2 +- docs/history.html | 5 +++ docs/index.html | 4 +-- lib/bluetooth.js | 78 +++++++++++++++++++++++++++++++++++---------- lib/processes.js | 75 +++++++++++++++++++++++-------------------- lib/usb.js | 32 ------------------- 10 files changed, 114 insertions(+), 89 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccdc1db..968a28e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -80,6 +80,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page. | Version | Date | Comment | | ------- | ---------- | --------------------------------------------------------------------------------------------------- | +| 5.12.10 | 2022-10-25 | `bluetooth()` adapted parsing to acceptü also new profile (mac OS) | | 5.12.9 | 2022-10-24 | fix typescript typings, code cleanup, docs updated | | 5.12.8 | 2022-10-23 | `processes()` fix truncated commands (windows) | | 5.12.7 | 2022-10-15 | `versions()` fix postgres | diff --git a/LICENSE b/LICENSE index 72cc9fe..1ef622c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2014-2021 Sebastian Hildebrandt +Copyright (c) 2014-2022 Sebastian Hildebrandt Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/README.md b/README.md index b80bb88..13e9008 100644 --- a/README.md +++ b/README.md @@ -1024,7 +1024,7 @@ All other trademarks are the property of their respective owners. >The [`MIT`][license-url] License (MIT) > ->Copyright © 2014-2021 Sebastian Hildebrandt, [+innovations](http://www.plus-innovations.com). +>Copyright © 2014-2022 Sebastian Hildebrandt, [+innovations](http://www.plus-innovations.com). > >Permission is hereby granted, free of charge, to any person obtaining a copy >of this software and associated documentation files (the "Software"), to deal diff --git a/docs/bluetooth.html b/docs/bluetooth.html index d0f0fdf..8943a8f 100644 --- a/docs/bluetooth.html +++ b/docs/bluetooth.html @@ -30,7 +30,7 @@