Skip to content

Commit

Permalink
Beta 370 (#718)
Browse files Browse the repository at this point in the history
* 3.7.0
  • Loading branch information
Sereri authored Oct 13, 2020
1 parent da5d57b commit 4398a07
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Awful.apk/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.ferg.awfulapp"
android:versionCode="30610"
android:versionName="3.6.10"
android:versionCode="30700"
android:versionName="3.7.0"
android:installLocation="auto">
<supports-screens
android:smallScreens="true"
Expand Down
10 changes: 10 additions & 0 deletions Awful.apk/src/main/assets/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@
<!-- See the Changelog code for the expected structure of this document -->

<main>
<section>
<h2>3.7.0</h2>
<ul>
<li>You can now zoom gifs via the "display image" function. Truly we are living in the future.</li>
<li>Recipient is now above subject in the PM view. Hope this doesn't break your very important workflow.</li>
<li>Fixed probation time parsing. Probably. Look, just don't get probated ok?</li>
<li>Fixed gfycat display. Turns out trying to fix a correct url is bad?</li>
<li>Fixed video auto-play function. Though I guess nobody used that anyway</li>
</ul>
</section>
<section>
<h2>3.6.10</h2>
<ul>
Expand Down

0 comments on commit 4398a07

Please sign in to comment.