Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b784390e authored by Stefan Niedermann's avatar Stefan Niedermann
Browse files

version bump to 3.0.1

parent 2c692ad6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,8 +13,8 @@ android {
        applicationId "it.niedermann.owncloud.notes"
        minSdkVersion 19
        targetSdkVersion 29
        versionCode 3000000
        versionName "3.0.0"
        versionCode 3000001
        versionName "3.0.1"
        multiDexEnabled true
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
    }
+23 −0
Original line number Diff line number Diff line
3.0.1

- 🐞 Fix overriding of manually set title when editing/exiting a new note (#935) (❤️ @johahauf)
- 🌍 Updated translations

3.0.0

- ❓ Update formatting section (#1020)
- 🌍 Updated translations

2.19.0

- 🆕 Replace RxMarkdown viewer with Markwon viewer (#549)
- 📈 Render markdown tables (#190)
- 🖼️ Show images in view mode (#807)
- ✅ Multi level checkboxes
- ✏️ Readonly mode must not allow editing of title (#983)
- 🔍 Matched content does not been rendered while search (#999)
- 🐞 Fix StringIndexOutOfBoundsException (#908)

2.18.0

- Replace RxMarkdown editor with Markwon editor (Does not yet affect the viewer) (#549)
 No newline at end of file