Skip to content

Latest commit

 

History

History
77 lines (52 loc) · 2 KB

CHANGELOG.md

File metadata and controls

77 lines (52 loc) · 2 KB

Changelog

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

[1.3.0] - 2023.05.29

Added

  • import timeout to module installer #70
  • Add new setup guide window #71
  • added function for folder size in MB #72

Fixed

  • various editor window layout fixes #73

[1.2.0] - 2023.04.18

Added

  • support for response codes #62

Updated

  • refactor of WebRequestDispatcher #59

Fixed

  • fixed an issue with the popup don't ask again pref was not updating correctly #58

[1.1.0] - 2023.03.21

Added

  • quick start sample popup
  • added operation completed event
  • discussion link to README.md

Updated

  • OpenUPM installation added to README.md

[1.0.0] - 2023.02.20

Added

  • optional sdk logging
  • don't ask again option for update check

Updated

  • PartnerSubdomainSettings refactored to a CoreSettings scriptable object

Fixed

  • core settings asset now automatically created if it is missing
  • Various bug fixes and improvements

[0.2.0] - 2023.02.08

Added

  • optional sdk logging

Updated

  • PartnerSubdomainSettings refactored to a CoreSettings scriptable object

Fixed

  • Various bug fixes and improvements

[0.1.0] - 2023.01.22

Updated

  • repository names in module list + version numbers

[0.1.0] - 2023.01.12

Added

  • inline code documentation
  • Contribution guide and code of conduct
  • module installer and updater for handling package installation

Updated

  • A big refactor of code and classes

Fixed

  • Various bug fixes and improvements