Skip to content
Snippets Groups Projects
Commit 148bf6a6 authored by Taras's avatar Taras
Browse files

Merge branch 'release/v1.0.31' into develop

parents 5b273cb5 4b98f843
No related branches found
No related tags found
No related merge requests found
......@@ -19,8 +19,8 @@ android {
applicationId = "org.futo.circles"
minSdk = rootProject.extra["min_sdk_version"] as Int
targetSdk = rootProject.extra["sdk_version"] as Int
versionCode = 40
versionName = "1.0.30"
versionCode = 41
versionName = "1.0.31"
archivesName = "circles-v$versionName"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
......
......@@ -111,10 +111,12 @@ Or, think about all of your friends across all of the places you\'ve ever lived.
<br/><br/>For example, you might want to create a group for your book club, or your sports team, or your scout troop.
<br/><br/>If you want to share with lots of different people who <i>don\'t</i> all know each other, then you should invite those people to follow you in a <b>Circle</b> instead.]]></string>
<string name="changelog">
- Fixed create group/circle/gallery navigation
- Share poll as image
- Improved offline app browsing experience
- Shared Galleries section
- Support of dehydrated devices
- Profile updates via presence system
- Post composer awaits for post to be sent
- Removed Connections
- Removed Gallery (still available in advanced settings)
- Replaced Configure Workspace with new setup flow
- Bug fixes and performance improvements
</string>
......
- Support of dehydrated devices
- Profile updates via presence system
- Post composer awaits for post to be sent
- Removed Connections
- Removed Gallery (still available in advanced settings)
- Replaced Configure Workspace with new setup flow
- Bug fixes and performance improvements
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment