Skip to content

Releases: broxus/sparx_wallet_flutter

1.22.0

08 Dec 08:58
11a3ad8

Choose a tag to compare

What's Changed

  • chore(EWM-TECH): main -> dev by @Odrin in #1091
  • fix(EWM-592): enhance account filtering logic by @Odrin in #1071
  • fix(EWM-593): account name generation by @Odrin in #1072
  • fix(EWM-586): always update biometry pwd by @Odrin in #1068
  • refactor(EWM-589): replace NtpTime.now() with NtpService.now() by @Odrin in #1076
  • feat(EWM-587): add pending transaction details route and update navigation by @Odrin in #1074
  • feat(EWM-595): improve QR scan result handling and app link validation by @Odrin in #1082
  • fix: EWM-591 nft refactor by @knightsforce in #1085
  • fix(EWM-600): validate public key format in multisig config by @Odrin in #1092
  • fix(EWM-598): Add ProtectedContentService to manage screenshot protection and update ProtectedContent widget by @Odrin in #1090
  • feat(EWM-597): add network change functionality and improve bootstrap navigation handling by @Odrin in #1086
  • refactor(EWM-601): remove unused files related to bloc by @Odrin in #1096
  • chore(EWM-TECH): predev by @Odrin in #1094
  • chore(EWM-TECH): release 1.22.0 by @Odrin in #1097

Full Changelog: 1.21.0...1.22.0

1.21.0

27 Nov 08:35
6d7439f

Choose a tag to compare

What's Changed

Full Changelog: 1.20.1...1.21.0

1.20.1

26 Nov 10:44
2a8965e

Choose a tag to compare

What's Changed

Full Changelog: 1.20.0...1.20.1

1.20.0

14 Nov 08:19
d4ba0af

Choose a tag to compare

What's Changed

  • chore(deps): bump lucide_icons_flutter from 3.1.4 to 3.1.5 by @dependabot[bot] in #1022
  • chore(deps): bump image_picker_platform_interface from 2.11.0 to 2.11.1 by @dependabot[bot] in #1024
  • chore(deps): bump go_router from 16.2.5 to 16.3.0 by @dependabot[bot] in #1025
  • chore(deps): bump melos from 7.2.0 to 7.3.0 by @dependabot[bot] in #1026
  • chore(deps): bump rive from 0.14.0-dev.11 to 0.14.0-dev.13 by @dependabot[bot] in #1033
  • feat: update nekoton dependencies and replace runLocal with runLocalWithLibs by @Odrin in #1009
  • feat(EWM-578): account settings verify on ledger by @Odrin in #1042
  • fix(EWM-573): return empty list instead of empty stream when search is not possible by @Odrin in #1035
  • fix(EWM-575): add HIDE_OVERLAY_WINDOWS permission and update MainActivity onCreate method by @Odrin in #1031
  • feat(EWM-577): password attempts counter by @Odrin in #1032
  • feat(EWM-582): add nft api support by @Odrin in #1041
  • feat(EWM-576): sensitive data by @Odrin in #1030
  • feat(EWM-397): New logic of default account and seed naming by @levitckii-daniil in #1021
  • fix(EWM-556): CreateSeedPasswordProfileWmParams. Get router instance befor… by @knightsforce in #1039
  • feat(EWM-579): ChangeNetworkWidget get toString by value from networkIdState by @knightsforce in #1040
  • feat(EWM-571): browser check is valid scheme for save to history by @knightsforce in #1037
  • feat(EWM-562): log browser console by @knightsforce in #1038
  • fix(EWM-580): add account remove isExternal flag by @knightsforce in #1043
  • fix(EWM-581): CompassRouter compassBack add Future for correct get list of… by @knightsforce in #1036
  • fix(EWM-585): update sentry by @knightsforce in #1045
  • feat(EWM-574): handle external links by @knightsforce in #1034
  • feat(EWM-584): encrypted storage path by @Odrin in #1047
  • chore(deps): bump flutter_svg from 2.2.1 to 2.2.2 by @dependabot[bot] in #1048
  • chore(deps): bump uuid from 4.5.1 to 4.5.2 by @dependabot[bot] in #1049
  • chore(deps): bump flutter_blue_plus from 2.0.0 to 2.0.1 by @dependabot[bot] in #1050
  • chore(deps): bump internet_connection_checker_plus from 2.9.0 to 2.9.1 by @dependabot[bot] in #1052
  • chore(deps): bump retrofit from 4.7.3 to 4.9.0 by @dependabot[bot] in #1051
  • chore(deps): bump sqlite3 from 2.9.3 to 2.9.4 by @dependabot[bot] in #1054
  • chore(deps): bump crypto from 3.0.6 to 3.0.7 by @dependabot[bot] in #1055
  • chore(deps): bump get_it from 8.2.0 to 8.3.0 by @dependabot[bot] in #1056
  • chore(EWM-TECH): predev by @Odrin in #1046
  • chore(EWM-TECH): update version to 1.20.0 by @Odrin in #1060

Full Changelog: 1.19.1...1.20.0

1.19.1

24 Oct 08:31
14e5705

Choose a tag to compare

What's Changed

Full Changelog: 1.19.0...1.19.1

1.19.0

23 Oct 19:43
f42b4a4

Choose a tag to compare

What's Changed

Full Changelog: 1.18.0...1.19.0

1.18.0

15 Oct 20:19
e27fe4f

Choose a tag to compare

What's Changed

Full Changelog: 1.17.0...1.18.0

1.17.0

12 Oct 13:57
305962b

Choose a tag to compare

What's Changed

  • chore(EWM-TECH): main -> dev by @Odrin in #1005
  • fix(EWM-569): native currency token fetch by @Odrin in #1006
  • fix(EWM-568, EWM-559, EWM-565): minor fixes by @Odrin in #1001
  • fix(EWM-566): ignore pointer if navbar is not visible by @Odrin in #1003
  • feat(EWM-567): enhance account renaming functionality with initial name retrieval and UI improvements by @Odrin in #1004
  • fix(EWM-563): integrate NekotonRepository into BiometryService for master key retrieval by @Odrin in #1002
  • feat(EWM-TECH): pre-dev for 1.17.0 by @levitckii-daniil in #1000
  • fix(EWM-350): android adaptive icon by @knightsforce in #957
  • fix(Sentry fixes): fix sentry exceptions by @knightsforce in #961
  • chore(EWM-TECH): release 1.17.0 by @Odrin in #1008

Full Changelog: 1.16.0...1.17.0

1.16.0

29 Sep 08:11
8349e4e

Choose a tag to compare

What's Changed

Full Changelog: 1.15.2...1.16.0

1.15.2

15 Sep 08:04
e777dfc

Choose a tag to compare

What's Changed

  • chore(EWM-TECH): release 1.15.1 (main -> dev) by @Odrin in #983
  • feat(EWM-537): WM state fields naming (to bloc -> elementary branch) by @levitckii-daniil in #985
  • fix(SPARX-YT): update RestoreSubroutesGuard to prevent EncryptedStorage interactions before initialization by @Odrin in #987
  • feat(EWM-TECH): 3 screens bloc -> elementary by @levitckii-daniil in #988
  • refactor(EWM-414): update Nekoton inject (DEPEND ON PREDEV) by @knightsforce in #967
  • refactor(EWM_TECH): bloc to elementary by @Odrin in #979
  • chore(EWM-TECH): release 1.15.2 by @Odrin in #992

Full Changelog: 1.15.1...1.15.2