changelogs.txt 3.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. + 5.4.5
  2. - Fix bug on iOS and macOS causing app crash
  3. + 5.4.4
  4. - RSSI value available when scanning for devices
  5. - Fix bug causing OnConnectionFailed event for fired on MacOS and iOS
  6. + 5.4.3
  7. - Minor Changes
  8. + 5.4.2
  9. - Improvement for multi-device connection on macos and ios
  10. - fix compilation problem for ios and native android
  11. - misc minor bug fixes
  12. + 5.4.1
  13. - Support for BLE on Android 10
  14. + 5.4.0
  15. - Fix bug in android causing all bluetooth instances to disconnect if one gets disconnected
  16. - Allow to use BLE inside Unity editor during development
  17. - Minor improvements
  18. + 5.3.1
  19. - fix for windows platform causing unity to hang
  20. - bug fix for android causing previously found devices to appears in the next scan even when not available.
  21. + 5.3.0
  22. - ability to implement custom Stream Manager
  23. - performance improvements on android
  24. - bug fixed for all platforms causing empty scan results afteer disconnection
  25. - add getGattServices function to return peripheral gatt services list.
  26. + 5.2.2
  27. - minor improvements for ios
  28. - fix bug with terminator based stream for all platforms
  29. + 5.2.1
  30. - fix bug in android
  31. - fix bug on mac and ios causing not invoking connected after disconnecting
  32. - additional demo scene
  33. + 5.2.0
  34. - Ability to connect to multiple bluetooth devices, simply call GetNewInstance to get a new bluetoothHelper object
  35. - setTxCharacteristic and setRxCharacteristic, two functions added to define in and out characteristic for BLE in case
  36. you need to use provided stream managers
  37. - getPairedDevicesList function used to get all paired devices
  38. + 5.1.5
  39. - Fix editor crashing occasionally on macos
  40. - Enhanced compatibility for BLE for app platforms
  41. + 5.1.4
  42. - Fix bug causing \0 to append to all terminator based sent messages starting version 5.1.2 affecting all platforms
  43. - Improvements for UWP.
  44. + 5.1.3
  45. - Fix bug found in latest version prefenting macos and ios from receiving data
  46. - Enhancements for multiscene functionalities
  47. + 5.1.2
  48. - Urgent update for all platforms
  49. + 5.1.1
  50. - Fix problem on android causing the inability to subscribe to multiple characteristics
  51. - Minor changes for better performance
  52. + 5.1.0
  53. - Add support for sending/receiving messages with custom gatt services, characteristic for BLE on UWP
  54. + 5.0.4
  55. -Fix bug causing unity app/editor to crash on ios/macos
  56. + 5.0.3
  57. - add read characteristic feature
  58. + 5.0.2
  59. - MacOS and iOS not sending Data
  60. + 5.0.1
  61. - Fixed unexpected behaviour for iOS.
  62. + 5.00
  63. - Add support for sending/receiving messages with custom gatt services, characteristic for BLE (Android, MacOS and iOS)
  64. - Fix various bugs.
  65. - support for custom gatt characteristics for UWP very soon
  66. + 4.85
  67. - Fix bug resulting problems when using the plugin across multiple scenes on Android
  68. + 4.8
  69. - Fix bug resulting problems when using the plugin across multiple scenes
  70. + 4.7
  71. - Fix bug affecting binary data transmission in presence of null byte.
  72. - Add ReadBytes method.
  73. + 4.6
  74. - Add IsBluetoothEnabled method for Android, iOS, MacOS to test is bluetooth is turned on.
  75. - Add EnableBluetooth method for Android to turn ON/OFF bluetooth.
  76. + 4.5
  77. - Fix bug affection iOS and MasOS : duplicate results when scanning multiple times.
  78. + 4.4
  79. - Fix bug resulting distinct messages being concatenated affecting some Android, iOS and MacOS users.
  80. + 4.3.1
  81. - Add fix for a bug on Android version occurring with some bluetooth modules.
  82. + 4.3
  83. - Add support for Bluetooth Classic for UWP.
  84. - Add new stream mode FixedLengthStream.
  85. + 4.2.6
  86. - Fix (Library not imported) on MacOS.
  87. + 4.0
  88. - isDeviceFound is now isDevicePaired.
  89. - stopListening is now Disconnect.