diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b0e42de --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +# 0.2.1 + +- [x] Improve performance, as well as scrolling and loading +- [x] Integrate @welshman/editor +- [x] Improve NIP 29 compatibility +- [x] Fix incorrect connection errors +- [x] Refine notifications +- [x] Add room menu to space homepage +- [x] Fix storage bugs +- [x] Add join space CTA diff --git a/android/app/build.gradle b/android/app/build.gradle index f7ee6ba..bcc48b9 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -8,7 +8,7 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion versionCode 1 - versionName "0.2.0" + versionName "0.2.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" aaptOptions { // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps. diff --git a/package-lock.json b/package-lock.json index a659f44..c1abca7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "flotilla", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "flotilla", - "version": "0.2.0", + "version": "0.2.1", "dependencies": { "@capacitor/android": "^6.1.2", "@capacitor/cli": "^6.1.2",