Skip to content

Commit

Permalink
photosd-v1.7.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mnvr committed May 3, 2024
1 parent 9b7d1fb commit 9cbede5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/desktop-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:

strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
os: [macos-latest]
# Commented for testing
# os: [macos-latest, ubuntu-latest, windows-latest]

steps:
- name: Checkout code
Expand All @@ -42,7 +44,7 @@ jobs:
# repository when we're invoked for tag v1.x.x on the releases
# repository.
repository: ente-io/ente
ref: photosd-${{ github.ref }}
ref: photosd-${{ github.ref_name }}
submodules: recursive

- name: Setup node
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## v1.7.0 (Unreleased)

v1.7 is a major rewrite to improve the security of our app. We have enabled
sandboxing and disabled node integration for the renderer process. All this
required restructuring our IPC mechanisms, which resulted in a lot of under the
hood changes. The outcome is a more secure app that also uses the latest and
greatest Electron recommendations.

## v1.6.63

### New
Expand Down

0 comments on commit 9cbede5

Please sign in to comment.