Skip to content

Commit 556e4a3

Browse files
committed
readme V.1.3.0
1 parent a76b201 commit 556e4a3

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -259,20 +259,22 @@ If you are using a current version of ESP IDF, you will receive compile errors l
259259

260260
## Change History
261261

262-
Master
262+
V.1.3.0
263263
- provide get_connection_status() method
264264
- provide end() method to shut down bluetooth
265265
- add compile time switch for new ESP IDF
266266
- provide set_discoverability() to change BT discovery mode (only for current ESP IDF)
267267
- add additional flag in set_stream_reader to deactivate i2s
268268
- Remove includes of Arduino.h to highlight independence of Arduino API
269269
- New examples with LED and auto shut down on idle
270-
- Implement mono downmix
271270
- Clean up compile warnings so that build with warnings ALL will succeed
272271
- Example with set_pin_config
273-
- bluetooth devices with address starting 00 did not auto reconnect
274-
- expand to 24 or 32 bits using i2s_config.bits_per_sample
272+
- Correction - Bluetooth devices with address starting 00 did not auto reconnect
273+
- Implement mono downmix thanks to [rbuehlma](https://github.com/rbuehlma)
274+
- expand to 24 or 32 bits using i2s_config.bits_per_sample thanks to [riraosan](https://github.com/riraosan)
275+
- Tracknumber and TrackCount added to Metadata thanks to [alexus2033](https://github.com/alexus2033)
275276
- Correction which allows restart after calling end() thanks to [alexus2033](https://github.com/alexus2033)
277+
- Add method to disconnect current connection thanks to [ashthespy](https://github.com/ashthespy)
276278

277279
V.1.2.0
278280
- Metadata support with the help of a callback function - Thanks to [JohnyMielony](https://github.com/JohnyMielony)

0 commit comments

Comments
 (0)