Skip to content

Commit

Permalink
Bump version to v0.0.3-alpha.1
Browse files Browse the repository at this point in the history
* Ensure profile is setup with keyservers and relay servers on startup (#326)
* Make UTXO storage API synchronous, move disk updates to background (#324)
* more english language i18n support (#325)
* Allow for client to automatically recreate profile on new servers (#321)
* Add support for multiple change outputs back to tx construction (#320)
* Fix prop type error in ChatListItem (#322)
* add english language support (#319)
* Fix all current linter warnings (#318)
* Increase stamp price input width, add "price" (#317)
* Improve `level` module TypeScript definitions (#316)
* Enable change output order shuffling (#315)
* Ensure we attempt to use sufficiently sized UTXOs first (#314)
* Ensure there are at least two transactions in a transaction set (#313)
* Use random UTXOs instead of deterministic selection (#312)
* Fix the wallet storage class type (#311)
* Remove unreliable electrum server (#310)
* Attempt to fix more edge cases around frozen UTXOs (#309)
* Only calculate utxo id once during transaction construction (#308)
* Use the appropriate search function in javascript (#307)
* Fix frozen outpoint iterators (#305)
* Remove unnecessary log line (#304)
* Open message database only once (#303)
* Do not open/close leveldb repeatedly (#300)
* Add type definitions for level module (#302)
* Upgrade typescript (#301)
* Fix step in fixing transaction generation slowness (#299)
* Migrate to new spec using HMAC rather than signatures (#291)
* Rename send/receive options in the UI and rename associated fields (#296)
  • Loading branch information
schancel committed Aug 17, 2020
1 parent 8ff70ab commit 27c19dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stamp",
"version": "0.0.2-alpha.9",
"version": "0.0.3-alpha.1",
"description": " A Bitcoin Cash powered internet relay chat",
"productName": "Stamp",
"author": "harry@cryptonumismatics.org",
Expand Down

0 comments on commit 27c19dc

Please sign in to comment.