Skip to content

Commit

Permalink
chore: release v1.3.1 (#499)
Browse files Browse the repository at this point in the history
* v1.3.1

* v1.3.1 changelog
  • Loading branch information
kilrau authored Mar 11, 2024
1 parent c9e4a5d commit 55dd4d5
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 5 deletions.
45 changes: 45 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,51 @@

All notable changes to this project will be documented in this file.

## [1.3.1] - 2024-03-11

### Bug Fixes

- Autoswitch off by 1 (#467)
- Catch error on 0 amount invoices (#477)
- Safety check if swap was found (#484)
- Disable WebLN invoice button on invalid amount (#479)
- Retry Taproot claims (#487)
- Remove duplicate spacer for BTC swaps (#490)
- Improve pasting (#496)
- Address was not validated after assets switch (#475)

### Features

- Handle WIF encoded private keys (#462)
- Cooperative submarine claims (#463)
- Switch from SSE to WS (#464)
- Cooperative EVM refunds
- Migrate all endpoints to API v2
- Fetch node public key
- Add boltz status page to footer (#466)
- Add youtube link and create footer nav (#476)
- Add testnet link (#486)
- Show WASM error page if not supported (#485)
- Amount max/min error should have prio over other errors (#483)
- Only show refund button when file is uploaded (#471)
- Add loading animation (#493)
- Implement Satcomma formatting for sats amounts (#494)
- Intermediate step when uploading refund json and proper error (#489)

### Miscellaneous Tasks

- Add aqua and marina as integrations (#461)
- Update dependencies (#472)
- Remove unused dependencies
- Bump CI Node version
- Bump @openzeppelin/contracts from 5.0.1 to 5.0.2 (#495)

### Refactor

- Switch tests to jest (#473)
- Consistent API V2 endpoint usage (#480)


## [1.3.0] - 2024-01-25

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ Parameters

Licensor: Boltz

Licensed Work: boltz-web-app 1.3.0
Licensed Work: boltz-web-app 1.3.1
The Licensed Work is (c) 2024 Boltz

Additional Use Grant: Running source locally without modification

Change Date: 2028-01-25
Change Date: 2028-03-11

Change License: AGPL v3.0 (GNU AFFERO GENERAL PUBLIC LICENSE Version 3)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "boltz-frontend",
"version": "1.3.0",
"version": "1.3.1`",
"description": "Boltz Exchange, Atomic Swaps, Web App",
"scripts": {
"start": "cp src/configs/config.regtest.ts src/config.ts && vite",
Expand Down

0 comments on commit 55dd4d5

Please sign in to comment.