Releases: ln-markets/umbrel
Fix
v1.3.0
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
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
byheroicons v2
for front icons. - Update all dependencies and fixing some security issues in the process.
v1.2.4
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
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
v.1.2.1
v1.2.0
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
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
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.