uIntelliSense - Changelog.txt 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. 1.7.2.0:
  2. - Added Unity 2017.1 support.
  3. 1.7.1.2:
  4. Visual Studio extension:
  5. - Fixed error messages in Unity Scripting Reference window on Unity 5.6.1p1.
  6. 1.7.1.1:
  7. Unity tool:
  8. - Fixed crash on Unity 5.6.1p1.
  9. 1.7.1.0:
  10. Unity tool:
  11. - Improved Unity 5.6 support.
  12. - Fixed occasional error messages in console when Visual Studio Tools for Unity are used.
  13. Visual Studio extension:
  14. - Fixed warning about possible incompatibility when installing into Visual Studio 2017.
  15. - uIntelliSense now requires Internet Explorer 9 or newer to be installed.
  16. 1.7.0.0:
  17. Unity tool:
  18. - Unity 5.5 support.
  19. - Fixed documentation data not being updated when Visual Studio Tools for Unity is used.
  20. - Added support for EditorTestsRunner and HoloLens documentation.
  21. - Added "Generate Narrow Tooltips" option that limits the size of a single tooltip line. Useful for Visual Studio.
  22. - Minor fixes and improvements.
  23. Visual Studio extension:
  24. - Preliminary Visual Studio 2017 support.
  25. - Improved Quick Search performance and accuracy.
  26. 1.6.0.4:
  27. Unity tool:
  28. - Unity 5.4b10 support.
  29. 1.6.0.3:
  30. Unity tool:
  31. - Fixed UnauthorizedAccessException on OS X El Capitan.
  32. 1.6.0.2:
  33. Unity tool:
  34. - Fixed file operations failing when Unity was started with administrator rights.
  35. 1.6.0.1:
  36. Visual Studio extension:
  37. - Minor Quick Search fixes.
  38. 1.6.0:
  39. Unity tool:
  40. - Added support for Unity IAP and Unity Ads documentation.
  41. - Preliminary support for Unity Linux Editor.
  42. - Menu items are now in a separate .cs file for customizability.
  43. - Fixed original IntelliSense XML files not backing up properly on Unity 5.2+.
  44. - Minor fixes and improvements.
  45. Visual Studio extension:
  46. - Added Unity message methods icons for AssetPostprocessor, AssetModificationProcessor, ScriptableWizard.
  47. - Fixed error spam when not able to retrieve the base class of the class.
  48. - Fixed Unity message methods with parameters of Unity types being unavailable.
  49. - Fixed "Open In Scripting Reference" not working in Visual Studio 2012 and 2013 for Unity message methods.
  50. - Improved Quick Search ranking algorithm.
  51. - Minor fixes and improvements.
  52. 1.5.1:
  53. Visual Studio extension:
  54. - Fixed Unity message methods with parameters of Unity types being unavailable.
  55. - Fixed Ctrl+' not working again after being used on non-Unity symbol.
  56. 1.5.0:
  57. Unity tool:
  58. - Improved compatibility with Unity 5.2.
  59. - Parsing improvements, generates cleaner data now.
  60. - Greatly improved handling of UAC on Windows and users with limited access on OS X.
  61. - Fixed "Uninstall uIntelliSense data" button always being enabled on Unity 5.1 and newer.
  62. - Original documentation data is now automatically backed up when generating uIntelliSense documentation and restored when deleting (Unity 5.1 and newer).
  63. - Fixed error message spam caused by Visual Studio locking the documentation data files when Visual Studio Tools for Unity is used.
  64. - Fixed being unable to install documentation data if current project had path with Unicode symbols in it.
  65. - Generally better handling of errors and some edge cases.
  66. Visual Studio extension:
  67. - Fixed invisible labels in extension settings.
  68. - Fixed crash when opening a document that has no path.
  69. - Automatically scale the Quick View window according to system DPI settings.
  70. - Added support for Back/Forward mouse buttons and Ctrl+Left/Right Arrow in the Quick View tool window for navigation.
  71. - Quick View window can’t now be used as a drag-n-drop target.
  72. - Fixed some color scheme issues in Quick View tool window.
  73. - Fixed infinite loop when base class of the class that is currently edited couldn’t be detected.
  74. - Added MonoBehaviour.OnTransformParentChanged and MonoBehaviour.OnTransformChildrenChanged to the list of message methods.
  75. - "Open In Scripting Reference" now works with Unity message methods.
  76. - "Open In Scripting Reference" now opens type documentation if no documentation for constructor was found.
  77. - Added "Default zoom" value to the settings, allows setting the initial zoom in Quick View tool window.
  78. - Increased search results count limit from 50 to 75 in Quick Search.
  79. - Performance improvements.
  80. 1.4.3:
  81. - Fixed Unity 5.1 compatibility issues.
  82. - Added support for UNet and Analytics documentation.
  83. - Stability improvements in Visual Studio Extension.
  84. 1.4.2:
  85. - Fixed Unity 5.0.1 compatibility issue.
  86. - Fixed a regression in Visual Studio Extension that made default Internet Explorer context menu show up instead of a custom one in Quick View window.
  87. - Stability improvements in Visual Studio Extension.
  88. 1.4.1:
  89. - Fixed an issue that lead to some files not being copied when UAC is active.
  90. 1.4.0:
  91. - Improved Unity 5 support.
  92. - Added downloading of .NET classes documentation for OS X.
  93. - Added theme support for Visual Studio Extension. It automatically adapts for the current Visual Studio theme.
  94. - Visual Studio Extension now saves the scrolling position when navigating in history or refreshing the page.
  95. - Improved operation of Visual Studio Extension when working on projects generated by Visual Studio Tools for Unity.
  96. - Removed navigation sounds in Visual Studio Extension when Internet Explorer 8 is installed in the system.
  97. - Adjusted security policy, Internet Explorer information bar should not appear anymore.
  98. - Stability improvements.
  99. 1.3.0.3:
  100. - Stability improvements.
  101. 1.3.0.2:
  102. - Added support for using Visual Studio Tools for Unity with Visual Studio in a virtual machine on OS X.
  103. 1.3.0.1
  104. - Fixed a rare crash in Visual Studio Extension when parsing page without Boo examples.
  105. 1.3.0
  106. - Improved documentation parsing and generation.
  107. - Improved UI workflow of Visual Studio Extension.
  108. - Fixed some rare crashes in Visual Studio Extension.
  109. - Fixed Visual Studio Extension crashing when Internet Explorer 8 was used in the system.
  110. - Fixed a possible crash on Unity 4.5.
  111. 1.2.0.1:
  112. - Fixed an exception when trying to generate documentation data on Unity 4.5.
  113. 1.2.0:
  114. - Major parsing improvements. Much more data is now retrieved.
  115. - Added Visual Studio extension with various documentation-related features.
  116. - Added "exception" and "seealso" elements support in XML documentation data.
  117. - Improved "see" element handling.
  118. - Added an option to uninstall uIntelliSense data.
  119. - Improved compatibility with User Access Control on Windows.
  120. - UI improvements.
  121. - Major internal code improvements for better operation.
  122. 1.1.2:
  123. - Fixed a rare NullReferenceException on OS X.
  124. 1.1.1:
  125. - Minor interface fixes and changes.
  126. 1.1.0:
  127. - Added experimental Unity 5 Beta support (tested on Beta 14).
  128. 1.0.2:
  129. - Fixed a rare issue when menu wasn't showing up after importing uIntelliSense into an existing project.
  130. 1.0.1:
  131. - Fixed generator window being shown garbled on some machines.
  132. - UnityVS compatibility wasn't actually working. This is fixed now.
  133. - Fixed some minor parsing bugs.
  134. 1.0
  135. - Initial release.