-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated Package and Readme to 1.1.0 / Added Changelog
- Loading branch information
Showing
5 changed files
with
40 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Console Changelog | ||
|
||
## [2019-08-XX] - 1.1.0 | ||
|
||
* No more preview label for the package | ||
* Got rid of UGUI ScrollBar, only displays one TextField | ||
* Scrolling uses PageUp/PageDown and custom scrolling system to reduce text rendering overhead | ||
* In order to avoid using `Console.Console` even when `using Console;`due to ambiguous calls, `Console` namespace has been renamed to `ConsoleUtility` | ||
* Ensure command repeat history do not store contiguous duplicates. | ||
|
||
## [2019-04-10] - 1.0.1-preview | ||
|
||
* Make Console Log Stacktraces on Error/Exception | ||
* Disabled EventSystem GameObject (Can be enabled if used locally) | ||
* Fixed Time Digits | ||
|
||
## [2019-01-15] - 1.0.0-preview | ||
|
||
* Initial Release |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
{ | ||
"name": "net.peeweek.console", | ||
"displayName": "Console", | ||
"version": "1.0.1-preview", | ||
"unity": "2018.3", | ||
"description": "Console for your games" | ||
} | ||
"name": "net.peeweek.console", | ||
"displayName": "Console", | ||
"version": "1.1.0", | ||
"unity": "2018.4", | ||
"description": "Console GUI for your games. Enable display of logs at runtime and in players, executing console commands and adding your own console commands using a simple C# API.", | ||
"type": "tool", | ||
"hideInEditor": false | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.