diff --git a/CHANGES.txt b/CHANGES.txt index f3662e25..5e4f1a53 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,13 @@ += 1.7.0 = +iOS: Prevent API warnings on iOS if Bluetooth is disabled during timed scan +iOS: Ensure scan timeout is cleared and reset when new scans are started +Android: Ensure scan timeout is cleared and reset when new scans are started +Standardise all scans to go via scanWithOptions +Add duration flag (in seconds) to scan with options +CI: Create GitHub Cordova & Capacitor Actions (#969) +Documentation: update readme with info for advertisement parsing module +Documentation: Detail capacitor installation instructions + = 1.6.3 = Android: Implement manual bond control on #605 #843 diff --git a/README.md b/README.md index c756387c..de323646 100644 --- a/README.md +++ b/README.md @@ -1443,20 +1443,20 @@ Run the app on your phone 1. `npm version prepatch --preid=alpha` 2. Align `plugin.xml` version with npm version -3. `npm publish --tag alpha --registry=https://registry.npmjs.org` +3. `npm publish --tag alpha` ## Release 1. `npm version patch` 2. Align `plugin.xml` version with npm version -3. Update release notes -4. `npm publish --registry=https://registry.npmjs.org` +3. Update release notes based on `git log --oneline --no-merges ...master` +4. `npm publish` -## Release (lean) +## Release (slim) 1. `git merge master` 2. Align `package.json` and `plugin.xml` versions -3. `npm publish --tag lean --registry=https://registry.npmjs.org` +3. `npm publish --tag slim` # Nordic DFU