Commit 4d25708b0421d60ffaf4fc458e8f42fb5b9c3f62
release: 0.2103.19-beta
Andre Staltz committed on 3/19/2021, 3:15:37 PMParent: 1363b6f8e4eea19ce6222a0958082c3f2c97acd4
Files changed
CHANGELOG.md | changed |
android/app/build.gradle | changed |
package-lock.json | changed |
package.json | changed |
src/backend/package-lock.json | changed |
src/frontend/libraries.ts | changed |
CHANGELOG.md | ||
---|---|---|
@@ -6,8 +6,19 @@ | ||
6 | 6 | - (Android) [F-Droid](https://f-droid.org/packages/se.manyver/) |
7 | 7 | - (Android) [APK file](https://manyver.se/apk) |
8 | 8 | - (iOS) [App Store](https://apps.apple.com/app/manyverse/id1492321617) |
9 | 9 | |
10 | +## 0.2103.19-beta | |
11 | + | |
12 | +* (Android) Improve app startup time by 1 second ([see details](https://gitlab.com/staltz/manyverse/commit/dd91ccc3ae3b96429d85421a6fce4d2b93b79b81)) | |
13 | +* Bug fix: newly published message should show immediately ([see details](https://gitlab.com/staltz/manyverse/commit/77ee59359c16729d71ef9d6eaeb5bb3413716d52)) | |
14 | +* Bug fix: newly published thread should show immediately ([see details](https://gitlab.com/staltz/manyverse/commit/1363b6f8e4eea19ce6222a0958082c3f2c97acd4)) | |
15 | +* Bug fix: pub options should show on the Connections tab ([see details](https://gitlab.com/staltz/manyverse/commit/789c9175de70dfe02833475236a83f71f312b907)) | |
16 | +* Bug fix: starting new private chats should be possible ([see details](https://gitlab.com/staltz/manyverse/commit/97951878d478a0e19b1b04d049d2bd62e8b577e4)) | |
17 | +* Improve instructions when starting a private chat ([see details](https://gitlab.com/staltz/manyverse/commit/5d7570f4b3e591ab293d16c8333d7f4419e0b6b7)) | |
18 | +* Improve performance of mentioning other accounts ([see details](https://gitlab.com/staltz/manyverse/commit/578438394f7c070815489e72c90db4d1684a2f5a)) | |
19 | +* Improve private chat list with less visual clutter ([see details](https://gitlab.com/staltz/manyverse/commit/c4f26fcf74361fb7dd401c1a62e8252727f0ccb7)) | |
20 | + | |
10 | 21 | ## 0.2103.5-beta |
11 | 22 | |
12 | 23 | * Bug fix: improve text contrast for code blocks ([see details](https://gitlab.com/staltz/manyverse/commit/33dc0e2c034aabbef0f124e041057c5afda90be4)) |
13 | 24 | * Bug fix: reset database migration to correct it ([see details](https://gitlab.com/staltz/manyverse/commit/0b952b909507a0ea59e56e487b90e94180344635)) |
android/app/build.gradle | ||
---|---|---|
@@ -144,10 +144,10 @@ | ||
144 | 144 | |
145 | 145 | flavorDimensions "store" |
146 | 146 | |
147 | 147 | defaultConfig { |
148 | - versionCode 96 | |
149 | - versionName "0.2103.5-beta" | |
148 | + versionCode 97 | |
149 | + versionName "0.2103.19-beta" | |
150 | 150 | applicationId "se.manyver" |
151 | 151 | minSdkVersion rootProject.ext.minSdkVersion |
152 | 152 | targetSdkVersion rootProject.ext.targetSdkVersion |
153 | 153 | ndk { |
package-lock.json | ||
---|---|---|
The diff is too large to show. Use a local git client to view these changes. Old file size: 940745 bytes New file size: 940745 bytes |
package.json | ||
---|---|---|
@@ -1,7 +1,7 @@ | ||
1 | 1 | { |
2 | 2 | "name": "manyverse", |
3 | - "version": "0.2103.5-beta", | |
3 | + "version": "0.2103.19-beta", | |
4 | 4 | "private": true, |
5 | 5 | "main": "desktop/nodejs-project/loader.js", |
6 | 6 | "scripts": { |
7 | 7 | "postinstall": "patch-package", |
@@ -180,5 +180,5 @@ | ||
180 | 180 | }, |
181 | 181 | "react-native": { |
182 | 182 | "os": "react-native-os-staltz" |
183 | 183 | } |
184 | -} | |
184 | +} |
src/backend/package-lock.json | ||
---|---|---|
The diff is too large to show. Use a local git client to view these changes. Old file size: 324835 bytes New file size: 324859 bytes |
Built with git-ssb-web