Skip to content

Commit

Permalink
prepare 1.39.0 (#3345)
Browse files Browse the repository at this point in the history
* prepare 1.39.0

* add device message

* remove device message again
  • Loading branch information
Simon-Laux authored Aug 5, 2023
1 parent f9faa74 commit 0909218
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## [Unreleased][unreleased]

### Added

### Changed

### Fixed


<a id="1_39_0"></a>

## [1.39.0] - 2023-08-05
### Added
- add: `webxdc_custom.desktopDragFileOut` api

Expand Down Expand Up @@ -2085,7 +2095,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.38.1...HEAD
[unreleased]: https://github.com/deltachat/deltachat-desktop/compare/v1.39.0...HEAD

[1.39.0]: https://github.com/deltachat/deltachat-desktop/compare/v1.38.1...v1.39.0

[1.38.1]: https://github.com/deltachat/deltachat-desktop/compare/v1.38.0...v1.38.1

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deltachat-desktop",
"version": "1.38.1",
"version": "1.39.0",
"description": "Desktop Application for delta.chat",
"main": "index.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions src/renderer/deviceMessages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ Full Changelog: https://github.com/deltachat/deltachat-desktop/blob/master/CHANG
Full Changelog: https://github.com/deltachat/deltachat-desktop/blob/master/CHANGELOG.md#1_38_0`
)

}

0 comments on commit 0909218

Please sign in to comment.