Skip to content

Commit

Permalink
Prepare test release v1.43 (#3689)
Browse files Browse the repository at this point in the history
* Prepare CHANGELOG.md

* Bump version in package.json

* Fix markdown syntax
  • Loading branch information
adzialocha authored Feb 14, 2024
1 parent 95f0ba5 commit 3b94e54
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,6 +2,10 @@

## [Unreleased][unreleased]

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

## [1.43.0] - 2024-02-14

### Added
- ContextMenu now handles multiple sublevels #3116
- ContextMenuItem has a subitems array
Expand Down Expand Up @@ -51,7 +55,7 @@
- Add more versions to about dialog and update the order of information #3677
- Refactor message meta data component #3678
- Use overlay in context menu #3682
- Update local help (2024-02-14)
- Update local help (2024-02-14) #3686

### Fixed
- Silently fail when notifications are not supported by OS #3613
Expand Down Expand Up @@ -2421,7 +2425,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.42.2...HEAD
[unreleased]: https://github.com/deltachat/deltachat-desktop/compare/v1.43.0...HEAD

[1.43.0]: https://github.com/deltachat/deltachat-desktop/compare/v1.42.2...v1.43.0

[1.42.2]: https://github.com/deltachat/deltachat-desktop/compare/v1.42.1...v1.42.2

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

0 comments on commit 3b94e54

Please sign in to comment.