File tree Expand file tree Collapse file tree 5 files changed +22
-8
lines changed
Expand file tree Collapse file tree 5 files changed +22
-8
lines changed Original file line number Diff line number Diff line change 1+ # 3.0.7
2+
3+ ## ✨ Features
4+
5+
6+ ## 🐛 Bug Fixes
7+
8+
9+ ## 🔧 Tech
10+
11+
112# 3.0.6
213
314## ✨ Features
415
16+ * Add support for Android 13 clipboard management ([ PR #93 ] ( https://github.com/cozy/cozy-pass-mobile/pull/93 ) )
517
618## 🐛 Bug Fixes
719
20+ * Fix login by email to make it work on Firefox browsers ([ PR #95 ] ( https://github.com/cozy/cozy-pass-mobile/pull/95 ) )
821
922## 🔧 Tech
1023
24+ * Change Android TargetSDK for 33 ([ PR #93 ] ( https://github.com/cozy/cozy-pass-mobile/pull/93 ) )
1125
1226# 3.0.5
1327
Original file line number Diff line number Diff line change 22<manifest
33 xmlns : android =" http://schemas.android.com/apk/res/android"
44 xmlns : tools =" http://schemas.android.com/tools"
5- android : versionCode =" 3000501 "
6- android : versionName =" 3.0.5 "
5+ android : versionCode =" 3000602 "
6+ android : versionName =" 3.0.6 "
77 android : installLocation =" internalOnly"
88 package =" io.cozy.pass" >
99
Original file line number Diff line number Diff line change 1111 <key >CFBundleIdentifier </key >
1212 <string >io.cozy.pass.mobile.autofill </string >
1313 <key >CFBundleShortVersionString </key >
14- <string >3.0.5 </string >
14+ <string >3.0.6 </string >
1515 <key >CFBundleLocalizations </key >
1616 <array >
1717 <string >en </string >
9696 </dict >
9797 </dict >
9898 <key >CFBundleVersion </key >
99- <string >3000501 </string >
99+ <string >3000603 </string >
100100</dict >
101101</plist >
Original file line number Diff line number Diff line change 1111 <key >CFBundleIdentifier </key >
1212 <string >io.cozy.pass.mobile.find-login-action-extension </string >
1313 <key >CFBundleShortVersionString </key >
14- <string >3.0.5 </string >
14+ <string >3.0.6 </string >
1515 <key >CFBundleLocalizations </key >
1616 <array >
1717 <string >en </string >
113113 <string >com.apple.ui-services </string >
114114 </dict >
115115 <key >CFBundleVersion </key >
116- <string >3000501 </string >
116+ <string >3000603 </string >
117117</dict >
118118</plist >
Original file line number Diff line number Diff line change 1111 <key >CFBundleIdentifier </key >
1212 <string >io.cozy.pass.mobile </string >
1313 <key >CFBundleShortVersionString </key >
14- <string >3.0.5 </string >
14+ <string >3.0.6 </string >
1515 <key >CFBundleIconName </key >
1616 <string >AppIcon </string >
1717 <key >CFBundleURLTypes </key >
137137 </dict >
138138 </dict >
139139 <key >CFBundleVersion </key >
140- <string >3000501 </string >
140+ <string >3000603 </string >
141141</dict >
142142</plist >
You can’t perform that action at this time.
0 commit comments