Skip to content

Commit

Permalink
Merge pull request #2974 from superhero-com/release/v2.2.3
Browse files Browse the repository at this point in the history
Release v2.2.3
  • Loading branch information
CedrikNikita authored Apr 18, 2024
2 parents bcf4581 + 439f0a7 commit 6c3072d
Show file tree
Hide file tree
Showing 77 changed files with 3,904 additions and 2,337 deletions.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,47 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [2.2.3](https://github.com/Superhero-com/superhero-wallet/compare/v2.2.2...v2.2.3) (2024-04-18)


### Features

* ability to sign payForTx, typed data, delegation ([9342082](https://github.com/Superhero-com/superhero-wallet/commit/934208261d6719eb3646b777383c471fa86521ac))
* add support for biometric login on mobile apps ([4ef0219](https://github.com/Superhero-com/superhero-wallet/commit/4ef02190f7f51647f5d1043bb995a7e2585d7130))
* allow to replace caller in sign transaction ([1e4aae3](https://github.com/Superhero-com/superhero-wallet/commit/1e4aae3ee9e88f31cea456b09d916b9522c2aced))
* expose address for sign message in callback ([b445a5c](https://github.com/Superhero-com/superhero-wallet/commit/b445a5cf88a9a4a564189b78a026304f11de47d4))
* show max fee for eth transactions ([f15c6ce](https://github.com/Superhero-com/superhero-wallet/commit/f15c6ce1cc51b3a9334736a6a2af1706998160ee))
* support jwt signing ([90d55bf](https://github.com/Superhero-com/superhero-wallet/commit/90d55bf8b47cf294a0be13cf4d2cdbfc65a07daf))
* warn user that sender has been replaced ([6291f65](https://github.com/Superhero-com/superhero-wallet/commit/6291f652e63e0814ee49d003512aa0a4b3a85453))


### Bug Fixes

* add gecko id to browser_specific_settings for ff ([976b06a](https://github.com/Superhero-com/superhero-wallet/commit/976b06a73b9316de94d5c081a140cb5b60b2d975))
* **aeternity:** be able to send max amount ([69aeb71](https://github.com/Superhero-com/superhero-wallet/commit/69aeb7198a939edab46f8b461fae232a98fb1132))
* allow to open index html via redirect ([a1a6193](https://github.com/Superhero-com/superhero-wallet/commit/a1a61936169636dd0e25efe91be550889a499129))
* be able to migrate mnemonic from vuex ([fda76f7](https://github.com/Superhero-com/superhero-wallet/commit/fda76f79517a9a97a8490648c4ba1212db08c701))
* blurred modal windows ([d9f42fb](https://github.com/Superhero-com/superhero-wallet/commit/d9f42fb07f1a14c2a65856ab56a5cf81a9bf6b80))
* browser actions menu buttons appearance ([0713f4a](https://github.com/Superhero-com/superhero-wallet/commit/0713f4af7254d3b28ab3fe692b411346ae7f7103))
* do not use sdk without node ([dfd0fff](https://github.com/Superhero-com/superhero-wallet/commit/dfd0fff0f943a94c554c6ecb74acd0dc25670ff3))
* eth max button should stay on ([27c1fb8](https://github.com/Superhero-com/superhero-wallet/commit/27c1fb89abafc7bd27a9762ff0782723458082bd))
* header add btn vue keys ([0b45ccf](https://github.com/Superhero-com/superhero-wallet/commit/0b45ccfcc73cc4c9f563600d4da235c1fd96a89c))
* **multisig:** disable every propose button if propose pending ([6e6f987](https://github.com/Superhero-com/superhero-wallet/commit/6e6f987e2fc3965550f912d55a515f97b20ea342))
* prevent cutting off parts of account name letters ([3313569](https://github.com/Superhero-com/superhero-wallet/commit/3313569628c0edd6b2f67b51d8b3c7f26cb1b3c1))
* secure login modal should not appear when authenticated ([39300e3](https://github.com/Superhero-com/superhero-wallet/commit/39300e306586956ff23a280804838e8ce2a94391))
* show dex related info only for dex transactions ([8faa670](https://github.com/Superhero-com/superhero-wallet/commit/8faa670ee689138c06d1f0410f82de30043637f6))
* update dryRunSdk on network change correctly ([58b0389](https://github.com/Superhero-com/superhero-wallet/commit/58b038999ebcba31aa2dea1dc8a77a04fa4f9cef))


### Maintenance

* update eth node urls ([a9219c4](https://github.com/Superhero-com/superhero-wallet/commit/a9219c42fba541acb8516d63cfd8cb12a5c5db20))


### Performance

* use dryAeSdk to collect multisig info ([2789cf4](https://github.com/Superhero-com/superhero-wallet/commit/2789cf4bc220d7d856add79d6be80208e458dbd1))

### [2.2.2](https://github.com/Superhero-com/superhero-wallet/compare/v2.2.1...v2.2.2) (2024-04-14)


Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "com.superhero.cordova"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 20202
versionName "2.2.2"
versionCode 20203
versionName "2.2.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand Down
3 changes: 3 additions & 0 deletions android/app/capacitor.build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,19 @@ android {

apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle"
dependencies {
implementation project(':aparajita-capacitor-biometric-auth')
implementation project(':capacitor-community-barcode-scanner')
implementation project(':capacitor-app')
implementation project(':capacitor-camera')
implementation project(':capacitor-clipboard')
implementation project(':capacitor-filesystem')
implementation project(':capacitor-haptics')
implementation project(':capacitor-keyboard')
implementation project(':capacitor-network')
implementation project(':capacitor-share')
implementation project(':capacitor-splash-screen')
implementation project(':capacitor-status-bar')
implementation project(':capacitor-native-settings')

}

Expand Down
9 changes: 9 additions & 0 deletions android/capacitor.settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
include ':capacitor-android'
project(':capacitor-android').projectDir = new File('../node_modules/@capacitor/android/capacitor')

include ':aparajita-capacitor-biometric-auth'
project(':aparajita-capacitor-biometric-auth').projectDir = new File('../node_modules/@aparajita/capacitor-biometric-auth/android')

include ':capacitor-community-barcode-scanner'
project(':capacitor-community-barcode-scanner').projectDir = new File('../node_modules/@capacitor-community/barcode-scanner/android')

Expand All @@ -14,6 +17,9 @@ project(':capacitor-camera').projectDir = new File('../node_modules/@capacitor/c
include ':capacitor-clipboard'
project(':capacitor-clipboard').projectDir = new File('../node_modules/@capacitor/clipboard/android')

include ':capacitor-filesystem'
project(':capacitor-filesystem').projectDir = new File('../node_modules/@capacitor/filesystem/android')

include ':capacitor-haptics'
project(':capacitor-haptics').projectDir = new File('../node_modules/@capacitor/haptics/android')

Expand All @@ -31,3 +37,6 @@ project(':capacitor-splash-screen').projectDir = new File('../node_modules/@capa

include ':capacitor-status-bar'
project(':capacitor-status-bar').projectDir = new File('../node_modules/@capacitor/status-bar/android')

include ':capacitor-native-settings'
project(':capacitor-native-settings').projectDir = new File('../node_modules/capacitor-native-settings/android')
4 changes: 2 additions & 2 deletions ios/App/App.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.2.2;
MARKETING_VERSION = 2.2.3;
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
PRODUCT_BUNDLE_IDENTIFIER = com.superhero.cordova;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -390,7 +390,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.2.2;
MARKETING_VERSION = 2.2.3;
PRODUCT_BUNDLE_IDENTIFIER = com.superhero.cordova;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";
Expand Down
2 changes: 2 additions & 0 deletions ios/App/App/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSFaceIDUsageDescription</key>
<string>$(PRODUCT_NAME) Authentication with TouchId or FaceID</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
Expand Down
4 changes: 3 additions & 1 deletion ios/App/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,19 @@ install! 'cocoapods', :disable_input_output_paths => true
def capacitor_pods
pod 'Capacitor', :path => '../../node_modules/@capacitor/ios'
pod 'CapacitorCordova', :path => '../../node_modules/@capacitor/ios'
pod 'AparajitaCapacitorBiometricAuth', :path => '../../node_modules/@aparajita/capacitor-biometric-auth'
pod 'CapacitorCommunityBarcodeScanner', :path => '../../node_modules/@capacitor-community/barcode-scanner'
pod 'CapacitorApp', :path => '../../node_modules/@capacitor/app'
pod 'CapacitorCamera', :path => '../../node_modules/@capacitor/camera'
pod 'CapacitorClipboard', :path => '../../node_modules/@capacitor/clipboard'
pod 'CapacitorHaptics', :path => '../../node_modules/@capacitor/haptics'
pod 'CapacitorFilesystem', :path => '../../node_modules/@capacitor/filesystem'
pod 'CapacitorHaptics', :path => '../../node_modules/@capacitor/haptics'
pod 'CapacitorKeyboard', :path => '../../node_modules/@capacitor/keyboard'
pod 'CapacitorNetwork', :path => '../../node_modules/@capacitor/network'
pod 'CapacitorShare', :path => '../../node_modules/@capacitor/share'
pod 'CapacitorSplashScreen', :path => '../../node_modules/@capacitor/splash-screen'
pod 'CapacitorStatusBar', :path => '../../node_modules/@capacitor/status-bar'
pod 'CapacitorNativeSettings', :path => '../../node_modules/capacitor-native-settings'
pod 'CordovaPlugins', :path => '../capacitor-cordova-ios-plugins'
end

Expand Down
Loading

0 comments on commit 6c3072d

Please sign in to comment.