Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
staltz
manyverse
Commits
71737a38
Verified
Commit
71737a38
authored
Mar 05, 2021
by
staltz
Browse files
release: 0.2103.5-beta
parent
ba49df2b
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
41 additions
and
27 deletions
+41
-27
CHANGELOG.md
CHANGELOG.md
+7
-0
android/app/build.gradle
android/app/build.gradle
+2
-2
package-lock.json
package-lock.json
+2
-2
package.json
package.json
+2
-2
src/frontend/libraries.ts
src/frontend/libraries.ts
+28
-21
No files found.
CHANGELOG.md
View file @
71737a38
...
...
@@ -7,6 +7,13 @@
-
(Android)
[
APK file
](
https://manyver.se/apk
)
-
(iOS)
[
App Store
](
https://apps.apple.com/app/manyverse/id1492321617
)
## 0.2103.5-beta
*
Bug fix: improve text contrast for code blocks (
[
see details
](
https://gitlab.com/staltz/manyverse/commit/33dc0e2c034aabbef0f124e041057c5afda90be4
)
)
*
Bug fix: reset database migration to correct it (
[
see details
](
https://gitlab.com/staltz/manyverse/commit/0b952b909507a0ea59e56e487b90e94180344635
)
)
*
Hack-fix race condition when publishing (#1256) (
[
see details
](
https://gitlab.com/staltz/manyverse/commit/9dfb2374a5a9c82054e388285b12ec417c73a7fd
)
), closes
[
#1256
](
https://gitlab.com/staltz/manyverse/issues/1256
)
*
Replace the database, from ssb-db to ssb-db2 (
[
see details
](
https://gitlab.com/staltz/manyverse/commit/52c668e90588d4ab50a2e3da06cb41b7e1289e2e
)
)
## 0.2101.5-beta
*
Bug fix: Compose preview should not reset post (
[
see details
](
https://gitlab.com/staltz/manyverse/commit/d00a86171110a072f6d88641b479124c113ac2ee
)
)
...
...
android/app/build.gradle
View file @
71737a38
...
...
@@ -145,8 +145,8 @@ android {
flavorDimensions
"store"
defaultConfig
{
versionCode
9
5
versionName
"0.210
1
.5-beta"
versionCode
9
6
versionName
"0.210
3
.5-beta"
applicationId
"se.manyver"
minSdkVersion
rootProject
.
ext
.
minSdkVersion
targetSdkVersion
rootProject
.
ext
.
targetSdkVersion
...
...
package-lock.json
View file @
71737a38
{
"name": "manyverse",
"version": "0.210
1
.5-beta",
"version": "0.210
3
.5-beta",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
...
...
@@ -23904,4 +23904,4 @@
"integrity": "sha512-YO803/X+13GNaZB7fVopjvHH0uWQKgJkgKnU1YCjxShjKGVuN9PPHHW8g+uFDpkHpSTNi3rCMKMewIcbC1BAYg=="
}
}
}
}
\ No newline at end of file
package.json
View file @
71737a38
{
"name"
:
"manyverse"
,
"version"
:
"0.210
1
.5-beta"
,
"version"
:
"0.210
3
.5-beta"
,
"private"
:
true
,
"main"
:
"desktop/nodejs-project/loader.js"
,
"scripts"
:
{
...
...
@@ -181,4 +181,4 @@
"react-native"
:
{
"os"
:
"react-native-os-staltz"
}
}
}
\ No newline at end of file
src/frontend/libraries.ts
View file @
71737a38
...
...
@@ -375,6 +375,13 @@ export default [
license
:
'
MIT License (MIT)
'
,
homepage
:
'
https://github.com/staltz/promisify-tuple#readme
'
,
},
{
name
:
'
pull-async
'
,
type
:
'
library
'
,
version
:
'
1.0.0
'
,
license
:
'
Apache License 2.0 (Apache-2.0)
'
,
homepage
:
'
https://github.com/ahdinosaur/pull-async#readme
'
,
},
{
name
:
'
pull-backoff
'
,
type
:
'
library
'
,
...
...
@@ -427,7 +434,7 @@ export default [
{
name
:
'
pull-stream
'
,
type
:
'
library
'
,
version
:
'
3.6.1
3
'
,
version
:
'
3.6.1
4
'
,
license
:
'
MIT License (MIT)
'
,
homepage
:
'
https://pull-stream.github.io
'
,
},
...
...
@@ -716,13 +723,6 @@ export default [
license
:
'
MIT License (MIT)
'
,
homepage
:
'
https://github.com/ssbc/secret-stack
'
,
},
{
name
:
'
secret-stack-decorators
'
,
type
:
'
library
'
,
version
:
'
1.0.0
'
,
license
:
'
MIT License (MIT)
'
,
homepage
:
'
https://gitlab.com/staltz/secret-stack-decorators#readme
'
,
},
{
name
:
'
sodium-chloride-native-nodejs-mobile
'
,
type
:
'
library
'
,
...
...
@@ -747,7 +747,7 @@ export default [
{
name
:
'
ssb-blobs-purge
'
,
type
:
'
library
'
,
version
:
'
1.0.
0
'
,
version
:
'
1.0.
1
'
,
license
:
'
MIT License (MIT)
'
,
homepage
:
'
https://github.com/staltz/ssb-blobs-purge
'
,
},
...
...
@@ -782,7 +782,7 @@ export default [
{
name
:
'
ssb-conn
'
,
type
:
'
library
'
,
version
:
'
2.0.0
-rc2
'
,
version
:
'
2.0.0
'
,
license
:
'
MIT License (MIT)
'
,
homepage
:
'
https://github.com/staltz/ssb-conn
'
,
},
...
...
@@ -796,35 +796,42 @@ export default [
{
name
:
'
ssb-db2
'
,
type
:
'
library
'
,
version
:
'
1.1
1.0
'
,
version
:
'
1.1
8.2
'
,
license
:
'
GNU Lesser General Public License v3.0 only (LGPL-3.0)
'
,
homepage
:
'
https://github.com/ssb-ngi-pointer/ssb-db2
'
,
},
{
name
:
'
ssb-deweird
'
,
type
:
'
library
'
,
version
:
'
1.0.0
'
,
license
:
'
MIT License (MIT)
'
,
homepage
:
'
https://github.com/staltz/ssb-deweird
'
,
},
{
name
:
'
ssb-dht-invite
'
,
type
:
'
library
'
,
version
:
'
1.1
1
.0
'
,
version
:
'
1.1
2
.0
'
,
license
:
'
MIT License (MIT)
'
,
homepage
:
'
https://gitlab.com/staltz/ssb-dht-invite#readme
'
,
},
{
name
:
'
ssb-ebt
-fork-staltz
'
,
name
:
'
ssb-ebt
'
,
type
:
'
library
'
,
version
:
'
5.6.7-
1
'
,
version
:
'
6.0.0-rc
1
'
,
license
:
'
MIT License (MIT)
'
,
homepage
:
'
https://github.com/s
taltz
/ssb-ebt
-fork-staltz
'
,
homepage
:
'
https://github.com/s
sbc
/ssb-ebt
'
,
},
{
name
:
'
ssb-friends
'
,
type
:
'
library
'
,
version
:
'
4.4.
3
'
,
version
:
'
4.4.
4
'
,
license
:
'
MIT License (MIT)
'
,
homepage
:
'
https://github.com/ssbc/ssb-friends
'
,
},
{
name
:
'
ssb-invite-client
'
,
type
:
'
library
'
,
version
:
'
1.
1
.0
'
,
version
:
'
1.
2
.0
'
,
license
:
'
MIT License (MIT)
'
,
homepage
:
'
https://github.com/staltz/ssb-invite-client
'
,
},
...
...
@@ -859,7 +866,7 @@ export default [
{
name
:
'
ssb-lan
'
,
type
:
'
library
'
,
version
:
'
0.2
.0
'
,
version
:
'
1.0
.0
'
,
license
:
'
MIT License (MIT)
'
,
homepage
:
'
https://github.com/staltz/ssb-lan
'
,
},
...
...
@@ -873,9 +880,9 @@ export default [
{
name
:
'
ssb-mobile-bluetooth-manager
'
,
type
:
'
library
'
,
version
:
'
3.2.
2
'
,
version
:
'
3.2.
3
'
,
license
:
'
MIT License (MIT)
'
,
homepage
:
'
https://github.com/
happy0
/ssb-mobile-bluetooth-manager#readme
'
,
homepage
:
'
https://github.com/
staltz
/ssb-mobile-bluetooth-manager#readme
'
,
},
{
name
:
'
ssb-ref
'
,
...
...
@@ -915,7 +922,7 @@ export default [
{
name
:
'
ssb-threads
'
,
type
:
'
library
'
,
version
:
'
7.0.0
-rc4
'
,
version
:
'
7.0.0
'
,
license
:
'
MIT License (MIT)
'
,
homepage
:
'
https://github.com/ssbc/ssb-threads#readme
'
,
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment