Skip to content

Commit

Permalink
Merge branch 'develop' into feature/2310
Browse files Browse the repository at this point in the history
  • Loading branch information
EmiM committed Apr 9, 2024
2 parents beaec60 + fa3a9b6 commit cd863db
Show file tree
Hide file tree
Showing 85 changed files with 2,126 additions and 6,636 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
ELECTRON_CUSTOM_VERSION: 23.0.0
DISPLAY: ":99.0"
TEST_MODE: true
IS_CI: true

steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/e2e-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
ELECTRON_CUSTOM_VERSION: 23.0.0
TEST_MODE: true
IS_E2E: true
IS_CI: true

steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/e2e-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
ELECTRON_CUSTOM_VERSION: 23.0.0
TEST_MODE: true
E2E: true
IS_CI: true

steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,16 @@
# Fixes

* Allow JPEG and GIF files as profile photos ([#2332](https://github.com/TryQuiet/quiet/issues/2332))
* Fixes issues with recreating general channel when deleted while offline ([#2334](https://github.com/TryQuiet/quiet/issues/2334))

# Other:

* Refactored package.json to have consistent license "GPL-3.0-or-later"

# Chores

* Cleanup data directory at end of e2e tests

[2.1.2]

# Refactorings:
Expand Down
Loading

0 comments on commit cd863db

Please sign in to comment.