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

Commit

Permalink
Merge #554
Browse files Browse the repository at this point in the history
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 <itchymax@itchysats.network>
Co-authored-by: Daniel Karzel <daniel@comit.network>
  • Loading branch information
3 people authored Dec 7, 2022
2 parents 9807d25 + 80a2210 commit 3376ffc
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.2] - 2022-12-07

### Fixed

- Action button that enables simple navigation to the wallet dashboard from all screens that show the balance.
- Don't auto open the keyboard in the CFD trading screen.
- Default invoice description keyboard to text.
- Persist feed backup state over restarts.

### Added

- Settings screen that shows some useful app information but does not allow changes yet.
- Show connection status to `10101` in the app.

### Changed

- Form validation for the open channel screen providing the user with more information.
- Detect expired lightning payments and show them.
- Show the `confirmed` balance as `on-chain` balance instead of the `total` balance to avoid confusion when opening a channel.

## [0.3.1] - 2022-12-02

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

[Unreleased]: https://github.com/itchysats/10101/compare/0.3.1...HEAD
[Unreleased]: https://github.com/itchysats/10101/compare/0.3.2...HEAD
[0.3.2]: https://github.com/itchysats/10101/compare/0.3.1...0.3.2
[0.3.1]: https://github.com/itchysats/10101/compare/0.3.0...0.3.1
[0.3.0]: https://github.com/itchysats/10101/compare/0.2.1...0.3.0
[0.2.1]: https://github.com/itchysats/10101/compare/0.2.0...0.2.1
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: ten_ten_one
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 ❤️.
publish_to: none
version: 0.3.1
version: 0.3.2
environment:
sdk: ">=2.17.0 <3.0.0"
dependencies:
Expand Down

0 comments on commit 3376ffc

Please sign in to comment.