Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
alexktzk committed Jun 9, 2019
2 parents d1f8ca3 + 2bb1a03 commit 69a7812
Show file tree
Hide file tree
Showing 27 changed files with 3,109 additions and 1,514 deletions.
14 changes: 14 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"env": {
"jest": true
},
"globals": {
"document": true
},
"extends": ["airbnb-base", "prettier"],
"plugins": ["prettier"],
"parser": "babel-eslint",
"rules": {
"class-methods-use-this": "off"
}
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 1.3.0 (2019-06-09)

### Added

- Ability to show user's gold and exp points on the board bar. Ability to receive notifications when gained/lose exp and gold. ([2633ace](https://github.com/alexktzk/trello-habitica/commit/2633ace))
- Ability to show to-do difficulty on a card badge with icons from Habitica. ([0467373](https://github.com/alexktzk/trello-habitica/commit/0467373))

# 1.2.0 (2019-05-16)

### Added
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ Now it's time to fill in the form.
2. To work properly this Power-Up requires some permissions. Make sure you've checked all of the following:

- board-buttons
- callback
- card-badges
- card-buttons
- card-detail-badges
- list-actions

Expand Down
Loading

0 comments on commit 69a7812

Please sign in to comment.