changelogs.txt 4.0 KB

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