Releases: ln-markets/umbrel
v1.1.3
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
andtestnet
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
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
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
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
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
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
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
andstop
, 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
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
andGET /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
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.