Skip to content

Releases: RoboSats/robosats

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 <yv1vtrul@duck.com>

robosats-android-cafc63b

25 Oct 21:52
cafc63b
Compare
Choose a tag to compare
Pre-release
Revert pre-commit fix on locale files

v0.2.2-alpha

22 Oct 17:07
8633c5a
Compare
Choose a tag to compare

This release introduces

  • The new Maker Form
  • New match making system on order maker
  • RoboSats PRO concep demo (Interactive fully customizable layout with widgets, drag and drop, then freeze the UI) . Check it out at unsafe.robosats.com/pro
  • New Web websocket System
  • API v0 documentation
  • Loading avatar placeholder animation
  • A large refactor of the frontend (many new functional components)
  • Persist data on Android
  • New currencies
  • New language : Chinese (simplified and traditional)

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.2.2-alpha (Docker Hub)

docker pull recksato/robosats:v0.2.2-alpha

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

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

Many bug fixes (possibly many new bugs too!)

Known bugs:

  • Tooltips on the DepthChart are now deactivated. The center line does not render.
  • Chat still does not work in the Android APK.

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 (2022-10-04)

Full Changelog

Closed issues:

  • API Documentation #75

Merged pull requests:

Latest

robosats-android-f3d36fb

16 Oct 17:13
f3d36fb
Compare
Choose a tag to compare
Pre-release
Revert lint fix