Update changelog, bump to 0.2.1

This commit is contained in:
Jon Staab
2025-01-02 15:14:28 -08:00
parent 814c5974c4
commit 9917970760
3 changed files with 15 additions and 3 deletions
+12
View File
@@ -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
+1 -1
View File
@@ -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.
+2 -2
View File
@@ -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",