diff --git a/CHANGELOG.md b/CHANGELOG.md index a3b9c43b..1d0a5106 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index 181ff8f2..fca96fed 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: