Skip to content

Commit 46724bf

Browse files
Release 2.2.0 (#265)
* 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]>
1 parent 616b219 commit 46724bf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+525
-4752
lines changed

.github/workflows/publish.yaml

Lines changed: 0 additions & 41 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
{
22
"name": "remote",
3-
"version": "2.1.1",
3+
"version": "2.2.0",
44
"scripts": {
55
"dev": "vite dev",
66
"dev-https": "vite dev --mode https",
7-
"dev-native": "tauri dev",
87
"build": "vite build",
98
"build-staging": "vite build --mode staging",
10-
"build-native": "tauri build",
119
"preview": "vite preview",
1210
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
1311
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
@@ -22,7 +20,6 @@
2220
"@sveltejs/adapter-static": "^2.0.3",
2321
"@sveltejs/kit": "^1.27.2",
2422
"@tailwindcss/forms": "^0.5.6",
25-
"@tauri-apps/cli": "^1.5.6",
2623
"@types/big.js": "^6.1.6",
2724
"@types/crypto-js": "^4.1.1",
2825
"@types/hammerjs": "^2.0.43",
@@ -59,7 +56,6 @@
5956
"@bitcoinerlab/secp256k1": "^1.0.5",
6057
"@noble/curves": "^1.2.0",
6158
"@noble/hashes": "^1.3.2",
62-
"@tauri-apps/api": "^1.5.1",
6359
"bech32": "^2.0.0",
6460
"big.js": "^6.2.1",
6561
"bitcoinjs-lib": "^6.1.3",

src-tauri/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)