Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
* `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
trgoofi committed Jul 15, 2015
1 parent 9ba9bf6 commit 43b0fcc
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 3 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
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
2 changes: 1 addition & 1 deletion electron/hadron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hadron",
"version": "0.0.0",
"version": "0.0.1",
"description": "Native utilities for Telepod.",

"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},

"name": "electron",
"version": "0.1.0",
"version": "0.2.0",
"description": "The local pod of Telepod.",
"main": "electron.js",
"scripts": { "start": "node electron.js" },
Expand Down
2 changes: 1 addition & 1 deletion positron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "positron",
"version": "0.0.1",
"version": "0.2.0",
"description": "The remote pod of Telepod.",
"main": "positron.js",
"scripts": { "start": "node positron.js" }
Expand Down

0 comments on commit 43b0fcc

Please sign in to comment.