You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

137 lines
5.2 KiB

  1. # Changelog
  2. All notable changes to this package will be documented in this file.
  3. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
  4. and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
  5. ## [2.0.7] - 2019-03-06
  6. - Fix version parse for .NET 3.5
  7. ## [2.0.4] - 2018-12-02
  8. - Fix version conversion to support different CultureInfos
  9. ## [2.0.3] - 2018-10-10
  10. - When a preview package is installed, keep showing updates even if "Show Preview Packages" is not checked
  11. - When user as not already choose to show or hide Preview Packages:
  12. - If a preview package is already installed, "Show Preview Packages" is checked
  13. - If no preview packages are installed, "Show Preview Packages" is not checked
  14. ## [2.0.2] - 2018-10-04
  15. - Documentation Update
  16. - Update dialog title to "Unity Package Manager"
  17. ## [2.0.1] - 2018-09-14
  18. - Move undesired public classes to internal
  19. - Minor fix to the documentation
  20. ## [2.0.0] - 2018-09-10
  21. - Always mark a package as up to date when it's not installed
  22. - Add "Advanced" menu
  23. - Hide preview packages by default
  24. - Labelled packages with major version '0' as preview
  25. - Fixed cropped error message
  26. - Disabled downgrading Package Manager UI to incompatible versions
  27. - Updated docs to reflect the new UI
  28. - Fix incorrect verified tag on preview packages
  29. - UI Fixes:
  30. - Change mouse cursor when hovering over links
  31. - Tweak UI layout for better alignment
  32. - Fixed dropdown to work with 2018.3 editor
  33. - Updated style to reflect changes in VisualElements
  34. - Added packages serialization to avoid unnecessary refreshes
  35. - Enable "View Documentation" Button on built-in packages, and make it point to the url contained in the description string
  36. - Added persistent error icon when there are package add or remove errors
  37. - Filter by name, category, version and release tag
  38. - Show All Package by default
  39. - MenuDropdown for All packages/In project/Built-in
  40. - UI redesign
  41. - Remove sentence "This package is installed for..." and all other sentence regarding status of the package
  42. - Hide buttons for embedded, git and local packages
  43. - Display "No results for ""
  44. ## [1.9.9] - 2018-05-09
  45. - Only show user visible versions in the UI
  46. ## [1.9.8] - 2018-05-01
  47. - Fixed package to work with 2018.3
  48. - Deprecated 2018.1 because of its inability to update without error
  49. ## [1.9.6] - 2018-04-10
  50. - Added ability to choose a package version
  51. - Added loading indicator when retrieving package lists
  52. ## [1.9.5] - 2018-03-28
  53. - Optimize packages list loading
  54. - Fixes for UXML factories changes in Unity
  55. - UI Fixes:
  56. - "View changes" update position and label should say "View Changelog"
  57. - Packages list should not have padding
  58. - preview and verified tags should be lower case everywhere
  59. - the package displayed name should stay on 1 line
  60. ## [1.9.3] - 2018-03-11
  61. - Added caching for faster UI response time
  62. - Exposed APIs for the Package Manager UI extension mechanism
  63. ## [1.8.2] - 2018-03-02
  64. - Modified Tags to reflect new package workflow (Preview -> Released(no tag) -> Verified)
  65. ## [1.8.1] - 2018-02-23
  66. - Removed Recommended tag if package version is alpha, beta or experimental
  67. ## [1.8.0] - 2018-02-16
  68. - Removed support built-in packages
  69. - Fixed packages sorting in All tab
  70. - Fixed error reporting with an invalid manifest
  71. ## [1.7.2] - 2018-02-08
  72. - Fixed errors when an exception is thrown during an operation
  73. - Changed to only show "View Changes" when there is an update button
  74. - Fixed typos in dialog when updating package manager ui
  75. ## [1.7.0] - 2018-02-05
  76. - Added 'View Documentation' link to package details
  77. - Added 'View changes' link to package details
  78. ## [1.6.1] - 2018-01-30
  79. ### Fixes
  80. - When updating from 1.5.1, ask user to confirm close of window prior to update
  81. - Made window dockable
  82. - Reworked UI styles
  83. - Enhanced keyboard navigation
  84. ## [1.5.1] - 2018-01-18
  85. ### Fixes
  86. - Replaced VisualContainer by VisualElement in code and templates
  87. - Moved "Project->Packages->Manage" menu item to "Window->Package Manager"
  88. - Showed the latest version and description in tab "Install" instead of the current version
  89. - Added "Recommended" tag properly
  90. - Added "Go back to" when latest version is less than current one
  91. - Removed "Update to" when current version is greater than latest one. (case for embedded or local packages)
  92. - Replaced packages action button label:
  93. - "Install" instead of "Add" for packages
  94. - "Enable/Disable" instead of "Add/Remove" for built-in packages
  95. - Added "alpha", "beta", "experimental" and "recommended" tags support
  96. - Added loading progress while opening window
  97. - Added package description and display name update
  98. - Added extra messaging on package state
  99. - Performed Documentation update
  100. ## [1.3.0] - 2017-12-12
  101. ### Changes
  102. - Added assembly definition files
  103. - Forced SemVer to use .NetStandard
  104. - Fixed ValidationSuiteTests tests
  105. - Handled compatible versions returned in PackageInfo
  106. ## [1.2.0] - 2017-11-16
  107. ### Fixes
  108. - Fixed flickering test When_Default_FirstPackageUIElement_HasSelectedClass, use package only
  109. - Fixed documentation
  110. - Added Doxygen configuration file
  111. - Removed unused fields in package.json
  112. - Changed 'Modules' for 'Built In Packages'
  113. - Removed version display for Built In Packages
  114. ## [1.0.0] - 2017-11-10
  115. ### This is the first release of *Unity Package Manager UI*.