diff --git a/CHANGES.md b/CHANGES.md index 653c8b4ba..c6552143e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,12 +1,42 @@ CHANGES ======= -v0.1.2 (TODO / DRAFT!) +v0.2.1 (DRAFT!) ------ + +New features +------------ + * Smart backup restore procedure: now it is possible to restore all wallet's fund with an old backup (thanks Ian for the feedback). + * Transaction proposals can now have a short note attached for reference (thanks Gentry for the feedback). + * New wallet settings: Bitcoin Unit, defaults to *bits* (thanks Eric for the suggestion) + * Backup is now autogenerated on wallet completion (thanks Eric for the suggestion) + * A wallet now can be removed from a particular system from the UX. - * Test coverage from xx to xx - * (Encryption and signing) [detail] - * New wallet settings: Unit, etc [detail] - * Smart backup restore procedure: [explain] - * Default to SSL insight [explain] - * ... +Security +-------- + * Asymetric encryption and signing using ECIES. Details at https://gist.github.com/ryanxcharles/c29fc94d31de7c8c89dc + * Default SSL connection to Insight servers + +Code quality +------------ + * Test coverage from 60.9% to 72% (1) (thanks Ryan for insisting on this) + * Mayor refactoring of Angular servicies (backupService, controllerUtils, wallet's Indexes handling, txProposal merge related functions, + * Add +30 karma tests for Angular controllers and services + * Unified js-beautifier format throw all the code + +Other +----- + * Backup to email have been removed + * Performance improvements when signing transactions + * Minor UX and wording fixes (address list on receiving funds, notifications fixes, error handling on bad passwords, network timeouts, etc). + +Next steps +---------- + * Make Copay available in other platforms (update Gordon's Atom shell packages, Android bundle, Firefox / Chrome extensions). + * Implement Copay 2.0 design: http://invis.io/FWZGJWUS (please take a look at leave comments) + + +Please check https://github.com/bitpay/copay/wiki/Copay-Known-issues before using Copay. + + +(1) not including Karma tests, not included on Coveralls yet. diff --git a/css/main.css b/css/main.css index 5c748b33f..2aeac8172 100644 --- a/css/main.css +++ b/css/main.css @@ -635,3 +635,9 @@ ul.pagination li.current a:hover, ul.pagination li.current a:focus { color:white; } +.input-note { + margin-top: -10px; + display: block; + margin-bottom: 1rem; +} + diff --git a/index.html b/index.html index d94c45b70..8f70095d9 100644 --- a/index.html +++ b/index.html @@ -20,7 +20,7 @@
-
+
-
-
-
- -
-
- -
+
-
+
Not all copayers have joined your wallet yet. @@ -123,10 +114,14 @@ yet to join.
+
+ + All copayers have joined the wallet, it's ready for use! +
-
+

Share this secret with your other copayers @@ -150,7 +145,18 @@
- Copayer {{$index+1}}-{{totalCopayers}} + + + +
@@ -161,12 +167,12 @@
-
+
-