Skip to content

Commit

Permalink
Release 2.2.0 (#265)
Browse files Browse the repository at this point in the history
* 2.1.1-0.0.1 - Enhancement: Tweak Input/Scan copy (#248)

* Enhancement - Tweak Input/Scan copy

* Bump version

* Fix broken docs link on wallets page (#249)

* Enhancement: Simplify wallet connect flow by defaulting to CLN (#250)

* 2.1.1-0.0.4: Enhancement - One wallet connection only for larp mode when using auto connect (#253)

* Enhancement: Udpate auto connect to only permit one wallet connection for larpmode

* Bump version

* Update default download logic

* Remove logic to add wallet from the route and use function instead

* Fix potential race condition

* Remove script tag

* Add createWallet helper to add button

* Fix font size

* 2.1.1-0.1.4: [FEAT] - Close Channel (#255)

* A start

* Progress

* Progress

* Working

* Inc version

* Add spanish translations

* [2.1.1-0.0.5]: [Fix] - resolve "one wallet mode" bug  (#256)

* Fix utxos issue with one wallet mode

* Move delete wallet function to a reusable helper

* [2.1.1-0.1.5]: Fix - payment row cutoff on small screens

* Revert commit

* 2.1.1-0.2.4: [ENH] - Channels Spendable (#257)

* Add available balance and spend all to open channel

* Inc version

* Remove unused import

* 2.1.1-0.2.6: Enhancement: Improve the Tor connection experience (#259)

* [2.1.1-0.1.6]: Enhancement: Convert App Proxy input field to radio with Clams and Alby options

* Update version

* Revert console

* 2.1.1-0.2.5: Fix - payment row cutoff on small screens (#258)

* [2.1.1-0.1.5]: Fix - payment row cutoff on small screens

* Bump version

* Update row size

* Bump version

* 2.1.1-0.2.5: [CHORE] - Deprecate Native App (#260)

* Remove native app

* Inc version

* Remove workflow

* 2.1.1-0.3.6: [FEAT] - Add option to expose private channels when creating invoice (#261)

* 2.1.1-0.3.6: Feature - Add toggle to expose private channels to create invoice flow

* i18n label

* 2.1.1-0.3.7: [Enhancement] - Increase size of input options buttons (#262)

* 2.1.1-0.4.7: [Feat] - Add warnings for bitcoind and lightningd sync status (#264)

* Feature: 2.1.1-0.4.7 - Add bitcoind and lightningd sync error messages

* Clean up

* Version bump for 2.5.0 release

* Update version

---------

Co-authored-by: Aaron <[email protected]>
  • Loading branch information
johngribbin and lnbc1QWFyb24 authored Jun 10, 2024
1 parent 616b219 commit 46724bf
Show file tree
Hide file tree
Showing 58 changed files with 525 additions and 4,752 deletions.
41 changes: 0 additions & 41 deletions .github/workflows/publish.yaml

This file was deleted.

6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
{
"name": "remote",
"version": "2.1.1",
"version": "2.2.0",
"scripts": {
"dev": "vite dev",
"dev-https": "vite dev --mode https",
"dev-native": "tauri dev",
"build": "vite build",
"build-staging": "vite build --mode staging",
"build-native": "tauri build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
Expand All @@ -22,7 +20,6 @@
"@sveltejs/adapter-static": "^2.0.3",
"@sveltejs/kit": "^1.27.2",
"@tailwindcss/forms": "^0.5.6",
"@tauri-apps/cli": "^1.5.6",
"@types/big.js": "^6.1.6",
"@types/crypto-js": "^4.1.1",
"@types/hammerjs": "^2.0.43",
Expand Down Expand Up @@ -59,7 +56,6 @@
"@bitcoinerlab/secp256k1": "^1.0.5",
"@noble/curves": "^1.2.0",
"@noble/hashes": "^1.3.2",
"@tauri-apps/api": "^1.5.1",
"bech32": "^2.0.0",
"big.js": "^6.2.1",
"bitcoinjs-lib": "^6.1.3",
Expand Down
3 changes: 0 additions & 3 deletions src-tauri/.gitignore

This file was deleted.

Loading

0 comments on commit 46724bf

Please sign in to comment.