Skip to content

Releases: ln-markets/umbrel

v1.1.3

04 Nov 16:24
Compare
Choose a tag to compare

Testnet setup and script update

This patch is more for developers than users but it will help in the long run!

Patchnote

  • Fixed a typo in disclaimer modal.
  • Added scripts for local and testnet env.
  • Updated documentation accordingly.

Some bugs may be discovered until the next Umbrel update, keep an eye on the Issues and feel free to report any problems.

v1.1.2

03 Nov 17:57
ee69cd4
Compare
Choose a tag to compare

Modal display rework

This patch only focuses on refactoring modal system once again.

Patchnote

  • Modified how modals are being displayed.
  • Few text updates in disclaimer modal.

Some bugs may be discovered until the next Umbrel update, keep an eye on the Issues and feel free to report any problems.

v1.1.1

03 Nov 17:32
cc0ba42
Compare
Choose a tag to compare

Refactor time part. 2!

Like previous patch this one is mostly about reworking systems.

Patchnote

  • Total rework of the modal system (design missing for now but will be added).
  • Vuex store restructured.
  • Added Discord links to the front as an icon in footer and a clickable text in disclaimer modal.
  • Better error handling, now displaying reason instead of only BadRequest etc...

Some bugs may be discovered until the next Umbrel update, keep an eye on the Issues and feel free to report any problems.

v1.1.0

30 Oct 16:55
9ec254c
Compare
Choose a tag to compare

Refactor time!

First patch since Umbrel integration, a lot was reworked to make user experience better.

Patchnote

  • Migrated from yarn to pnpm.
  • Refactored various histories and counters.
  • Added Github links to the front to contact us.
  • Fixed footer overriding stuff on some devices.
  • Added websockets for maket-data.
  • Added notification system.

Some bugs may be discovered until the next Umbrel update, keep an eye on the Issues and feel free to report any problems.

v1.0.0

11 Oct 14:33
Compare
Choose a tag to compare

First official release!

This patch marks our official integration into Umbrel, you should check it out!

Patchnote

  • Added TOR support.
  • Refactored some of the tools / setup for local development.

Some bugs may be discovered until the next Umbrel update, keep an eye on the Issues and feel free to report any problems.

v0.0.4

26 Sep 22:05
59276d1
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release

Front improvements

This release major goal was to fix, rework and add some features to the front side.

Patchnote

  • Fixed few typos in the disclaimer message shown to the user the first time they use the app.
  • Fixed false error triggers in deposit and withdraw modals.
  • Refactored the slider steps to take into account available balance and max deposit amount. More accurate than before.
  • Added "sats" unit next to the input box for amount in modals.
  • Added error codes to be shown if the deposit/withdraw process fails at some point
  • Added a system that updates all the available information every 15 seconds. No more refreshing!

v0.0.3

25 Sep 23:57
5e5b128
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

Local environment enhancement

This new release is more about easing up the local setup and integration.

Patchnote

  • Added a dev workspace to the project to automate dev setup.
  • Added two new scripts to dev workspace: start and stop, these are used to launch or shut-down everything related to this project.
  • Fixed a bug related to computePL getter when no initial value was found causing some front component to be partially or totally not loaded.

v0.0.2

25 Sep 23:57
357e489
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

First patch

Some of the logic got outdated due to our API rework (you can find the new docs here).

Patchnote

  • Modified API routes GET /futures and GET /user/history to match LNMarkets API logic.
  • The "Trade" button now correctly redirect to either the mainnet of testnet version of LNMarkets depending on the LND bitcoin network.

v0.0.1

26 Sep 00:00
4767196
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

Initial pre-release

This app would let you manage your LNMarkets account directly from Umbrel.

Key features

  • Withdraw and deposit directly from the app.
  • See some stats related to the account (balance, amount of withdraw, deposits and positions).
  • Display a breakdown of open, running and closed positions along with current PL.
  • Button to redirect you on LNMarkets to interact directly with the platform.

More features may be added in the future.