-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* `hadron` : v0.0.1 * `electron`: v0.2.0 * `positron`: v0.2.0 Changes: * Add import CA certificate batch script for windows * Prevent crash from data transforming error * Fixed Firefox `sec_error_reused_issuer_and_serial` error * Show green lock for https in Chrome * Upgrade OpenSSL to 1.0.2d * Introduce `wire().to()` chained method in matter module
- Loading branch information
Showing
4 changed files
with
28 additions
and
3 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,25 @@ | ||
# Telepod Change Log | ||
|
||
## 2015-07-15 [[`v0.2.0`]](https://github.com/trgoofi/telepod/releases/download/v0.2.0/telepod-v0.2.0.zip) | ||
|
||
* `electron`: v0.2.0 | ||
* `positron`: v0.2.0 | ||
|
||
### Requirement | ||
|
||
* `electron`: 2.x <= [io.js][io.js] < 3.x | ||
* `positron`: [Node.js][Node.js] >= 0.10.0 or [io.js][io.js] >= 1.x | ||
|
||
### Changes | ||
|
||
* Add import CA certificate batch script for windows | ||
* Prevent crash from data transforming error | ||
* Fixed Firefox `sec_error_reused_issuer_and_serial` error | ||
* Show green lock for https in Chrome | ||
* Upgrade OpenSSL to 1.0.2d | ||
* Introduce `wire().to()` chained method in matter module | ||
|
||
|
||
|
||
[io.js]: https://iojs.org | ||
[Node.js]: https://nodejs.org |
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
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