Skip to content

Releases: RoboSats/robosats

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

robosats-android-27154d5

10 Oct 17:06
27154d5
Compare
Choose a tag to compare
Pre-release

Persist Data on Android #274

  • Android Cookies

  • Android Fix POST headers

  • Format

  • App & Cookies Working

  • Fix token on UserGen

robosats-android-9bda934

07 Oct 14:21
9bda934
Compare
Choose a tag to compare
Pre-release
Android Tor icon and copy to clipboard (#269)

* Android Clipboard and Tor Status Icon

* working clipboard and lintern

* Fix

* Add style for Tor connection component

* Fix Freeze and Internet out

* Fix Typo

Co-authored-by: Reckless_Satoshi <reckless.satoshi@protonmail.com>

robosats-android-36cf156

04 Oct 17:04
36cf156
Compare
Choose a tag to compare
Pre-release
Update PR template. Fix Android release workflow.

v0.2.1-alpha

29 Sep 16:53
a6cbff8
Compare
Choose a tag to compare

This patch includes the new BookTable component. This is the first alpha release with an Android APK for testing.

Features of the new book table component:

  • Responsive to any screen size.
  • Displays columns according to importance (only shows most important columns that fit in the screen)
  • Has 3 new columns: time to public expiration, escrow/invoice submission timer, order ID.
  • Colors the premium according to attractiveness (small color and thickness effect).
  • Has a new fullscreen mode.
  • In large displays, the book page will render the depth chart side-by-side.

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

docker pull recksato/robosats:v0.2.1-alpha

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

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

Changelog

v0.2.1-alpha (2022-09-29)

Full Changelog

android-ab4d83b (2022-09-28)

Full Changelog

Closed issues:

  • Android/iOS app. Torified webview in react-native. #42

* This Changelog was automatically generated by github_changelog_generator

Full Changelog: android-ab4d83b...v0.2.1-alpha

Contributors since v0.2.0-alpha

@KoalaSat
@okada-blue
@Reckless-Satoshi

robosats-android-ab4d83b

28 Sep 20:38
ab4d83b
Compare
Choose a tag to compare
Pre-release

Android Pre-release

Android pre-release for testing. This pre-release has @KoalaSat #247 webview with torified requests. While the app is not fully functional (no cookies and therefore no permanent robot and no authenticated requests are possible), it would be great to start testing Tor requests in different systems.

This releases has two assets that you can download below: release-like .apk (159 Mb) and a debug .APK (233 MB). The debug APK is specially useful at this stage as it will show logs for errors that are key to fix the issues.

Contributors

@KoalaSat
@Reckless-Satoshi

v0.2.0-alpha

22 Sep 22:44
538f3cb
Compare
Choose a tag to compare

This is the first RoboSats alpha release! 🎉
Our previous release was nicknamed "Minimum Viable Project". With the first alpha release we intend to have a higher cadence of releases, sticking to semantic versioning. This is needed in order to ensure compatibility with the distributed clients (e.g. sovereign node apps or Android app)

Given that the API is still fluid, the major version will be 0 for the next few iterations. RoboSats web client, node client, and Android client, now check with the coordinator whether the major and minor versions match. In case of mismatch, the user will be instructed to update the client.

Every RoboSats component (i.e., the coordinator backend, web client, node client and Android client) will be versioned in lockstep,(matching versions) so there is no need for lookup compatibility tables. If the major and minor versions match, it's perfectly compatible.

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

docker pull recksato/robosats:v0.2.0-alpha

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

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

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

Android

This release has no APK assets available (Android app still under development, look at pre-releases).

Changelog

v0.2.0-alpha (2022-09-22)

Closed issues:

  • Implement automated versioning, releases and version mismatch checks. #241
  • Move the most recent value in sats of an order calculation to the backend #224
  • [solved] QtQr adds invisible characters front of the string in the QRcode #214
  • Improve docker-compose.yml / setup.md #208
  • Order expired, LN still confirming #207
  • Add onchain address validation compatible with Taproot adresses #194
  • Add the fiat amount to the chat component #192
  • Identify the taken amount as a maker of an order with an amount range on small screens is clumsy #181
  • “Extra” features to increase the popularity of RoboSats #179
  • Add WebLN support #176
  • Add 'stealth invoices': an On/Off toggle for lightning invoice description #168
  • Detailed amounts of sats involved after a trade #150
  • Add book depth chart #134

Merged pull requests:

Read more

robosats-alpha-b4fac4c

14 Jul 19:52
b4fac4c
Compare
Choose a tag to compare
Pre-release

Android Pre-release

To be prepared for Android releases.

App should not be used as of now. It uses the clearnet unsafe tor2web bridge.