-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
39 changed files
with
5,009 additions
and
615 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"presets": ["@babel/preset-env"], | ||
"plugins": [ | ||
"@babel/plugin-transform-runtime" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
node_modules/ | ||
.data/ | ||
/dist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,27 @@ | ||
# 1.2.0 (2019-05-16) | ||
|
||
### Added | ||
|
||
- Webpack dev config with configuration for webpack-dev-server. Webpack production config with scripts for build and deploy ([f4188b1](https://github.com/alexktzk/trello-habitica/commit/f4188b1)) | ||
|
||
## 1.1.1 (2019-02-21) | ||
|
||
### Added | ||
|
||
* Ability to hide/show card badges ([b94c7d5](https://github.com/alexktzk/trello-habitica/commit/b94c7d5)) | ||
* Ability to hide/show todos icon ([ea70a12](https://github.com/alexktzk/trello-habitica/commit/ea70a12)) | ||
* Popup with latest updates ([caeb409](https://github.com/alexktzk/trello-habitica/commit/caeb409)) | ||
- Ability to hide/show card badges ([b94c7d5](https://github.com/alexktzk/trello-habitica/commit/b94c7d5)) | ||
- Ability to hide/show todos icon ([ea70a12](https://github.com/alexktzk/trello-habitica/commit/ea70a12)) | ||
- Popup with latest updates ([caeb409](https://github.com/alexktzk/trello-habitica/commit/caeb409)) | ||
|
||
### Fixed | ||
|
||
* Ability to change todo difficulty to trivial ([afb4e47](https://github.com/alexktzk/trello-habitica/commit/afb4e47)) | ||
|
||
- Ability to change todo difficulty to trivial ([afb4e47](https://github.com/alexktzk/trello-habitica/commit/afb4e47)) | ||
|
||
## 1.0.0 (2019-02-17) | ||
|
||
### Added | ||
|
||
* Ability to edit single card settings ([c227095](https://github.com/alexktzk/trello-habitica/commit/c227095)) | ||
* Ability to specify default difficulty for a task ([5576e20](https://github.com/alexktzk/trello-habitica/commit/5576e20)) | ||
* Ability to sync only the cards that was assigned to user ([ff83100](https://github.com/alexktzk/trello-habitica/commit/ff83100)) | ||
* Simple auth system ([88f2c29](https://github.com/alexktzk/trello-habitica/commit/88f2c29)) | ||
* Store user id and api token in the local storage ([5a7ae1d](https://github.com/alexktzk/trello-habitica/commit/5a7ae1d)) | ||
- Ability to edit single card settings ([c227095](https://github.com/alexktzk/trello-habitica/commit/c227095)) | ||
- Ability to specify default difficulty for a task ([5576e20](https://github.com/alexktzk/trello-habitica/commit/5576e20)) | ||
- Ability to sync only the cards that was assigned to user ([ff83100](https://github.com/alexktzk/trello-habitica/commit/ff83100)) | ||
- Simple auth system ([88f2c29](https://github.com/alexktzk/trello-habitica/commit/88f2c29)) | ||
- Store user id and api token in the local storage ([5a7ae1d](https://github.com/alexktzk/trello-habitica/commit/5a7ae1d)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.