Skip to content

Commit

Permalink
#189 Sending and receiving multiple attachments via Twitter
Browse files Browse the repository at this point in the history
  • Loading branch information
yvolk committed Nov 24, 2019
1 parent cf71762 commit dd29336
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions andstatus.org/www/raw/changes.xml
Expand Up @@ -29,12 +29,12 @@
AndStatus Home page is here: <a href="http://andstatus.org">andstatus.org</a>.
</subtitle>
</header>
<release android:versionName="52.01" android:versionCode="300"
versionDate="2019-11-09"
<release android:versionName="52.02" android:versionCode="301"
versionDate="2019-11-24"
versionTitle="Multiple attachments">
<changes>
<change>Show multiple attachments for incoming notes.
Create notes with multiple attachments for ActivityPub C2S and for Mastodon.
Create notes with multiple attachments for ActivityPub C2S, for Mastodon and Twitter.
<a href="https://github.com/andstatus/andstatus/issues/189">#189</a>
</change>
<change>Get max note size for Pleroma from instance config.
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Expand Up @@ -6,7 +6,7 @@ android {
buildToolsVersion rootProject.buildToolsVersion

defaultConfig {
versionCode 300
versionCode 301
versionName "52.02"

applicationId "org.andstatus.app"
Expand Down
6 changes: 3 additions & 3 deletions app/src/main/res/raw/changes.xml
Expand Up @@ -29,12 +29,12 @@
AndStatus Home page is here: <a href="http://andstatus.org">andstatus.org</a>.
</subtitle>
</header>
<release android:versionName="52.01" android:versionCode="300"
versionDate="2019-11-09"
<release android:versionName="52.02" android:versionCode="301"
versionDate="2019-11-24"
versionTitle="Multiple attachments">
<changes>
<change>Show multiple attachments for incoming notes.
Create notes with multiple attachments for ActivityPub C2S and for Mastodon.
Create notes with multiple attachments for ActivityPub C2S, for Mastodon and Twitter.
<a href="https://github.com/andstatus/andstatus/issues/189">#189</a>
</change>
<change>Get max note size for Pleroma from instance config.
Expand Down

0 comments on commit dd29336

Please sign in to comment.