-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Console log is a little chatty #82
Labels
Comments
mob-sakai
added a commit
that referenced
this issue
Mar 6, 2020
github-actions bot
pushed a commit
that referenced
this issue
Mar 7, 2020
# [1.1.0-preview.12](v1.1.0-preview.11...v1.1.0-preview.12) (2020-03-07) ### Bug Fixes * console log is a little chatty [#82](#82) ([a632d7f](a632d7f)) * releases wrongly being flagged as "preview" ([a32069e](a32069e)), closes [#83](#83) ### Features * add keywords to package.json ([c0ee69e](c0ee69e))
github-actions bot
pushed a commit
that referenced
this issue
Mar 7, 2020
# [1.1.0-preview.12](v1.1.0-preview.11...v1.1.0-preview.12) (2020-03-07) ### Bug Fixes * console log is a little chatty [#82](#82) ([a632d7f](a632d7f)) * releases wrongly being flagged as preview ([a32069e](a32069e)), closes [#83](#83) ### Features * add keywords to package.json ([c0ee69e](c0ee69e))
🎉 This issue has been resolved in version 1.1.0-preview.12 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Yay! The logs are less chatty now! Thanks for cleaning up the console 😄 |
github-actions bot
pushed a commit
that referenced
this issue
Aug 11, 2020
# [1.1.0](v1.0.1...v1.1.0) (2020-08-11) ### Bug Fixes * cannot install with 'upm' branch in Unity 2019.1 ([eb8ff00](eb8ff00)) * change namespace to 'Coffee.PackageManager.UI' ([4052f86](4052f86)) * class 'Expose' is no longer used ([6afe17e](6afe17e)) * console log is a little chatty [#82](#82) ([a632d7f](a632d7f)) * delete unused projects ([9714d16](9714d16)) * extensions for PackageDetails ([616bd00](616bd00)) * fix compile error ([9962277](9962277)) * fix host logo ([b54078f](b54078f)) * fix release script ([95a4921](95a4921)) * fix release script ([0313cfe](0313cfe)) * fix release script ([c0f8b34](c0f8b34)) * fix release script ([e4cef7b](e4cef7b)) * fix release script ([162bb91](162bb91)) * fix script to get available versions ([f95b560](f95b560)) * fix supported version check ([f4b25ef](f4b25ef)) * InstallPackageWindow uses new scheme ([44c952e](44c952e)) * js script path ([fb821ad](fb821ad)) * KeyNotFoundException is thrown for every package found when trying to install ([4720490](4720490)), closes [#90](#90) * only transform if it is not already in the SSH format, close [#47](#47) ([f2e71b2](f2e71b2)) * releases wrongly being flagged as "preview" ([a32069e](a32069e)), closes [#83](#83) * the package version list is not updated (javascript) ([e496c62](e496c62)) * **OSC:** update osc ([2ff8243](2ff8243)) * **OSC:** update osc ([d89d480](d89d480)) * **OSC:** update osc ([2117ed7](2117ed7)) * no versions are loaded from versions json file ([e9da6f3](e9da6f3)) * no versions on Windows ([4843bfa](4843bfa)) * remove OpenSesameCompiler devs ([d1ca10c](d1ca10c)) * remove settings ([3e7ba56](3e7ba56)) * SemVersion is ambiguous reference ([c066389](c066389)) * support 2019.1 ([5ff79fb](5ff79fb)) * support 2019.2 ([2497442](2497442)) * versions file is deleted on main thread ([e346b91](e346b91)) ### Features * add develop menu ([1c8c2a0](1c8c2a0)) * add keywords to package.json ([c0ee69e](c0ee69e)) * add open sesame compiler (portable mode) ([230137e](230137e)) * Azure Dev Ops and Branch Support in Unity 2019.1 or later ([3ed528a](3ed528a)), closes [#80](#80) * change assembly name and namespace to Coffee.UpmGitExtension ([483cc8f](483cc8f)) * change caching scheme for available package versions ([fda6dbf](fda6dbf)) * extensions for supporting multiple-versions ([5e54dc2](5e54dc2)) * failed update available versions on Unity 2019.2 ([161e48f](161e48f)) * remove internal bridge ([cadef5e](cadef5e)) * show all available versions in InstallPackageWindow for mono-repo ([fc21042](fc21042)) * show update indicator ([9133766](9133766)) * support 2019.3 ([5f8ce50](5f8ce50)) * support 2020.1 (WIP) ([5d96f1f](5d96f1f)) * support Unity 2020.1 ([c879375](c879375)), closes [#76](#76) * update package with locked branch name ([7b35a50](7b35a50)) * use nodejs instead of shell to get available versions ([0ff293b](0ff293b))
github-actions bot
pushed a commit
that referenced
this issue
Aug 11, 2020
# [1.1.0](v1.0.1...v1.1.0) (2020-08-11) ### Bug Fixes * cannot install with 'upm' branch in Unity 2019.1 ([eb8ff00](eb8ff00)) * change namespace to 'Coffee.PackageManager.UI' ([4052f86](4052f86)) * class 'Expose' is no longer used ([6afe17e](6afe17e)) * console log is a little chatty [#82](#82) ([a632d7f](a632d7f)) * delete unused projects ([9714d16](9714d16)) * extensions for PackageDetails ([616bd00](616bd00)) * fix compile error ([9962277](9962277)) * fix host logo ([b54078f](b54078f)) * fix release script ([95a4921](95a4921)) * fix release script ([0313cfe](0313cfe)) * fix release script ([c0f8b34](c0f8b34)) * fix release script ([e4cef7b](e4cef7b)) * fix release script ([162bb91](162bb91)) * fix script to get available versions ([f95b560](f95b560)) * fix supported version check ([f4b25ef](f4b25ef)) * InstallPackageWindow uses new scheme ([44c952e](44c952e)) * js script path ([fb821ad](fb821ad)) * KeyNotFoundException is thrown for every package found when trying to install ([4720490](4720490)), closes [#90](#90) * only transform if it is not already in the SSH format, close [#47](#47) ([f2e71b2](f2e71b2)) * releases wrongly being flagged as preview ([a32069e](a32069e)), closes [#83](#83) * the package version list is not updated (javascript) ([e496c62](e496c62)) * **OSC:** update osc ([2ff8243](2ff8243)) * **OSC:** update osc ([d89d480](d89d480)) * **OSC:** update osc ([2117ed7](2117ed7)) * no versions are loaded from versions json file ([e9da6f3](e9da6f3)) * no versions on Windows ([4843bfa](4843bfa)) * remove OpenSesameCompiler devs ([d1ca10c](d1ca10c)) * remove settings ([3e7ba56](3e7ba56)) * SemVersion is ambiguous reference ([c066389](c066389)) * support 2019.1 ([5ff79fb](5ff79fb)) * support 2019.2 ([2497442](2497442)) * versions file is deleted on main thread ([e346b91](e346b91)) ### Features * add develop menu ([1c8c2a0](1c8c2a0)) * add keywords to package.json ([c0ee69e](c0ee69e)) * add open sesame compiler (portable mode) ([230137e](230137e)) * Azure Dev Ops and Branch Support in Unity 2019.1 or later ([3ed528a](3ed528a)), closes [#80](#80) * change assembly name and namespace to Coffee.UpmGitExtension ([483cc8f](483cc8f)) * change caching scheme for available package versions ([fda6dbf](fda6dbf)) * extensions for supporting multiple-versions ([5e54dc2](5e54dc2)) * failed update available versions on Unity 2019.2 ([161e48f](161e48f)) * remove internal bridge ([cadef5e](cadef5e)) * show all available versions in InstallPackageWindow for mono-repo ([fc21042](fc21042)) * show update indicator ([9133766](9133766)) * support 2019.3 ([5f8ce50](5f8ce50)) * support 2020.1 (WIP) ([5d96f1f](5d96f1f)) * support Unity 2020.1 ([c879375](c879375)), closes [#76](#76) * update package with locked branch name ([7b35a50](7b35a50)) * use nodejs instead of shell to get available versions ([0ff293b](0ff293b))
🎉 This issue has been resolved in version 1.1.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The console log is a little chatty. I understand the importance of logs when developing and debugging, so having a flag to enable and disable logs with the default value being disabled would be nice. Idk if we can store that flag in the manifest.json file, but if we can that would be a potential solution. That or maybe creating a .config file for this asset. Just some ideas.
The text was updated successfully, but these errors were encountered: