Skip to content

Commit

Permalink
bump version and update history.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zodern committed Apr 2, 2016
1 parent bdf9b84 commit b4274c2
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Silk",
"version": "0.5.2",
"version": "0.5.3",
"homepage": "https://github.com/zodern/Silk",
"authors": [
"zodern"
Expand Down
52 changes: 52 additions & 0 deletions history.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,55 @@
v.0.5.3

Core
- Add command `add-app` to add current dir as external app
- Add command `remove-app` to remove current dir as external app
- Move default command into `run` command
- When `silk` is run with no command, run the `run` command
- Update notification
- App id is saved in database
- Database stores if the install finished for each app
- Add eslint
- Fixed restarting apps
- Fork framework set's app process to app name
- Setup code climate to use eslint settings
- App framework uses default logo
- App framework will use productName in package.json if available
- Fixed calling server api's from apps using app framework
- Fixed prepublish script
- Stretto is now included with Silk when being published
- Fixed ids for apps using App Framework conflicting with apps using Fork Framework

File Explorer
- Opens to home folder instead of the root folder

Task Manager
- Only list apps that are running
- Fix restarting apps
- Fix memory chart scale

bower_static
- Pull bower routing out of core into module so apps can easily use it

Terminal
- Update tty.js
- Use new app framework

App Manager
- Use app framework

silk-electron
- Works on linux

v.0.5.2

Core
- Fix RSVP version

v.0.5.1

Core
- Fix RSVP version

v.0.5.0

Core
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "silk-gui",
"version": "0.5.2",
"version": "0.5.3",
"description": "GUI for developers and Node OS",
"author": "zodern",
"license": "MIT",
Expand Down

0 comments on commit b4274c2

Please sign in to comment.