diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e172125e1..944f98989d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ ### Added +### Changed + +### Fixed + + + +## [1.46.8] - 2024-09-09 + ### Changed - do not display email adresses in reactions dialog #4066 - click on a row in reactions dialog opens contact profile #4066 @@ -16,6 +24,7 @@ - being unable to delete a nonfunctional account imported from ArcaneChat #4104 - Ctrl/Cmd+Q (also File->Quit) now should properly close the app when focus is on main window + ## [1.46.7] - 2024-09-02 @@ -2823,7 +2832,9 @@ This section is only relevant to contributors. **Historical Note 2** We removed the older changelog, you can look at the git history to get it. (version numbers made hallmark crazy) -[unreleased]: https://github.com/deltachat/deltachat-desktop/compare/v1.46.7...HEAD +[unreleased]: https://github.com/deltachat/deltachat-desktop/compare/v1.46.8...HEAD + +[1.46.8]: https://github.com/deltachat/deltachat-desktop/compare/v1.46.7...v1.46.8 [1.46.7]: https://github.com/deltachat/deltachat-desktop/compare/v1.46.6...v1.46.7 diff --git a/package-lock.json b/package-lock.json index 877647b1b3..f2f6a36eac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "deltachat-desktop", - "version": "1.46.7", + "version": "1.46.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "deltachat-desktop", - "version": "1.46.7", + "version": "1.46.8", "hasInstallScript": true, "license": "GPL-3.0-or-later", "dependencies": { diff --git a/package.json b/package.json index d23a1e1ab7..d39d3b9866 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "deltachat-desktop", - "version": "1.46.7", + "version": "1.46.8", "description": "Desktop Application for delta.chat", "main": "index.js", "type": "module",