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
6a5d358e
Verified
Commit
6a5d358e
authored
Nov 05, 2020
by
staltz
Browse files
release: 0.2011.5-beta
parent
7875af53
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
36 additions
and
11 deletions
+36
-11
CHANGELOG.md
CHANGELOG.md
+12
-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/backend/package-lock.json
src/backend/package-lock.json
+1
-2
src/frontend/libraries.ts
src/frontend/libraries.ts
+17
-3
No files found.
CHANGELOG.md
View file @
6a5d358e
...
...
@@ -6,6 +6,18 @@
-
[
F-Droid
](
https://f-droid.org/packages/se.manyver/
)
-
[
Dat Installer
](
https://github.com/staltz/dat-installer/
)
(
insert
`dat://manyverse-latest.hashbase.io`
)
## 0.2011.5-beta
*
(Android) Fix audio message playback on some devices (
[
see details
](
https://gitlab.com/staltz/manyverse/commit/2833f77d7e230beccb8163f1ccd1b3534b3ca4c2
)
)
*
(Android) Make APK size 4MB smaller (
[
see details
](
https://gitlab.com/staltz/manyverse/commit/3d8fa3d5b0f328e521aab2c74cb44c5154a133bc
)
)
*
(Android) Remove unnecessary Android Permission (
[
see details
](
https://gitlab.com/staltz/manyverse/commit/5cba6ab3559df22f82033afcc7e58a81eb372f0f
)
)
*
Bug fix: unread markers behave more consistently (
[
see details
](
https://gitlab.com/staltz/manyverse/commit/dcaf71aa131215b5bdec0c70c6cfaad52ce43626
)
)
*
Feature: record audio messages and attach them (
[
see details
](
https://gitlab.com/staltz/manyverse/commit/b772acd28751e153112a3a83641af57ab5cda45c
)
)
*
Improve Arabic translation (
[
see details
](
https://gitlab.com/staltz/manyverse/commit/6a61d8fd51dd2d4f79f25160869fd90ec3765605
)
)
*
Improve looks of the audio player (
[
see details
](
https://gitlab.com/staltz/manyverse/commit/3dc05c7382e620dfe665b3ea09e0dbb6f236dcd4
)
)
*
Improve the user experience of the audio player (
[
see details
](
https://gitlab.com/staltz/manyverse/commit/a0b4d5eca339d751888099af99692167b4c58ddb
)
)
*
Translate to Swedish (100%) (
[
see details
](
https://gitlab.com/staltz/manyverse/commit/3d46f543e4ad34e0135d74cb9eb079c0481356dc
)
)
## 0.2010.5-beta
*
Bug fix: correct timestamps of private messages (
[
see details
](
https://gitlab.com/staltz/manyverse/commit/677bce02049476010045f590ad4e8b47818a46c9
)
)
...
...
android/app/build.gradle
View file @
6a5d358e
...
...
@@ -134,8 +134,8 @@ android {
flavorDimensions
"store"
defaultConfig
{
versionCode
9
2
versionName
"0.201
0
.5-beta"
versionCode
9
3
versionName
"0.201
1
.5-beta"
applicationId
"se.manyver"
minSdkVersion
rootProject
.
ext
.
minSdkVersion
targetSdkVersion
rootProject
.
ext
.
targetSdkVersion
...
...
package-lock.json
View file @
6a5d358e
{
"name": "manyverse",
"version": "0.201
0
.5-beta",
"version": "0.201
1
.5-beta",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
...
...
@@ -22545,4 +22545,4 @@
"integrity": "sha512-YO803/X+13GNaZB7fVopjvHH0uWQKgJkgKnU1YCjxShjKGVuN9PPHHW8g+uFDpkHpSTNi3rCMKMewIcbC1BAYg=="
}
}
}
}
\ No newline at end of file
package.json
View file @
6a5d358e
{
"name"
:
"manyverse"
,
"version"
:
"0.201
0
.5-beta"
,
"version"
:
"0.201
1
.5-beta"
,
"private"
:
true
,
"main"
:
"desktop/nodejs-project/loader.js"
,
"scripts"
:
{
...
...
@@ -175,4 +175,4 @@
"react-native"
:
{
"os"
:
"react-native-os-staltz"
}
}
}
\ No newline at end of file
src/backend/package-lock.json
View file @
6a5d358e
...
...
@@ -2511,8 +2511,7 @@
"ansi-regex"
:
{
"version"
:
"5.0.0"
,
"resolved"
:
"https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz"
,
"integrity"
:
"sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg=="
,
"optional"
:
true
"integrity"
:
"sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg=="
},
"chalk"
:
{
"version"
:
"4.1.0"
,
...
...
src/frontend/libraries.ts
View file @
6a5d358e
...
...
@@ -267,7 +267,7 @@ export default [
{
name
:
'
electron
'
,
type
:
'
library
'
,
version
:
'
7.2.4
'
,
version
:
'
10.1.3
'
,
license
:
'
MIT License (MIT)
'
,
homepage
:
'
https://github.com/electron/electron#readme
'
,
},
...
...
@@ -798,17 +798,31 @@ export default [
{
name
:
'
ssb-keys
'
,
type
:
'
library
'
,
version
:
'
7.2.2
'
,
version
:
'
8.0.0
'
,
license
:
'
MIT License (MIT)
'
,
homepage
:
'
https://github.com/ssbc/ssb-keys
'
,
},
{
name
:
'
ssb-keys-mnemonic
'
,
type
:
'
library
'
,
version
:
'
0.3
.0
'
,
version
:
'
1.0
.0
'
,
license
:
'
MIT License (MIT)
'
,
homepage
:
'
https://github.com/staltz/ssb-keys-mnemonic
'
,
},
{
name
:
'
ssb-keys-mnemonic-neon
'
,
type
:
'
library
'
,
version
:
'
1.0.0-2
'
,
license
:
'
GNU Affero General Public License v3.0 (AGPL-3.0)
'
,
homepage
:
'
https://github.com/staltz/ssb-keys-mnemonic-neon#readme
'
,
},
{
name
:
'
ssb-keys-neon
'
,
type
:
'
library
'
,
version
:
'
8.0.0-8
'
,
license
:
'
GNU Affero General Public License v3.0 (AGPL-3.0)
'
,
homepage
:
'
https://github.com/staltz/ssb-keys-neon#readme
'
,
},
{
name
:
'
ssb-lan
'
,
type
:
'
library
'
,
...
...
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