-
Notifications
You must be signed in to change notification settings - Fork 273
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
1 changed file
with
24 additions
and
1 deletion.
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,2 +1,25 @@ | ||
# Aragon 0.2.0 | ||
# The changelog | ||
|
||
### Alpha 0.2.1 | ||
|
||
- Major: Move all signing to 'personal_sign' | ||
- Major: New notifications UI. | ||
- Bypassed bug that make app get stuck on startup in Windows and Linux (Thanks @hueso, @batman and @albertoelias for helping debug it) https://github.com/AragonOne/issues/issues/12 | ||
- Add send test ether button to Metamask and send test ether when balance is lower than 0.5 ETH | ||
- Improve flow for creating stock sales. | ||
- Change metamask confirm tx buttons copy https://github.com/AragonOne/issues/issues/9 | ||
- Add more info when creating organization https://github.com/AragonOne/issues/issues/4 | ||
- Guide user when Keybase isn't opened or installed https://github.com/AragonOne/issues/issues/10 | ||
- Renamed 'God' role to 'Superuser' https://github.com/AragonOne/issues/issues/5 | ||
- Kickstart changelog. Very meta. | ||
|
||
### Alpha 0.2 | ||
|
||
- Aragon now runs on the new **Kovan testnet**. You will notice the improve in speed and responsiveness! | ||
- New **UI styling**. Followed the advice of our designer to make the app look cleaner. | ||
- **Linux** and **Windows** support, in addition to macOS. Aragon is really multiplatform now. | ||
- Tons of bug fixes and annoyances have been solved. | ||
|
||
### Alpha 0.1 | ||
|
||
- Initial alpha release |