-
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.
Had to move it to the buildozer source.dir
- Loading branch information
1 parent
f5397a2
commit a20f877
Showing
2 changed files
with
52 additions
and
50 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 |
---|---|---|
@@ -1,51 +1,2 @@ | ||
# Change Log | ||
|
||
## [Unreleased] | ||
|
||
- Fix crash on empty keystore | ||
- Introduce UI unit testing, refs #41 | ||
- Run app unit tests in a thread, refs #42 | ||
- Add custon application icon, refs #24 | ||
- Add custon splash screen, refs #25 | ||
- Document release process, refs #47 | ||
- Fix account list overlap, refs #49 | ||
- Sentry error reporting, fixes #54 | ||
|
||
## [v20170706] | ||
|
||
- Create new account, refs #9 | ||
- Manage account password, refs #9 | ||
- Run builds in parallel, refs #34 | ||
- Run unit tests from the app, refs #40 | ||
- Use a thread decorator, refs #33 | ||
- Round transaction history, refs #45 | ||
- Fit long address to screen | ||
- Use toolbar space for dynamic titles | ||
- Fix broken manage account layout, refs #38 | ||
- Skip pkg-config, refs #39 | ||
- Add coverage testing, refs #32 | ||
|
||
## [v20170625] | ||
|
||
- Address selection widget fixes | ||
- Send transaction through Etherscan, refs #21 | ||
- Android build on Travis CI, refs #20 | ||
- Run unlock account & send transaction in a thread | ||
- Fixes "send" page layout, refs #27 | ||
|
||
## [v20170621] | ||
|
||
- Travis-CI integration, refs #15 | ||
- Handle ConnectionError gracefully | ||
- Fetch history in a thread, refs #22 | ||
- Load balance in a thread, refs #23 | ||
- Account selection on overview, refs #17 | ||
|
||
## [v20170618] | ||
|
||
- Show transactions history, refs #16 | ||
|
||
## [v20170617] | ||
|
||
- Show default account balance | ||
- Receive ETH, refs #10 | ||
Moved to [src/CHANGELOG.md](src/CHANGELOG.md). |
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,51 @@ | ||
# Change Log | ||
|
||
## [Unreleased] | ||
|
||
- Fix crash on empty keystore | ||
- Introduce UI unit testing, refs #41 | ||
- Run app unit tests in a thread, refs #42 | ||
- Add custon application icon, refs #24 | ||
- Add custon splash screen, refs #25 | ||
- Document release process, refs #47 | ||
- Fix account list overlap, refs #49 | ||
- Sentry error reporting, fixes #54 | ||
|
||
## [v20170706] | ||
|
||
- Create new account, refs #9 | ||
- Manage account password, refs #9 | ||
- Run builds in parallel, refs #34 | ||
- Run unit tests from the app, refs #40 | ||
- Use a thread decorator, refs #33 | ||
- Round transaction history, refs #45 | ||
- Fit long address to screen | ||
- Use toolbar space for dynamic titles | ||
- Fix broken manage account layout, refs #38 | ||
- Skip pkg-config, refs #39 | ||
- Add coverage testing, refs #32 | ||
|
||
## [v20170625] | ||
|
||
- Address selection widget fixes | ||
- Send transaction through Etherscan, refs #21 | ||
- Android build on Travis CI, refs #20 | ||
- Run unlock account & send transaction in a thread | ||
- Fixes "send" page layout, refs #27 | ||
|
||
## [v20170621] | ||
|
||
- Travis-CI integration, refs #15 | ||
- Handle ConnectionError gracefully | ||
- Fetch history in a thread, refs #22 | ||
- Load balance in a thread, refs #23 | ||
- Account selection on overview, refs #17 | ||
|
||
## [v20170618] | ||
|
||
- Show transactions history, refs #16 | ||
|
||
## [v20170617] | ||
|
||
- Show default account balance | ||
- Receive ETH, refs #10 |