Skip to content

v0.2.2-alpha

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Oct 17:07
· 1367 commits to main since this release
8633c5a

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