Skip to content

Releases: ln-markets/umbrel

Fix

07 Feb 13:46
c9fbdda
Compare
Choose a tag to compare

Fix an issue with empty body and fastify

v1.3.0

16 Jan 15:15
046a248
Compare
Choose a tag to compare

New account generation process!

We updated how the new accounts were generated. Existing accounts will be migrated to a new one automatically. You wont even notice it!

As a nice side-effect, you'll be able to access your LN Markets account directly from the node provided by Umbrel via Lightning Node Connect, something we've implemented not too long ago.

PS: The automatic migration will be active for an undefined time span, be sure to login at least once as soon as possible! We'll communicate in advance on when the automatic migration would stop, any account not migrated by then will be considered lost.

Changelog: v1.2.5...v1.3.0

v1.2.5

26 Oct 16:13
44e9360
Compare
Choose a tag to compare

No more deposit limitations!

Everything is in the title, some changes were also made in back-stage but nothing really noticable on user-end.

Patchnote

  • Remove limitations for deposit amount.
  • Fetch app configuration from GET /app/configuration endpoint of LN Markets API to be more future proof.
  • Replaced fontawesome v4 by heroicons v2 for front icons.
  • Update all dependencies and fixing some security issues in the process.

v1.2.4

04 Oct 09:37
Compare
Choose a tag to compare

New metrics and a bunch of fixes.

Last LN Markets release introduced a breaking change in our websockets API. We took the time to add some metrics to the dashboard while fixing websockets and various other things listed below.

Patchnote

  • Update LN Markets assets in Umbrel app store.
  • Removed login page as Umbrel proxy handle it now.
  • Added a loading screen for withdrawals and deposits.
  • More metrics available (total margin traded, all time PL...).
  • Fix websockets connection.
  • Fix withdraw slider, now works as intended.
  • Fix some typos in modals.
  • Fix CORS policy.

v1.2.3

03 May 13:55
393107b
Compare
Choose a tag to compare

CI, Finally!

This release will ease up development and also fix (once again) authentication system.

Patchnote

  • Automatic image build on master push and tag commits.
  • Fix authentication system.

v.1.2.2

21 Apr 14:35
Compare
Choose a tag to compare

ESM Hotfix part. 2!

More problems related to the migration were found. This release fix them.

Patchnote

  • Some __dirname in front blocked the build process. It is not longer the case.

v.1.2.1

21 Apr 14:19
Compare
Choose a tag to compare

ESM Hotfix

Since we migrated to an ES module syntax some variables like __dirname aren't available anymore.

Patchnote

  • Replaced __dirname occurences by new URL('.', import.meta.url).pathname.

v1.2.0

21 Apr 13:21
7095fa4
Compare
Choose a tag to compare

Authentication rework and more!

Recently a lot of our users reported issues with the authentication system especially during Umbrel updates. We completly revamped it!

Patchnote

  • Updated all LNMarkets assets to match the new design.
  • Dropped JWT and replaced them by cookies for authentication.
  • Rework "Positions" section to also display options as well!
  • Fixed a bug when accessing Umbrel through private IP resulting in a blank screen.

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.5

25 Nov 16:09
c9014f3
Compare
Choose a tag to compare

Security update

Since the recent Umbrel (v.0.4.8) update. They introduced a new protecting our apps using a random generated password for each app that wants it. This password is only accessible to you via the App Store under each supporting app. We decided to implement it.

Patchnote

  • Added a landing page where you're asked for the said password to unlock everything. Without it all of your API calls will be rejected.
  • Fixed header logo redirecting to the wrong lnmarkets platform depending on the network you're on.
  • Put back the modal design as stated in patchnote for v1.1.1. No more ugly pop-ups!

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.4

10 Nov 13:39
cf2b45f
Compare
Choose a tag to compare

Serving assets fix

Mainly fixes front issues related to HTTPS.

Patchnote

  • Added some badges and links in documentation.
  • Fixed some outdated environment variables.
  • Updated helmet configuration to remove HTTPS enforcing.

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