Skip to content

Commit

Permalink
chore: Bump version to 1.0.0-alpha.0
Browse files Browse the repository at this point in the history
Rename from electron-app to ipfs-station and add a changelog
  • Loading branch information
dignifiedquire committed Oct 12, 2015
1 parent e4d5320 commit 5a123c2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<a name="1.0.0-alpha.0"></a>
## 1.0.0-alpha.0 (2015-10-12)

* Rename from `electron-app` to `ipfs-station`
* New design (see [#43](https://github.com/ipfs/station/pull/43) for details)
* Autostart the node on application start, fixes [#47](https://github.com/ipfs/station/issues/47).
* Add support for Node.js 4, fixes [#41](https://github.com/ipfs/station/issues/41)
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# IPFS Native Application
# Station

[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io) [![](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://ipfs.io/) [![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/ipfs/electron-app)
[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io) [![](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://ipfs.io/) [![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/ipfs/station)

[![Build Status](https://img.shields.io/travis/ipfs/electron-app/master.svg?style=flat-square)](https://travis-ci.org/ipfs/electron-app) [![Dependency Status](https://img.shields.io/david/ipfs/electron-app.svg?style=flat-square)](https://david-dm.org/ipfs/electron-app) [![devDependency Status](https://img.shields.io/david/dev/ipfs/electron-app.svg?style=flat-square)](https://david-dm.org/ipfs/electron-app#info=devDependencies)
[![Build Status](https://img.shields.io/travis/ipfs/station/master.svg?style=flat-square)](https://travis-ci.org/ipfs/station) [![Dependency Status](https://img.shields.io/david/ipfs/station.svg?style=flat-square)](https://david-dm.org/ipfs/station) [![devDependency Status](https://img.shields.io/david/dev/ipfs/station.svg?style=flat-square)](https://david-dm.org/ipfs/station#info=devDependencies)

> A Native Application for your OS to run your own IPFS Node. Built with [Electron](http://electron.atom.io/).
Expand All @@ -13,8 +13,8 @@
You will need [Node.js](https://nodejs.org/en/) installed. Preferrably a version `>=4.0`. Also you will need [npm](npmjs.org). After that you should run

```bash
$ git clone git@github.com:ipfs/electron-app.git
$ cd electron-app
$ git clone git@github.com:ipfs/station.git
$ cd station
$ npm install
$ npm start
```
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron-ipfs",
"version": "0.1.1",
"name": "ipfs-station",
"version": "1.0.0-alpha.0",
"description": "IPFS Native Application",
"main": "index.js",
"dependencies": {
Expand Down

0 comments on commit 5a123c2

Please sign in to comment.