Skip to content

Commit 0fa998b

Browse files
committed
v0.34.0+97
1 parent e3c1dc6 commit 0fa998b

5 files changed

Lines changed: 27 additions & 10 deletions

File tree

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ android {
111111
applicationId "org.inaturalist.iNaturalistMobile"
112112
minSdkVersion rootProject.ext.minSdkVersion
113113
targetSdkVersion rootProject.ext.targetSdkVersion
114-
versionCode 96
115-
versionName "0.33.1"
114+
versionCode 97
115+
versionName "0.34.0"
116116
setProperty("archivesBaseName", applicationId + "-v" + versionName + "+" + versionCode)
117117
manifestPlaceholders = [ GMAPS_API_KEY:project.env.get("GMAPS_API_KEY") ]
118118
// Detox Android setup
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Fixed
2+
- properly delete observation photo
3+
- show observation date when missing time
4+
- double digits observation count
5+
- getting location
6+
- make Human treatment in suggestions more similar to web
7+
- few small UI
8+
- Suggestions navigation
9+
- Explore filter for no taxon
10+
11+
Changed
12+
- Now uses CV model 2.13
13+
- Email confirmatoin no longer required in register flow
14+
- Sign out directly from the drawer menu
15+
16+
Added
17+
- Offline notice on Explore

ios/iNaturalistReactNative.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@
633633
CODE_SIGN_ENTITLEMENTS = iNaturalistReactNative/iNaturalistReactNative.entitlements;
634634
CODE_SIGN_IDENTITY = "Apple Development";
635635
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Development";
636-
CURRENT_PROJECT_VERSION = 96;
636+
CURRENT_PROJECT_VERSION = 97;
637637
DEVELOPMENT_TEAM = N5J7L4P93Z;
638638
ENABLE_BITCODE = NO;
639639
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
@@ -756,7 +756,7 @@
756756
CODE_SIGN_ENTITLEMENTS = iNaturalistReactNative/iNaturalistReactNativeRelease.entitlements;
757757
CODE_SIGN_IDENTITY = "Apple Development";
758758
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Development";
759-
CURRENT_PROJECT_VERSION = 96;
759+
CURRENT_PROJECT_VERSION = 97;
760760
DEVELOPMENT_TEAM = N5J7L4P93Z;
761761
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
762762
HEADER_SEARCH_PATHS = (
@@ -1030,7 +1030,7 @@
10301030
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
10311031
CODE_SIGN_ENTITLEMENTS = "iNaturalistReactNative-ShareExtension/iNaturalistReactNative-ShareExtension.entitlements";
10321032
CODE_SIGN_STYLE = Automatic;
1033-
CURRENT_PROJECT_VERSION = 96;
1033+
CURRENT_PROJECT_VERSION = 97;
10341034
DEBUG_INFORMATION_FORMAT = dwarf;
10351035
DEVELOPMENT_TEAM = N5J7L4P93Z;
10361036
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "i386 arm64";
@@ -1075,7 +1075,7 @@
10751075
CODE_SIGN_IDENTITY = "Apple Development";
10761076
CODE_SIGN_STYLE = Automatic;
10771077
COPY_PHASE_STRIP = NO;
1078-
CURRENT_PROJECT_VERSION = 96;
1078+
CURRENT_PROJECT_VERSION = 97;
10791079
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
10801080
DEVELOPMENT_TEAM = N5J7L4P93Z;
10811081
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "i386 arm64";

ios/iNaturalistReactNative/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.33.1</string>
20+
<string>0.34.0</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleURLTypes</key>
@@ -32,7 +32,7 @@
3232
</dict>
3333
</array>
3434
<key>CFBundleVersion</key>
35-
<string>96</string>
35+
<string>97</string>
3636
<key>ITSAppUsesNonExemptEncryption</key>
3737
<false/>
3838
<key>LSApplicationQueriesSchemes</key>

ios/iNaturalistReactNativeTests/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.33.1</string>
18+
<string>0.34.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>96</string>
22+
<string>97</string>
2323
</dict>
2424
</plist>

0 commit comments

Comments
 (0)