Commit graph

177 commits

Author SHA1 Message Date
pointbiz
72aefc03e0 v3.3.0 remove support for IE8 2016-12-24 15:25:29 -04:00
pointbiz
6ed51c86c4 Merge pull request #129 from goteguru/master
Hungarian text improvements and updates
2016-12-24 14:43:03 -04:00
pointbiz
af91e78b98 v3.2.3 wallet details: show error when checksum validation fails or private key outside of curve range 2016-11-27 16:15:05 -04:00
pointbiz
67e167930c v3.2.2 version bump unix line endings 2016-08-21 19:57:42 -04:00
pointbiz
868b0300d8 v3.2.1 unix line endings 2016-08-21 18:59:26 -04:00
pointbiz
e87733f753 v3.2.1 BigInteger modInverse should be positive
- throw if modInverse 0
- improve BigInteger constructor so that it works if caller forgets
'new'
- add unit tests for BigInteger
- thanks to dooglus, jprichardson, dcousens
2016-08-21 15:44:22 -04:00
pointbiz
834aad72d2 Merge pull request #136 from pointbiz/biginteger-fixes
BigInteger modInverse should be positive
2016-08-21 15:33:49 -04:00
pointbiz
6fbc3311db Merge pull request #135 from mcccs/patch-1
Improve README
2016-08-13 21:38:44 -04:00
pointbiz
ca08d645a4 BigInteger modInverse should be positive 2016-08-13 21:29:03 -04:00
mcccs
b282d5f16a 🌈 Improve and rename README to README.md 2016-08-08 15:51:46 +03:00
Mészáros Gergely
66fd8a2815 stylistic improvements, more natural hungarian text 2016-06-07 20:59:03 +02:00
Mészáros Gergely
37ec2b5600 updated missing translations, fixed wrong trans. 2016-06-07 11:29:48 +02:00
pointbiz
8a0c686e61 v3.2.0 compressed addresses on Single/Paper/Bulk wallet. compressed option on Brain wallet. BIP38 on Bulk Wallet. 2016-02-19 21:29:59 -04:00
pointbiz
c97bac03bb compressed option added to brain wallet 2016-02-13 17:28:42 -04:00
pointbiz
f64e8cd85d use compressed keys by default on single, paper, bulk wallets 2016-02-08 20:24:40 -04:00
pointbiz
7bd5398660 merge 3.1.1 from master 2016-02-05 17:34:37 -04:00
pointbiz
ed60f031a9 v3.1.1 refactor translations 2016-01-17 15:29:32 -04:00
pointbiz
a207efc7c6 fix pt-br 2016-01-17 10:06:25 -04:00
pointbiz
d3aff6eca0 put each culture in separate file 2016-01-16 23:09:34 -04:00
pointbiz
e593231a91 compressed and bip38 in progress 2016-01-15 21:02:22 -04:00
pointbiz
142f75e8f3 v3.1.0 add BIP38 encryption to Wallet Details tab 2015-11-22 14:54:07 -04:00
pointbiz
c2e7fcf85e v3.1.0 add BIP38 Encrypt to Wallet Details tab 2015-11-15 22:17:25 -04:00
pointbiz
bd8ec49ad0 v3.0.1 fix to begin session log recording on page load 2015-10-25 19:16:22 -04:00
pointbiz
c26f106f81 v3.0.0 add session log of keypairs 2015-10-25 14:54:59 -04:00
pointbiz
3cd0ae0e8b v2.9.11 add status icons
add status icons for checking the URI protocol used, support for
window.crypto.getRandomValues and run the synchronous unit tests after
entropy collection. Thanks @cantonbecker for the ideas.
2015-08-16 17:16:17 -04:00
pointbiz
790c41fd00 v2.9.10 add Portuguese 2015-07-18 20:38:11 -04:00
pointbiz
c14d39a20f Merge branch 'rhcastilhos-patch-1' 2015-07-17 22:51:03 -04:00
pointbiz
1afc796848 Merge branch 'patch-1' of https://github.com/rhcastilhos/bitaddress.org into rhcastilhos-patch-1 2015-07-17 22:50:05 -04:00
pointbiz
bf69d36659 minor french translations 2015-07-17 22:43:37 -04:00
pointbiz
5e8547254e v2.9.9 add sig 2015-07-05 21:22:42 -04:00
pointbiz
c51c45474f v2.9.9 improve tab usability 2015-07-05 17:14:49 -04:00
rhcastilhos
e28f69af12 Add portuguese (pt-br) translation + es small fix 2015-04-26 23:59:49 -03:00
pointbiz
6ad40b3e60 v2.9.8 fix french translations. 2015-01-08 18:40:27 -04:00
pointbiz
a3295eef40 Merge pull request #95 from kevcooper/master
escaped quotes in french translation to fix bulk wallets
2015-01-08 08:50:36 -04:00
Kevin Cooper
19c3c21f57 escaped the same french quotes in ninja.translator.js 2015-01-08 00:03:27 -07:00
Kevin Cooper
f8094195f0 escaped quotes in french translation to fix bulk wallets 2015-01-07 23:24:19 -07:00
pointbiz
b8315b41f3 v2.9.7
fix translations
2015-01-07 20:01:48 -04:00
pointbiz
26cf6aed49 Merge pull request #94 from pointbiz/v2.9.6
V2.9.6
 - Japanese translations for Split Wallet. Thanks dabura667.
 - remove promise to show MINI key on details tab. MINI key
   will only be shown when it is provided since it cannot 
   be derived from other key formats.
 - fix README
 - Russian translations. Thanks e5faf2.
 - Simplified Chinese translations. Thanks kwl01skz.
 - add direct link to zip on github
 - add this CHANGELOG to repository and add detached sigs in repository.
   add link to sig of HTML.
 - hash with SHA256 instead of SHA1. SHA1 hash still provided in package.json.
2015-01-06 23:01:06 -04:00
pointbiz
b5f42ccb4e add detached sig in footer 2015-01-06 22:55:03 -04:00
pointbiz
45da400e48 add detached sig in footer 2015-01-06 22:52:46 -04:00
pointbiz
6a9da5cf09 merge Russian translations from e5faf2 2015-01-05 22:01:22 -04:00
pointbiz
514b60b90a Merge pull request #91 from e5faf2/master
Added Russian translation
2015-01-05 21:39:38 -04:00
pointbiz
dc1758da47 merge Simplified Chinese translations from kwl01skz 2015-01-05 21:24:34 -04:00
pointbiz
f5ec163713 Merge pull request #87 from Hasimir/appearances
Fixed paragraph format
2015-01-05 19:27:55 -04:00
pointbiz
0456012aa0 merge pull from mrcope issue 77
Removes the trimming that occurs on user input passphrases
2015-01-05 19:21:20 -04:00
pointbiz
6d7012f260 update grunt build process 2015-01-05 19:09:03 -04:00
Valery Pavlov
6edc7a198b Added Russian translation 2014-12-09 00:36:37 +04:00
Ben McGinnes
63e2d138dc Fixed paragraph formating to display correctly in a terminal or standard screen size. 2014-05-20 13:49:45 +10:00
pointbiz
f6c6bbe53d v2.9.5 remove promise to show MINI key on details tab. MINI key will only be shown when it is provided since it cannot be derived from other key formats. 2014-05-01 00:04:08 -04:00
pointbiz
4113e48d0e v2.9.4 Japanese translations for Split Wallet. Make body, html height 99%. 2014-04-30 17:53:51 -04:00