Skip to content

Releases: StampChat/stamp

v0.0.3-alpha.1

17 Aug 02:30
Compare
Choose a tag to compare
* 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)

v0.0.2-alpha.9

20 Jul 16:50
Compare
Choose a tag to compare

Fixes several bugs:

  • Generating multiple transactions in quick succession no longer
    generates conflicts.
  • Searching for contacts no longer causes strange activation behaviors
    due to event handlers that are left registered.
  • Fixes an issue where stealth UTXOs were unusable due to a issue with
    serialization formats.

v0.0.2-alpha.8

16 Jul 06:42
Compare
Choose a tag to compare

Get Testnet Coins here: https://faucet.fullstack.cash/
Telegram Group: https://t.me/stampchat

Changes:

  • Fix keyboard navigation of contacts (#288)
  • Fix unread counts on load (#286)
  • Improve UX around status buttons (#284)
  • Remove persistence from dialogs (#283)
  • Ensure constructTransaction[Set] does not reuse UTXOs (#280)
  • Add badge icons for number of unread messages [Windows] (#272)
  • Upgrade to Quasar v2 (#264)
    • Add badge icons for number of unread messages [MacOS/Linux] (#265)
  • Move UTXO storage to leveldb (#251)
  • Fix tab rendering for the transaction dialog and add type info (#231)
  • Fix a number of rendering errors caused by undefined data (#240)
  • New icon (#239)
  • New colors, dark mode and light mode (#237)
  • Update the wallet to generate multiple transactions (#230)
  • Use arrow keys in contact search dialog (#229)
  • Add cmd+k shortcut to open contacts (#225)

v0.0.2-alpha.7

15 Jun 00:26
Compare
Choose a tag to compare

Get Testnet Coins here: https://faucet.fullstack.cash/
Telegram Group: https://t.me/stampchat

  • Add two default contacts for new users (#227)
  • Attempt to update background colors and remove conditionals (#223)
  • Fix floating button behavior of chats (#224)
  • Better input box automatic selection (#220)
  • Add default groupchat contact (#222)

v0.0.2-alpha.6

31 May 23:56
Compare
Choose a tag to compare
  • Try to automatically retry failed messages (#218)
  • Switch icons (#217)
  • Fix dark mode for replies
  • Simplify emoji selection (#214)
  • Improve dark mode (#213)
  • Fix off by one delete (#212)
  • Add chat list compatification (#209)
  • Add support for emoticons (#207)
  • Improve styling of chat messages, borders and headers (#203)
  • Message UI improvements (#202)
  • Fix exit behavior on mac (#200)

v0.0.2-alpha.5

18 May 05:31
Compare
Choose a tag to compare
  • Do not refresh UTXO state for stamps/stealth txns (#193)
  • Ensure notifications aren't sounding for already seen messages (#195)
  • Fix stamp output removal on message load (#191)
  • Fix issue with chat bottom variable not set properly on load (#185)
  • Ensure relay client is allowing JavaScript eventloop to tick (#182)
  • Make loading occur in the background (#183)
  • Basic username coloring in chats (#176)
  • Add Markdown + Multiline support to chats (#180)
  • Restyle chat messages for easier reading, consolidated view (#179)
  • Ensure we choose a new electrum server on reconnect (#137)
  • Improve msg box focusing (#143)
  • Remove unnecessarily resize event
  • Add .trim() to imported seed (#141)
  • Update LICENSE and Github pull_request_template (#132)
  • Add support for remote deletion API for messages (#79)
  • Refactor output value calculation (#135)
  • Improvements to the Setup stepper (#119)
  • Prevent re-opening second app instance (#117)
  • Use a random electrum server for the address listeners (#116)

v0.0.2-alpha.4

27 Apr 05:40
Compare
Choose a tag to compare
  • Only save state every 10 seconds (#115)
  • Use server time for display and unread messages instead of receivedTime (#114)

v0.0.2-alpha.3

17 Apr 04:02
Compare
Choose a tag to compare
  • Don't add totals to unread if chat is active (#81)
  • Update contacts on demand rather than on a timer (#80)
  • Add npm/yarn scripts to generate and clean protobuffers (#63)
  • Add support for a dark mode (#65)
  • Remove ugly material background that hits 3rd party service (#66)
  • Switch from "Inbox fee" to "Minimum stamp"
  • Notify user when stamp is too small
  • Add delete message API
  • Remove dummy relay URLs

v0.0.2-alpha.2

13 Apr 04:23
Compare
Choose a tag to compare
v0.0.2-alpha.2 Pre-release
Pre-release
Bump version to 0.0.2-alpha.2

v0.0.2-alpha.0

10 Apr 21:01
Compare
Choose a tag to compare
v0.0.2-alpha.0 Pre-release
Pre-release

Alpha test of the 0.0.2 relay API