mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
84 lines
1.9 KiB
Text
84 lines
1.9 KiB
Text
2011.08.28, Version 2.4.2
|
|
|
|
* Fix for issue #13 .
|
|
* Add optional parameter "escape" to the Write method, see README for more
|
|
info.
|
|
|
|
20011.10.9, Version 2.5
|
|
|
|
* Added mobile support.
|
|
* Follow the cursor's position when the window is scrolled away.
|
|
* Add async_multiline option in prompt, see README for more info.
|
|
* Add Dump method that would dump the console's text content.
|
|
* Add GetState method that gets the current state of the console.
|
|
* Publicize MoveToStart and MoveToEnd methods.
|
|
|
|
2011.11.1, Version 2.5.1
|
|
|
|
* Added Disable/Enable functionality and methods.
|
|
* Added IsDisabled method.
|
|
|
|
2011.11.3, Version 2.5.2
|
|
|
|
* Added multibyte character input support, issue #19.
|
|
|
|
2011.11.4, Version 2.6
|
|
|
|
* Fix safari paste. Issue #15.
|
|
* Created constants and minifier friendliness. Issue #14.
|
|
|
|
2011.11.19, Version 2.6.1
|
|
|
|
* Fix issues #20, #21
|
|
* Implement feature #22
|
|
* Add built-in css for ease of use.
|
|
|
|
2011.12.6, Version 2.6.2
|
|
* Fix issue #23.
|
|
|
|
2011.12.16 Version 2.6.3
|
|
* Fix issue #24.
|
|
|
|
2011.12.28 Version 2.7
|
|
* Implement ANSI graphics, Issue #12
|
|
* Fix issue #25
|
|
|
|
2012.3.7 Version 2.7.1
|
|
* Fix issue #26
|
|
* Complete issue #12 by adding stacking graphics support.
|
|
|
|
2012.10.28 Version 2.7.2
|
|
* Add set / get History methods.
|
|
* Add Append method.
|
|
|
|
2012.11.10 Version 2.7.3
|
|
* Allow empty string in prompt.
|
|
|
|
2012.12.13 Version 2.7.4
|
|
* Fix issue #36
|
|
* Fix issue #35
|
|
|
|
2013.1.21 Version 2.7.5
|
|
* Add SetPromptLabel method.
|
|
|
|
2013.1.22 Version 2.7.6
|
|
* Continue label argument in SetPromptLabel method.
|
|
|
|
2013.1.26 Version 2.7.7
|
|
* Support for middle click paste on linux. #47.
|
|
|
|
2013.8.5 Version 2.7.8
|
|
* Fix issue #51.
|
|
|
|
2014.2.3 Version 2.8.0
|
|
* Remove browser sniffing. Fix #37 #42 #53
|
|
* Update android support. Fix #41
|
|
* Add wrapper div for padding/styling of console. Fix #40
|
|
|
|
2014.2.8 Version 2.9.0
|
|
* Fixed `GetColumn` method to return the column number up until the cursor.
|
|
* `Dump`: Add header contents in console dump and remove extra spaces.
|
|
|
|
2014.2.8 Version 2.10.0
|
|
* Add `Clear` method to clear the console
|
|
|