Releases: block-core/angor
Releases · block-core/angor
Angor (Release 0.0.24)
Angor (Release 0.0.23)
- Add password encryption (#49) (f695155), closes #49
- Adding support for mainnet (#61) (3db8d1b), closes #61
- bump version (a320dd2)
- Change some color (#62) (582d5cc), closes #62
- Fix bug when ProjectInfo is null (#50) (73aa952), closes #50
- Fix bug when the project search was not solving the loader (#56) (9d82cb1), closes #56
- Fix small bugs in test coins (316e3c6)
- General changes in style (#52) (37edc69), closes #52
- Modification of the UI of the wallet page (#58) (f913a72), closes #58
- UI index page (#55) (c43a04c), closes #55
- Update README (#48) (f46b312), closes #48
- Update README.md (31e516e)
- Update README.md (#54) (ce316f5), closes #54
- Use the bootstrap template without modifying original file (#57) (364d48e), closes #57
- Wallet UI change (#60) (f547314), closes #60
Angor (Release 0.0.22)
Remove the long operation from create page (#47) * Remove the long operation from create page and fix the logic of calling the relay * act on review
Angor (Release 0.0.21)
Changing icons (#46)
Angor (Release 0.0.20)
release
Angor (Release 0.0.19)
release
Angor (Release 0.0.18)
Release 0.18
Angor (Release 0.0.17)
Make some UI changes to the investor page (also called portfolio) and…
Angor (Release 0.0.16)
Fixed issue with investor waiting for founder signatures (#34) * Moved call to javascript module to after render * Removed unused first render * Replaced writing to console with logging
Angor (Release 0.0.15)
Allow to import project on search and fetch latest projects (#32) * allow to fetch a project and also use paging on browse * For now only fetch the last 20 project form the relay or allow the user to search for a project with the project id * change text color * Adding metadata * Fix chronological stages bug