Skip to content
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.

Commit

Permalink
Release 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Plourde committed Apr 1, 2015
1 parent 17208cb commit 4737b86
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
### 0.7.1 (2015-04-01)
#### Features
- Show relative times for events - [Issue #28](https://github.com/sensu/uchiwa-web/pull/28)
- Add datacenters view - [Issue #30](https://github.com/sensu/uchiwa-web/pull/30)
- Order events by status, then by most recent - [Issue #33](https://github.com/sensu/uchiwa-web/pull/33)

#### Bug Fixes
- Remove *standalone* property from checks view - [Issue #29](https://github.com/sensu/uchiwa-web/pull/29)
- Show logout button when authentication is enabled - [Issue #29](https://github.com/sensu/uchiwa-web/pull/29)
- Ship Google fonts with Uchiwa - [Issue #35](https://github.com/sensu/uchiwa-web/pull/35)

### 0.7.0 (2015-03-13)
#### Features
- Reorganize the navbar and sidebar - [Issue #22](https://github.com/sensu/uchiwa-web/pull/22)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uchiwa",
"dependencies": {
"uchiwa-web": "0.7.0"
"uchiwa-web": "0.7.1"
}
}
2 changes: 0 additions & 2 deletions config.json.example
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
"uchiwa": {
"host": "0.0.0.0",
"port": 3000,
"user": "admin",
"pass": "secret",
"refresh": 5
}
}

0 comments on commit 4737b86

Please sign in to comment.