Skip to content

Releases: RoboSats/robosats

v0.4.2-alpha

18 Mar 10:00
44000f2
Compare
Choose a tag to compare

RoboSats v0.4.2-alpha is now out! 🚀

This release has only some minor UI improvements a big coordinator bug fix:

  • Fixes onchain payout race-condition. LN payouts are also more reliable.
  • New UI elements when a order with onchain payout finished. Now users are shown temporarily (up to 60 seconds) a spinner "sending coins..." with a link to mempool space for their address. Then, it shows the TXID.
  • Fix small UI bug where current rate price would not show on maker form until the currency is changed.
  • Adds lower bound mining fee limit for onchain payouts (user transactions with very low mining fee could get stuck in mempool oblivion)
  • Adds support for Serbian Dinar RSD @lukabb
  • Adds new payment methods for Russia @dirtyroom969 and Liquid-USDT @minaraus

Android

Click to download RoboSats APK for Android

Verify the app using GPG:

  1. Download the ascii armored signature

  2. Run this command on a directory that contains the apk file and and the ascii armored signature.
    gpg --verify robosats-v0.4.2.alpha.apk.asc

  3. Verify the signer is actually Reckless-Satoshi (fingerprints match): B4AB5F19113D4125DDF217739C4585B561315571

Alternatively you can also verify with the release with the SHA256 checksum.

Known missing features:

  • Android APK has no sound or notifications.

Docker Images

Coordinator Backend Image v0.4.2-alpha (Docker Hub)

docker pull recksato/robosats:v0.4.2-alpha

Client App Image v0.4.2-alpha (Docker Hub)

docker pull recksato/robosats-client:v0.4.2-alpha

See nodeapp/docker-compose.yml for an example docker-compose usage of the robosats-client image.

Changelog

What's Changed

New Contributors

  • @lukabb made their first contribution in #392
  • @minaraus made their first contribution in #396
  • @dirtyroom969 made their first contribution in #397

Full Changelog: v0.4.1-alpha...v0.4.2-alpha

v0.4.1-alpha

11 Mar 00:05
f00ece6
Compare
Choose a tag to compare

RoboSats v0.4.1-alpha is now out! 🚀

This release has some minor UI improvements and fixes:

  • Swap orders are now more descriptive. The order details and the maker form are explicit about the Sats you will send or receive via LN or Onchain.
  • Android app now handles well all bad requests to the coordinator (thanks @KoalaSat !)
  • Clicking "Confirm fiat sent" on chat now requires a double confirmation.
  • Some other small fixes: fixed UI bug on escrow submission textfield prompt; add proper healthcheck to dockerized client app; fixed unsafe/selfhosted alerts hiding automatically; added new envvar for coordinator to allow/disallow spending unconfirmed outputs.

Android

Click to download RoboSats APK for Android

Verify the app using GPG:

  1. Download the ascii armored signature

  2. Run this command on a directory that contains the apk file and and the ascii armored signature.
    gpg --verify robosats-v0.4.1.alpha.apk.asc

  3. Verify the signer is actually Reckless-Satoshi (fingerprints match): B4AB5F19113D4125DDF217739C4585B561315571

Known missing features:

  • Android APK has no sound or notifications.

Docker Images

Coordinator Backend Image v0.4.1-alpha (Docker Hub)

docker pull recksato/robosats:v0.4.1-alpha

Client App Image v0.4.1-alpha (Docker Hub)

docker pull recksato/robosats-client:v0.4.1-alpha

See nodeapp/docker-compose.yml for an example docker-compose usage of the robosats-client image.

Changelog

v0.4.1-alpha (2023-03-10)

Full Changelog

Closed issues:

  • Fix torified bad requests #376

Merged pull requests:

android-06558f1 (2023-03-09)

Full Changelog

* This Changelog was automatically generated by github_changelog_generator

What's Changed

Full Changelog: v0.4.0-alpha...v0.4.1-alpha

robosats-android-06558f1

09 Mar 17:29
06558f1
Compare
Choose a tag to compare
Pre-release
Capture http errors android (#385)

* Capture HTTP errors on Anrdoid

* Lint

* Inclode code

---------

Co-authored-by: KoalaSat <[email protected]>

v0.4.0-alpha

05 Mar 13:10
4e0e848
Compare
Choose a tag to compare

This release has a few fixes and new features over v0.3.4:

  • New Robot page (Thanks you for all the input Bitcoin Design Community @GBKS @Bosch-0 @pedromvpg @IamSanjana and specially to @BrodaDemi and @domrishe)
  • New user onboarding dialog (Thanks you for your designs and inspiration @BrodaDemi and @domrishe)
  • New robot Recovery dialog.
  • New feature: Robot Garage. The garage is a backlog of your multiple robots. It helps you switch easily between identities. Note that only the active robot will receive sound notifications for its order.
  • New "Connecting to TOR" screen (only for Android)
    Others:
  • Fixed prototype RoboSats PRO. Visible on path ...onion/pro
  • A robot that has past trade now shows a warning "Reusing trading identity degrades your privacy against other users, coordinators and observers."

Versions before v0.3.1 are now partially incompatible with a v0.4.0 coordinator, so an update is highly recommended!

Docker Images

Coordinator Backend Image v0.4.0-alpha (Docker Hub)

docker pull recksato/robosats:v0.4.0-alpha

Client App Image v0.4.0-alpha (Docker Hub)

docker pull recksato/robosats-client:v0.4.0-alpha

See nodeapp/docker-compose.yml for an example docker-compose usage of the robosats-client image.

Android

Find below the Android APK assets. The APK release is unsigned.

Known missing features:

  • Android APK has no sound or notifications.

Changelog

v0.4.0-alpha (2023-03-05)

Full Changelog

Closed issues:

  • Improve UserGenPage / LandingPage #204

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

What's Changed

New Contributors

Full Changelog: v0.3.4-alpha...v0.4.0-alpha

v0.3.4-alpha

12 Feb 15:10
88bb58b
Compare
Choose a tag to compare

This release has a few fixes and new features over v0.3.3:

  • New UI elements for BTC swaps. Interface wording now matches the selected mode (fiat or swap). For example a "Buy" order is now a "Swap In" order. Mode (fiat/swap) can be switched in the "settings", "offers" and "create" pages.
  • Swaps are now denominated in Sats.
  • Fix numeric input for small amounts (smaller than zero) when taking orders with range.
  • Fix Telegram notifications for takers.
  • Fix undefined telegram bot and token when enabling telegram notifications.
  • Fix faulty referral links when using the copy button.

Versions before v0.3.1 are now partially incompatible with a v0.3.4 coordinator, so an update is highly recommended!

Docker Images

Coordinator Backend Image v0.3.4-alpha (Docker Hub)

docker pull recksato/robosats:v0.3.4-alpha

Client App Image v0.3.4-alpha (Docker Hub)

docker pull recksato/robosats-client:v0.3.4-alpha

See nodeapp/docker-compose.yml for an example docker-compose usage of the robosats-client image.

Android

Find below the Android APK assets. The APK release is unsigned.

Known bugs:

  • Android APK has no sound or notifications.

Changelog

v0.3.4-alpha (2023-02-12)

Full Changelog

Closed issues:

  • My order is not loading, loosing my deposit. #352
  • Hint for Amount when doing Bitcoin on-chain Swap In/Out mentions fiat, not bitcoin #351
  • Add Twint as payment method in Switzerland #340
  • Can't take order #335
  • Adapt every UI component to auto scale in size #195

Merged pull requests:

v0.3.3-alpha (2022-12-08)

Full Changelog

Merged pull requests:

v0.3.2-alpha (2022-11-28)

Full Changelog

android-f7d4648 (2022-11-27)

Full Changelog

v0.3.1-alpha (2022-11-26)

Full Changelog

Merged pull requests:

android-9feccde (2022-11-24)

Full Changelog

Closed issues:

  • PRO & Basic: TradeBox and OrderPage functional components. #303
  • UX suggestion - changing title bar as additional event notification (in addition to ring) #283

android-6b2dedc (2022-11-21)

Full Changelog

Merged pull requests:

v0.3.0-alpha (2022-11-17)

Full Changelog

Merged pull requests:

android-7f731df (2022-11-15)

Full Changelog

Merged pull requests:

android-df78637 (2022-11-11)

Full Changelog

Merged pull requests:

android-7c2f6e1 (2022-11-07)

Full Changelog

android-9273ba0 (2022-11-06)

Full Changelog

android-3bae399 (2022-11-02)

Full Changelog

android-cafc63b (2022-10-25)

Full Changelog

Merged pull requests:

Read more

v0.3.3-alpha

08 Dec 15:42
6b1216a
Compare
Choose a tag to compare

Changelog

v0.3.3-alpha (2022-12-08)

Full Changelog

Merged pull requests:

v0.3.2-alpha (2022-11-28)

Full Changelog

android-f7d4648 (2022-11-27)

Full Changelog

v0.3.1-alpha (2022-11-26)

Full Changelog

Merged pull requests:

android-9feccde (2022-11-24)

Full Changelog

Closed issues:

  • PRO & Basic: TradeBox and OrderPage functional components. #303
  • UX suggestion - changing title bar as additional event notification (in addition to ring) #283

android-6b2dedc (2022-11-21)

Full Changelog

Merged pull requests:

v0.3.0-alpha (2022-11-17)

Full Changelog

Merged pull requests:

android-7f731df (2022-11-15)

Full Changelog

Merged pull requests:

android-df78637 (2022-11-11)

Full Changelog

Merged pull requests:

android-7c2f6e1 (2022-11-07)

Full Changelog

android-9273ba0 (2022-11-06)

Full Changelog

android-3bae399 (2022-11-02)

Full Changelog

android-cafc63b (2022-10-25)

Full Changelog

Merged pull requests:

v0.2.2-alpha (2022-10-22)

Full Changelog

Closed issues:

  • Add REST API endpoint for the trade chat (Turtle mode chat) #175

Merged pull requests:

android-f3d36fb (2022-10-16)

Full Changelog

Closed issues:

  • Add matchmaking system #237

Merged pull requests:

android-27154d5 (2022-10-10)

Full Changelog

Closed issues:

  • Persist Data on Android #258
  • Send token to clipboard on Android #257

Merged pull requests:

  • Add currencies ETB, GEL, and UGX which Yadio now supports #275 (sgornick)
  • Persist Data on And...
Read more

v0.3.2-alpha

28 Nov 09:03
987e7e0
Compare
Choose a tag to compare

This only has release has a few fixes over v0.3.1

  • Waiting for payout info and waiting for escrow prompts were swapped, now they display to the correct user.
  • Lnproxy request use the apiClient service with the serialized response. It is now available on Android app too.
  • Correctly detects on Web if coordinator runs over mainnet/testnet bitcoin without hiding the unsafe/selfhosted alert.

Docker Images

Coordinator Backend Image v0.3.2-alpha (Docker Hub)

docker pull recksato/robosats:v0.3.2-alpha

Client App Image v0.3.2-alpha (Docker Hub)

docker pull recksato/robosats-client:v0.3.2-alpha

See nodeapp/docker-compose.yml for an example docker-compose usage of the robosats-client image.

Android

Find below the Android APK assets. The APK release is unsigned.

Known bugs:

  • Android APK has no sound or notifications.

Changelog

v0.3.2-alpha (2022-11-28)

Full Changelog

android-f7d4648 (2022-11-27)

Full Changelog: android-f7d4648...v0.3.2-alpha

robosats-android-f7d4648

27 Nov 21:40
f7d4648
Compare
Choose a tag to compare
Pre-release
Add lnproxy json responses, enable lnproxy on android app

v0.3.1-alpha

26 Nov 12:15
dccb155
Compare
Choose a tag to compare

This release introduces:

  • New Trade Box, Order Page and Notification components.
  • Order status will keep refreshing even if the user is browsing the order book or adjusting settings.
  • Notifications will fire wherever you are in the app. Browser tab blinks if you are on another tab.
  • New buyer payout form with advanced options.
  • User can choose the routing budget (now you can receive payouts to expensive wallets e.g Muun, you pay the routing fee).
  • User can wrap their invoice with Lnproxy (experimental) to protect the privacy of the receiving node_id or wallet.
  • All actions during a trade have moved to the TradeBox (e.g. cancel buttons, collab cancel...).
  • Optionally automatically upload chat logs when opening a dispute.
  • Many bug fixes (and many new bugs too!)

This release is only deployed to RoboTest. Updating is not adviced until RoboSats coordinator is running v0.3.1!

Docker Images

Coordinator Backend Image v0.3.1-alpha (Docker Hub)

docker pull recksato/robosats:v0.3.1-alpha

Client App Image v0.3.1-alpha (Docker Hub)

docker pull recksato/robosats-client:v0.3.1-alpha

See nodeapp/docker-compose.yml for an example docker-compose usage of the robosats-client image.

Android

Find below the Android APK assets. The APK release is unsigned.

Known bugs:

  • Android APK has no sound or notifications.

Changelog

What's Changed

Full Changelog: android-6b2dedc...v0.3.1-alpha

robosats-android-9feccde

24 Nov 19:17
9feccde
Compare
Choose a tag to compare
Pre-release
Prepare version v0.3.1-alpha