Skip to content
This repository was archived by the owner on Aug 31, 2023. It is now read-only.

Commit 3376ffc

Browse files
bors[bot]1010Tomda-kami
authored
Merge #554
554: Release version 0.3.2 r=da-kami a=itchymax Hi `@da-kami!` This PR was created in response to a manual trigger of the release workflow here: https://github.com/itchysats/10101/actions/runs/3635440547. I've bumped the versions in the manifest files in this commit: 4569a4e. Merging this PR will create a GitHub release! Co-authored-by: itchymax <[email protected]> Co-authored-by: Daniel Karzel <[email protected]>
2 parents 9807d25 + 80a2210 commit 3376ffc

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

CHANGELOG.md

+22-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.2] - 2022-12-07
11+
12+
### Fixed
13+
14+
- Action button that enables simple navigation to the wallet dashboard from all screens that show the balance.
15+
- Don't auto open the keyboard in the CFD trading screen.
16+
- Default invoice description keyboard to text.
17+
- Persist feed backup state over restarts.
18+
19+
### Added
20+
21+
- Settings screen that shows some useful app information but does not allow changes yet.
22+
- Show connection status to `10101` in the app.
23+
24+
### Changed
25+
26+
- Form validation for the open channel screen providing the user with more information.
27+
- Detect expired lightning payments and show them.
28+
- Show the `confirmed` balance as `on-chain` balance instead of the `total` balance to avoid confusion when opening a channel.
29+
1030
## [0.3.1] - 2022-12-02
1131

1232
### Fixed
@@ -65,7 +85,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6585
- Backup seed view
6686
- Mocked CFD trading view
6787

68-
[Unreleased]: https://github.com/itchysats/10101/compare/0.3.1...HEAD
88+
[Unreleased]: https://github.com/itchysats/10101/compare/0.3.2...HEAD
89+
[0.3.2]: https://github.com/itchysats/10101/compare/0.3.1...0.3.2
6990
[0.3.1]: https://github.com/itchysats/10101/compare/0.3.0...0.3.1
7091
[0.3.0]: https://github.com/itchysats/10101/compare/0.2.1...0.3.0
7192
[0.2.1]: https://github.com/itchysats/10101/compare/0.2.0...0.2.1

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: ten_ten_one
22
description: A non-custodial Bitcoin and Lightning wallet for the masses. Trade derivatives, bet on your favorite team or set up a non-custodial savings account on Bitcoin. Powered by Lightning and DLCs. Built with ❤️.
33
publish_to: none
4-
version: 0.3.1
4+
version: 0.3.2
55
environment:
66
sdk: ">=2.17.0 <3.0.0"
77
dependencies:

0 commit comments

Comments
 (0)