Skip to content

Releases: RoboSats/robosats

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

robosats-android-6b2dedc

22 Nov 15:31
6b2dedc
Compare
Choose a tag to compare
Pre-release
Add Tradebox, OrderDetails, Notifications, OrderPage functional compo…

v0.3.0-alpha

17 Nov 18:11
dd72b93
Compare
Choose a tag to compare

This release introduces

  • New Navigation. Full redo of RoboSats Basic main.tsx and data structures.
  • New Coordinator mode
  • New Mainnet / Testnet switch (only on Android app)
  • The new Turtle Mode chat (use when your connection is slow, much more stable but slower: it's not a real time chat, but almost)
  • Many small fixes.

⚠️ This release introduces new routes and a few API changes. It might render previous frontend releases incompatible: update is highly recommended.

A RoboSats release simply marks a milestone in development. The release is relevant for RoboSats developers and market coordinators. In addition, it gives us an opportunity to release a note summarizing all of the new cool features and credit all contributors.

Docker Images

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

docker pull recksato/robosats:v0.3.0-alpha

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

docker pull recksato/robosats-client:v0.3.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 for testing (Android app still under development, look at pre-releases for more information).

Many bug fixes (possibly many new bugs too!)

Known bugs:

  • Does not have sound nor push notifications (yet).

Changelog

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:

android-9bda934 (2022-10-07)

Full Changelog

Merged pull requests:

[android-36cf156](https://gi...

Read more

robosats-android-7f731df

15 Nov 18:32
7f731df
Compare
Choose a tag to compare
Pre-release
Fix confirm action bug

robosats-android-df78637

11 Nov 10:37
df78637
Compare
Choose a tag to compare
Pre-release
Fix conflicts

robosats-android-7c2f6e1

07 Nov 13:04
7c2f6e1
Compare
Choose a tag to compare
Pre-release
Small fixes

robosats-android-9273ba0

06 Nov 18:28
9273ba0
Compare
Choose a tag to compare
Pre-release
Add load encrypted seetings

robosats-android-3bae399

02 Nov 19:49
3bae399
Compare
Choose a tag to compare
Pre-release
Chart turtle mode (#312)

* Add Chat Turtle Mode

* Unused code

* Switch and better UX

* translations

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