Skip to content

Commit

Permalink
prepare 1.37.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-Laux committed Jun 14, 2023
1 parent dafe938 commit 485d0b8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@

## [Unreleased][unreleased]

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

## [1.37.1] - 2023-06-14

### Changed
- Settings: Move Experimental Features into Advanced
- Settings: Move Connectivity button down and give it an icon (like on android and ios)
- update in-app help (2023-06-07)
- If clipboard contains a file and text, then only paste the file into deltachat. #3261

### Fixed
- If clipboard contains a file and text, then only paste the file into deltachat. #3261
- possibly fix asking for camera permission on MacOS #3252

<a id="1_37_0"></a>
Expand Down Expand Up @@ -2030,7 +2034,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.37.0...HEAD
[unreleased]: https://github.com/deltachat/deltachat-desktop/compare/v1.37.1...HEAD

[1.37.1]: https://github.com/deltachat/deltachat-desktop/compare/v1.37.0...v1.37.1

[1.37.0]: https://github.com/deltachat/deltachat-desktop/compare/v1.36.4...v1.37.0

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.37.0",
"version": "1.37.1",
"description": "Desktop Application for delta.chat",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 485d0b8

Please sign in to comment.