Skip to content

Commit

Permalink
Release v1.50.0 (#4419)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicodh authored Dec 17, 2024
1 parent 45f6f6e commit d24cf94
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased][unreleased]

## Added

## Changed

## Fixed

## [1.50.0] - 17.12.2024

## Added
- show specific notifications for webxdc events #4400
- expose sendUpdateInterval & sendUpdateMaxSize in webxdc
Expand Down Expand Up @@ -3017,7 +3025,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.49.0...HEAD
[unreleased]: https://github.com/deltachat/deltachat-desktop/compare/v1.50.0...HEAD

[1.50.0]: https://github.com/deltachat/deltachat-desktop/compare/v1.49.0...v1.50.0

[1.49.0]: https://github.com/deltachat/deltachat-desktop/compare/v1.48.0...v1.49.0

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": "true",
"name": "deltachat-desktop",
"type": "module",
"version": "1.49.0",
"version": "1.50.0",
"scripts": {
"preinstall": "node ./bin/check-nodejs-version.js",
"check": "pnpm check:types && pnpm check:lint && pnpm check:format && pnpm check:target-versions && pnpm check:log-conventions",
Expand Down
2 changes: 1 addition & 1 deletion packages/target-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "@deltachat-desktop/target-browser",
"type": "module",
"version": "1.49.0",
"version": "1.50.0",
"license": "GPL-3.0-or-later",
"scripts": {
"check:types": "tsc --noEmit && tsc --noEmit -p runtime-browser",
Expand Down
2 changes: 1 addition & 1 deletion packages/target-electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"type": "module",
"name": "@deltachat-desktop/target-electron",
"version": "1.49.0",
"version": "1.50.0",
"description": "Desktop Application for delta.chat",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/target-tauri/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"name": "deltachat-desktop-tauri",
"type": "module",
"license": "GPL-3.0-or-later",
"version": "1.49.0"
"version": "1.50.0"
}

0 comments on commit d24cf94

Please sign in to comment.