Prepare for release

This commit is contained in:
Manav Rathi 2024-05-03 10:50:21 +05:30
parent 486d89f506
commit ddad863b31
No known key found for this signature in database
2 changed files with 9 additions and 1 deletions

View file

@ -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

View file

@ -1,6 +1,6 @@
{
"name": "ente",
"version": "1.6.63",
"version": "1.7.0-beta+0",
"private": true,
"description": "Desktop client for Ente Photos",
"author": "Ente <code@ente.io>",