update changelog
This commit is contained in:
parent
207832d318
commit
0f00e12e81
5 changed files with 10 additions and 6 deletions
|
@ -1,7 +1,11 @@
|
|||
# Change Log
|
||||
## [0.2.0] 2018-02-06
|
||||
## [0.2.0] TBD
|
||||
Mostly client (browser) related changes in this release
|
||||
|
||||
### Added
|
||||
- Menu system
|
||||
- Fontawesome icons
|
||||
|
||||
### Changed
|
||||
- Updated xterm.js to 3.0.2
|
||||
- See https://github.com/xtermjs/xterm.js/releases/tag/3.0.2
|
||||
|
@ -9,10 +13,10 @@ Mostly client (browser) related changes in this release
|
|||
- See https://github.com/xtermjs/xterm.js/releases/tag/3.0.0
|
||||
- Moved javascript events out of html into javascript
|
||||
- Changed asset packaging from grunt to Webpack to be inline with xterm.js direction
|
||||
- Moved logging and credentials buttons to menu system
|
||||
### Fixed
|
||||
- Resolved loss of terminal foucs when interacting with option buttons (Logging, etc...)
|
||||
|
||||
|
||||
# Change Log
|
||||
## [0.1.4] 2018-01-30
|
||||
### Changed
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
<h1>WebSSH2 0.2.0</h1>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<p>Copyright 2017 F5 Networks, Inc. See End User License Agreement (EULA) for license terms. Notwithstanding anything to the contrary in the EULA, Licensee may copy and modify this software product for its internal business purposes.</p>
|
||||
<p>Something interesting should go here...</p>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<p>This is pre-release content. This application may change in final release.</p>
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
<h1>WebSSH2 0.2.0</h1>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<p>Copyright 2017 F5 Networks, Inc. See End User License Agreement (EULA) for license terms. Notwithstanding anything to the contrary in the EULA, Licensee may copy and modify this software product for its internal business purposes.</p>
|
||||
<p>Something interesting should go here...</p>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<p>This is pre-release content. This application may change in final release.</p>
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
<h1>WebSSH2 0.2.0</h1>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<p>Copyright 2017 F5 Networks, Inc. See End User License Agreement (EULA) for license terms. Notwithstanding anything to the contrary in the EULA, Licensee may copy and modify this software product for its internal business purposes.</p>
|
||||
<p>Something interesting should go here...</p>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<p>This is pre-release content. This application may change in final release.</p>
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
<h1>WebSSH2 0.2.0</h1>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<p>Copyright 2017 F5 Networks, Inc. See End User License Agreement (EULA) for license terms. Notwithstanding anything to the contrary in the EULA, Licensee may copy and modify this software product for its internal business purposes.</p>
|
||||
<p>Something interesting should go here...</p>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<p>This is pre-release content. This application may change in final release.</p>
|
||||
|
|
Loading…
Reference in a new issue