Skip to content

Commit

Permalink
Release beta 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
robertodoering committed Jun 5, 2022
1 parent 0c91949 commit 61881cf
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 13 deletions.
8 changes: 4 additions & 4 deletions android/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GEM
artifactory (3.0.15)
atomos (0.1.3)
aws-eventstream (1.2.0)
aws-partitions (1.589.0)
aws-partitions (1.595.0)
aws-sdk-core (3.131.1)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.525.0)
Expand Down Expand Up @@ -66,7 +66,7 @@ GEM
faraday_middleware (1.2.0)
faraday (~> 1.0)
fastimage (2.2.6)
fastlane (2.206.1)
fastlane (2.206.2)
CFPropertyList (>= 2.3, < 4.0.0)
addressable (>= 2.8, < 3.0.0)
artifactory (~> 3.0)
Expand Down Expand Up @@ -145,7 +145,7 @@ GEM
os (>= 0.9, < 2.0)
signet (>= 0.16, < 2.a)
highline (2.0.3)
http-cookie (1.0.4)
http-cookie (1.0.5)
domain_name (~> 0.5)
httpclient (2.8.3)
jmespath (1.6.1)
Expand Down Expand Up @@ -192,7 +192,7 @@ GEM
uber (0.1.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.8.1)
unf_ext (0.0.8.2)
unicode-display_width (1.8.0)
webrick (1.7.0)
word_wrap (1.0.0)
Expand Down
10 changes: 10 additions & 0 deletions android/fastlane/metadata/android/free/en-US/changelogs/82.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Version 0.9.3
2022-06-06

· Added localized compact number formats
· Updated color picker styling
· Updated connection count tooltip
· Fixed & improved layout for right-to-left languages throughout the app
· For Arabic, Persian, Hebrew, Pashto and Urdu
· Tweet text is now laid out based on the Tweet's language (this does not include the description of a user)
· Fixed translate language setting not persisting across sessions
10 changes: 10 additions & 0 deletions android/fastlane/metadata/android/pro/en-US/changelogs/82.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Version 0.9.3
2022-06-06

· Added localized compact number formats
· Updated color picker styling
· Updated connection count tooltip
· Fixed & improved layout for right-to-left languages throughout the app
· For Arabic, Persian, Hebrew, Pashto and Urdu
· Tweet text is now laid out based on the Tweet's language (this does not include the description of a user)
· Fixed translate language setting not persisting across sessions
8 changes: 4 additions & 4 deletions android/version.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
freeVersionName=0.9.2
freeVersionCode=81
proVersionName=0.9.2
proVersionCode=81
freeVersionName=0.9.3
freeVersionCode=82
proVersionName=0.9.3
proVersionCode=82
9 changes: 4 additions & 5 deletions assets/changelogs/82.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
Version 0.9.3
2022-xx-xx
2022-06-06

- Fixed & improved layout for right-to-left languages throughout the app
- For Arabic, Persian, Hebrew, Pashto and Urdu
- Tweet text is now laid out based on the Tweet's language (this does not include the description of a user)
- This does not include the description of a user
- Added localized compact number formats
- Updated color picker styling
- Updated connection count tooltip
- Fixed & improved layout for right-to-left languages throughout the app
- For Arabic, Persian, Hebrew, Pashto and Urdu
- Tweet text is now laid out based on the Tweet's language (this does not include the description of a user)
- Fixed translate language setting not persisting across sessions

0 comments on commit 61881cf

Please sign in to comment.