From 9851efbdce827a2074ce2558fd343693d3d1bddf Mon Sep 17 00:00:00 2001 From: Andre Staltz Date: Fri, 2 Sep 2022 12:03:50 +0300 Subject: [PATCH] release: 0.2209.2-beta --- CHANGELOG.md | 22 ++++++++++++ android/app/build.gradle | 4 +-- package-lock.json | 4 +-- package.json | 4 +-- src/frontend/libraries.ts | 34 +++++++++++++++++-- src/frontend/screens/dialog-thanks/backers.ts | 8 +---- src/frontend/versionName.ts | 2 +- 7 files changed, 61 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aadb69e2f..66b31223c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,28 @@ **Update from [manyver.se/download](https://manyver.se/download):** +## 0.2209.2-beta + +* (iOS) Bug fix: color of mentions menu separator ([see details](https://gitlab.com/staltz/manyverse/commit/b98f568df1fa4e988928b75b0374fd45c9efc823)) +* (iOS) Bug fix: private chat drafts should work ([see details](https://gitlab.com/staltz/manyverse/commit/84b2ef26df6cbf0b8bc7ba1621166d3106891293)) +* (iOS) Bug fix: profile header sizing and spacing ([see details](https://gitlab.com/staltz/manyverse/commit/cc6f433af20333439f9b38c3978f4bda86b194f0)) +* (iOS) Bug fix: spaces and sizes for the bottom tabs ([see details](https://gitlab.com/staltz/manyverse/commit/882feb98a5f232b2b7b3f3ed4b956f5a4c9f34b4)) +* (iOS) Bug fix: spacing in the reply box in a Thread ([see details](https://gitlab.com/staltz/manyverse/commit/92f9f9e34ad21c84635c2299bfc78aed7d1d76c9)) +* (iOS) Improve appearance of the back button ([see details](https://gitlab.com/staltz/manyverse/commit/e85b61cd41b06a3bb086b536df39db4692ae3103)) +* Bug fix: allow connecting to wi-fi peers without internet ([see details](https://gitlab.com/staltz/manyverse/commit/a6aae659186f83673e20fc858086285704c18d55)) +* Bug fix: blocked accounts re-fetched post-compaction ([see details](https://gitlab.com/staltz/manyverse/commit/bef36adfd3fa9b1ac3b3a35dde1e89bb1986f4c4)) +* Bug fix: compaction stuck on 0% on tiny databases ([see details](https://gitlab.com/staltz/manyverse/commit/3db099b8b6279147ad12a1cd265c0ee76524e605)) +* Bug fix: copy cypherlink from Search screen ([see details](https://gitlab.com/staltz/manyverse/commit/b0f5f4b17e85ac6d2777bd581dd084fbf97f5b59)) +* Bug fix: going back from the Storage screen ([see details](https://gitlab.com/staltz/manyverse/commit/d12bca225642c47493c6c99d87ec7e6eb57cc420)) +* Bug fix: scroll bars missing from Storage screen ([see details](https://gitlab.com/staltz/manyverse/commit/3901a7113b15d3960943b0aadfd0e4c3c071e45e)) +* Feature: new Indexing screen ([see details](https://gitlab.com/staltz/manyverse/commit/f90f3ce145fd99895af4790e624f2aac358b3584)) +* Feature: new progress bar Pill element ([see details](https://gitlab.com/staltz/manyverse/commit/c5e13e4a81da8c8565fefbda1009d247d5afaf06)) +* Feature: show name and blurred avatar of blocked accounts ([see details](https://gitlab.com/staltz/manyverse/commit/8ecf2dfb7667863323194291040123b6f8af6717)) +* Improve French and German translations ([see details](https://gitlab.com/staltz/manyverse/commit/7e6e4f701ec021e44fc19add05d7d90fcce3103c)) +* Improve margins and paddings all around ([see details](https://gitlab.com/staltz/manyverse/commit/cb73eb0e6fd80f4ab5282e7fcb607bf39df21774)) +* Improve Profile screen to load all details at once ([see details](https://gitlab.com/staltz/manyverse/commit/98cd8853a619eaa7f01c60b09d0e684c7075281a)) +* Improve Spanish and Dutch translations ([see details](https://gitlab.com/staltz/manyverse/commit/ef9a1d9236f57f8b175aa70f96133aec004b7a90)) + ## 0.2208.5-beta * Feature: add private chat recipient by SSB ID ([see details](https://gitlab.com/staltz/manyverse/commit/dd59322360a087208a69510318bc9b7d12be8a0c)) diff --git a/android/app/build.gradle b/android/app/build.gradle index 0cbfe8643..0dc663936 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -151,8 +151,8 @@ android { flavorDimensions "store" defaultConfig { - versionCode 132 - versionName "0.2208.5-beta" + versionCode 133 + versionName "0.2209.2-beta" applicationId "se.manyver" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion diff --git a/package-lock.json b/package-lock.json index dcb826fc5..71788a5da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "manyverse", - "version": "0.2208.5-beta", + "version": "0.2209.2-beta", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -27892,4 +27892,4 @@ "integrity": "sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw==" } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index 78273b5bf..1f8122c51 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "manyverse", - "version": "0.2208.5-beta", + "version": "0.2209.2-beta", "private": true, "main": "desktop/nodejs-project/loader.js", "license": "MPL-2.0", @@ -218,4 +218,4 @@ "react-native": { "os": "react-native-os-staltz" } -} +} \ No newline at end of file diff --git a/src/frontend/libraries.ts b/src/frontend/libraries.ts index a79b28ac4..e794203ae 100644 --- a/src/frontend/libraries.ts +++ b/src/frontend/libraries.ts @@ -208,6 +208,13 @@ export default [ license: 'MIT License (MIT)', homepage: 'https://github.com/staltz/bindings-noderify-nodejs-mobile', }, + { + name: 'blurhash', + type: 'library', + version: '1.1.5', + license: 'MIT License (MIT)', + homepage: 'http://blurhash.com', + }, { name: 'buffer', type: 'library', @@ -488,6 +495,13 @@ export default [ license: 'MIT License (MIT)', homepage: 'https://reactjs.org/', }, + { + name: 'react-blurhash', + type: 'library', + version: '0.1.3', + license: 'MIT License (MIT)', + homepage: 'https://blurha.sh', + }, { name: 'react-dom', type: 'library', @@ -516,6 +530,13 @@ export default [ license: 'MIT License (MIT)', homepage: 'https://github.com/Happy0/react-native-bluetooth-socket-bridge/', }, + { + name: 'react-native-blurhash', + type: 'library', + version: '1.1.8', + license: 'MIT License (MIT)', + homepage: 'https://github.com/mrousavy/react-native-blurhash#readme', + }, { name: 'react-native-dialogs', type: 'library', @@ -764,6 +785,13 @@ export default [ license: 'MIT License (MIT)', homepage: 'https://github.com/ssbc/ssb-blobs', }, + { + name: 'ssb-blobs-blurhash', + type: 'library', + version: '0.0.3', + license: 'MIT License (MIT)', + homepage: 'https://github.com/achou11/ssb-blobs-blurhash#readme', + }, { name: 'ssb-blobs-purge', type: 'library', @@ -837,14 +865,14 @@ export default [ { name: 'ssb-friends', type: 'library', - version: '5.1.6', + version: '5.1.7', license: 'MIT License (MIT)', homepage: 'https://github.com/ssbc/ssb-friends', }, { name: 'ssb-friends-purge', type: 'library', - version: '1.0.0', + version: '1.0.1', license: 'GNU Lesser General Public License v3.0 only (LGPL-3.0)', homepage: 'https://github.com/ssb-ngi-pointer/ssb-friends-purge#readme', }, @@ -914,7 +942,7 @@ export default [ { name: 'ssb-replication-scheduler', type: 'library', - version: '2.0.3', + version: '2.0.5', license: 'GNU Lesser General Public License v3.0 only (LGPL-3.0)', homepage: 'https://github.com/ssb-ngi-pointer/ssb-replication-scheduler', }, diff --git a/src/frontend/screens/dialog-thanks/backers.ts b/src/frontend/screens/dialog-thanks/backers.ts index add845710..43d6b66b8 100644 --- a/src/frontend/screens/dialog-thanks/backers.ts +++ b/src/frontend/screens/dialog-thanks/backers.ts @@ -2,10 +2,4 @@ // // SPDX-License-Identifier: CC0-1.0 -export default [ - 'Dace', - 'C Moid', - 'Andrew Lewman', - 'DC Posch', - 'Irakli Gozalishvili', -]; +export default ['Dace', 'C Moid', 'Guest', 'Andrew Lewman', 'DC Posch']; diff --git a/src/frontend/versionName.ts b/src/frontend/versionName.ts index 706368ac6..145f56aea 100644 --- a/src/frontend/versionName.ts +++ b/src/frontend/versionName.ts @@ -2,4 +2,4 @@ // // SPDX-License-Identifier: CC0-1.0 -export default '0.2208.5-beta'; +export default '0.2209.2-beta';