Skip to content

Commit

Permalink
Merge pull request #1570 from TryQuiet/master
Browse files Browse the repository at this point in the history
Merge after release
  • Loading branch information
Kacper-RF authored Jun 13, 2023
2 parents 3f281b3 + 4ebc867 commit 7b7c93f
Show file tree
Hide file tree
Showing 36 changed files with 145 additions and 57 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
Encrypted p2p team chat with no servers, just Tor.
<br />
<!-- <a href="https://tryquiet.org"><strong>tryquiet.org »</strong></a> -->
<a href="https://github.com/TryQuiet/quiet/releases/tag/quiet%401.2.0"><strong>Downloads</strong></a> |
<a href="https://github.com/TryQuiet/quiet/releases/tag/quiet%401.3.1"><strong>Downloads</strong></a> |
<a href="#how-it-works"><strong>How it Works</strong></a> |
<a href="#features"><strong>Features</strong></a> |
<a href="https://github.com/TryQuiet/monorepo/wiki/Threat-Model"><strong>Threat Model</strong></a> |
Expand Down Expand Up @@ -52,7 +52,7 @@ See our [FAQ](https://github.com/TryQuiet/monorepo/wiki/Quiet-FAQ) for answers t

## Getting started

To try Quiet, download the [latest release](https://github.com/TryQuiet/quiet/releases/tag/quiet%401.2.0) for your platform (.dmg for macOS, .exe for Windows, etc.) and install it in the normal way. Then create a community and open the community's settings to invite members.
To try Quiet, download the [latest release](https://github.com/TryQuiet/quiet/releases/tag/quiet%401.3.1) for your platform (.dmg for macOS, .exe for Windows, etc.) and install it in the normal way. Then create a community and open the community's settings to invite members.

If you'd like to help develop Quiet, see [Contributing to Quiet](#contributing-to-quiet).

Expand Down
8 changes: 8 additions & 0 deletions packages/backend-bundle/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.1](https://github.com/TryQuiet/quiet/compare/[email protected]@1.3.1) (2023-06-13)

**Note:** Version bump only for package backend-bundle





## [1.3.1-alpha.0](https://github.com/TryQuiet/quiet/compare/[email protected]@1.3.1-alpha.0) (2023-06-06)

**Note:** Version bump only for package backend-bundle
Expand Down
2 changes: 1 addition & 1 deletion packages/backend-bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backend-bundle",
"version": "1.3.1-alpha.0",
"version": "1.3.1",
"description": "",
"main": "bundle.cjs",
"scripts": {},
Expand Down
8 changes: 8 additions & 0 deletions packages/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.1](https://github.com/TryQuiet/backend/compare/@quiet/[email protected]...@quiet/[email protected]) (2023-06-13)

**Note:** Version bump only for package @quiet/backend





## [1.3.1-alpha.0](https://github.com/TryQuiet/backend/compare/@quiet/[email protected]...@quiet/[email protected]) (2023-06-06)

**Note:** Version bump only for package @quiet/backend
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quiet/backend",
"version": "1.3.1-alpha.0",
"version": "1.3.1",
"description": "tlg-manager",
"types": "lib/index.d.ts",
"type": "module",
Expand Down Expand Up @@ -48,7 +48,7 @@
"testEnvironment": "jest-environment-node"
},
"devDependencies": {
"@quiet/state-manager": "^1.3.1-alpha.0",
"@quiet/state-manager": "^1.3.1",
"@types/crypto-js": "^4.0.2",
"@types/express": "^4.17.9",
"@types/luxon": "^3.3.0",
Expand Down Expand Up @@ -87,10 +87,10 @@
"@chainsafe/libp2p-gossipsub": "6.1.0",
"@chainsafe/libp2p-noise": "11.0.0",
"@peculiar/webcrypto": "1.4.3",
"@quiet/common": "^1.3.1-alpha.0",
"@quiet/identity": "^1.3.1-alpha.0",
"@quiet/logger": "^1.3.1-alpha.0",
"@quiet/types": "^1.3.1-alpha.0",
"@quiet/common": "^1.3.1",
"@quiet/identity": "^1.3.1",
"@quiet/logger": "^1.3.1",
"@quiet/types": "^1.3.1",
"abortable-iterator": "^3.0.0",
"class-validator": "^0.13.1",
"cli-table": "^0.3.6",
Expand Down
8 changes: 8 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.1](https://github.com/TryQuiet/quiet/compare/@quiet/[email protected]...@quiet/[email protected]) (2023-06-13)

**Note:** Version bump only for package @quiet/common





## [1.3.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/[email protected]...@quiet/[email protected]) (2023-06-06)

**Note:** Version bump only for package @quiet/common
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quiet/common",
"version": "1.3.1-alpha.0",
"version": "1.3.1",
"description": "Common monorepo utils",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -34,7 +34,7 @@
"typescript": "^4.9.3"
},
"dependencies": {
"@quiet/types": "^1.3.1-alpha.0",
"@quiet/types": "^1.3.1",
"cross-env": "^5.2.0",
"debug": "^4.3.1"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/desktop/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.1](https://github.com/TryQuiet/quiet/compare/[email protected]@1.3.1) (2023-06-13)

**Note:** Version bump only for package quiet





## [1.3.1-alpha.0](https://github.com/TryQuiet/quiet/compare/[email protected]@1.3.1-alpha.0) (2023-06-06)

**Note:** Version bump only for package quiet
Expand Down
2 changes: 1 addition & 1 deletion packages/desktop/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions packages/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
},
"homepage": "https://github.com/TryQuiet",
"@comment version": "To build new version for specific platform, just replace platform in version tag to one of following linux, mac, windows",
"version": "1.3.1-alpha.0",
"version": "1.3.1",
"description": "Decentralized team chat",
"main": "dist/main/main.js",
"scripts": {
Expand Down Expand Up @@ -124,11 +124,11 @@
"dependencies": {
"@electron/remote": "^2.0.8",
"@peculiar/webcrypto": "1.4.3",
"@quiet/common": "^1.3.1-alpha.0",
"@quiet/logger": "^1.3.1-alpha.0",
"@quiet/types": "^1.3.1-alpha.0",
"@quiet/common": "^1.3.1",
"@quiet/logger": "^1.3.1",
"@quiet/types": "^1.3.1",
"@sentry/electron": "^2.5.4",
"backend-bundle": "^1.3.1-alpha.0",
"backend-bundle": "^1.3.1",
"electron-debug": "^3.0.1",
"electron-localshortcut": "^3.2.1",
"electron-store": "^8.0.1",
Expand All @@ -152,8 +152,8 @@
"@mui/icons-material": "^5.10.15",
"@mui/lab": "^5.0.0-alpha.109",
"@mui/material": "~5.10.15",
"@quiet/identity": "^1.3.1-alpha.0",
"@quiet/state-manager": "^1.3.1-alpha.0",
"@quiet/identity": "^1.3.1",
"@quiet/state-manager": "^1.3.1",
"@redux-saga/types": "^1.1.0",
"@reduxjs/toolkit": "^1.9.1",
"@sentry/browser": "^6.19.7",
Expand Down
8 changes: 8 additions & 0 deletions packages/e2e-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.1](https://github.com/TryQuiet/quiet/compare/[email protected]@1.3.1) (2023-06-13)

**Note:** Version bump only for package e2e-tests





## [1.3.1-alpha.0](https://github.com/TryQuiet/quiet/compare/[email protected]@1.3.1-alpha.0) (2023-06-06)

**Note:** Version bump only for package e2e-tests
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-tests/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions packages/e2e-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "e2e-tests",
"version": "1.3.1-alpha.0",
"version": "1.3.1",
"description": "For running end to end tests we use Selenium WebDriver (https://www.selenium.dev/documentation/webdriver/) with Electron ChromeDriver (https://www.npmjs.com/package/electron-chromedriver) in Jest",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -31,10 +31,10 @@
"typescript": "^4.9.3"
},
"dependencies": {
"@quiet/common": "^1.3.1-alpha.0",
"@quiet/logger": "^1.3.1-alpha.0",
"@quiet/types": "^1.3.1-alpha.0",
"backend-bundle": "^1.3.1-alpha.0",
"@quiet/common": "^1.3.1",
"@quiet/logger": "^1.3.1",
"@quiet/types": "^1.3.1",
"backend-bundle": "^1.3.1",
"cross-env": "^5.2.0",
"electron-chromedriver": "22.0.0",
"get-port": "^5.1.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/identity/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.1](https://github.com/TryQuiet/identity/compare/@quiet/[email protected]...@quiet/[email protected]) (2023-06-13)

**Note:** Version bump only for package @quiet/identity





## [1.3.1-alpha.0](https://github.com/TryQuiet/identity/compare/@quiet/[email protected]...@quiet/[email protected]) (2023-06-06)

**Note:** Version bump only for package @quiet/identity
Expand Down
2 changes: 1 addition & 1 deletion packages/identity/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/identity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quiet/identity",
"version": "1.3.1-alpha.0",
"version": "1.3.1",
"description": "Quiet tools for creating certificates and signing messages",
"main": "lib/index.js",
"types": "lib/index.d.js",
Expand Down Expand Up @@ -49,8 +49,8 @@
},
"dependencies": {
"@peculiar/webcrypto": "1.4.3",
"@quiet/logger": "^1.3.1-alpha.0",
"@quiet/types": "^1.3.1-alpha.0",
"@quiet/logger": "^1.3.1",
"@quiet/types": "^1.3.1",
"pkijs": "^3.0.8"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/integration-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.1](https://github.com/TryQuiet/quiet/compare/[email protected]@1.3.1) (2023-06-13)

**Note:** Version bump only for package integration-tests





## [1.3.1-alpha.0](https://github.com/TryQuiet/quiet/compare/[email protected]@1.3.1-alpha.0) (2023-06-06)

**Note:** Version bump only for package integration-tests
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-tests/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/integration-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "integration-tests",
"version": "1.3.1-alpha.0",
"version": "1.3.1",
"description": "",
"types": "lib/index.d.ts",
"main": "lib/index.js",
Expand Down Expand Up @@ -44,9 +44,9 @@
},
"dependencies": {
"@peculiar/webcrypto": "1.4.3",
"@quiet/identity": "^1.3.1-alpha.0",
"@quiet/logger": "^1.3.1-alpha.0",
"@quiet/state-manager": "^1.3.1-alpha.0",
"@quiet/identity": "^1.3.1",
"@quiet/logger": "^1.3.1",
"@quiet/state-manager": "^1.3.1",
"@reduxjs/toolkit": "^1.6.1",
"commander": "^9.1.0",
"debug": "^4.3.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.1](https://github.com/TryQuiet/quiet/compare/@quiet/[email protected]...@quiet/[email protected]) (2023-06-13)

**Note:** Version bump only for package @quiet/logger





## [1.3.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/[email protected]...@quiet/[email protected]) (2023-06-06)

**Note:** Version bump only for package @quiet/logger
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quiet/logger",
"version": "1.3.1-alpha.0",
"version": "1.3.1",
"description": "Logger",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.1](https://github.com/TryQuiet/quiet/compare/@quiet/[email protected]...@quiet/[email protected]) (2023-06-13)

**Note:** Version bump only for package @quiet/mobile





## [1.3.1-alpha.0](https://github.com/TryQuiet/quiet/compare/@quiet/[email protected]...@quiet/[email protected]) (2023-06-06)

**Note:** Version bump only for package @quiet/mobile
Expand Down
4 changes: 2 additions & 2 deletions packages/mobile/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ android {
applicationId "com.quietmobile"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 273
versionName "1.3.1-alpha.0"
versionCode 274
versionName "1.3.1"
resValue "string", "build_config_package", "com.quietmobile"
testBuildType System.getProperty('testBuildType', 'debug')
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
Expand Down
2 changes: 1 addition & 1 deletion packages/mobile/ios/Quiet/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>267</string>
<string>268</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false />
<key>LSRequiresIPhoneOS</key>
Expand Down
Loading

0 comments on commit 7b7c93f

Please sign in to comment.