Skip to content

Commit

Permalink
Prepare test release v1.43.1 (#3694)
Browse files Browse the repository at this point in the history
* Add 1.43.1 to CHANGELOG.md

* Bump version in package.json

* Mention translation files update
  • Loading branch information
adzialocha authored Feb 19, 2024
1 parent 540518e commit 517634b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
17 changes: 13 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,25 @@

## [Unreleased][unreleased]

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

## [1.43.1] - 2024-02-19

> Due to the electron update macOS 10.13 (High Sierra) and macOS 10.14 (Mojave) are no longer supported, macOS 10.15 (Catalina) or later is the new requirement.
> Due to the electron update macOS 10.13 (High Sierra) and macOS 10.14 (Mojave)
> are no longer supported, macOS 10.15 (Catalina) or later is the new
> requirement.
### Changed
- upgrade `electron` from `v26.6.3` to version `v28.2.3`
- Upgrade `electron` from `v26.6.3` to version `v28.2.3` #3693
- Refactor buttons #3605
- Update translations (2024-02-19)

### Fixed
- Fix broken styles for muted and turned off account badges in multiaccount sidebar #3691
- "Broken protection" message did not allow opening info dialog on tap #3695

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

## [1.43.0] - 2024-02-14

### Added
Expand Down Expand Up @@ -2435,7 +2442,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.43.0...HEAD
[unreleased]: https://github.com/deltachat/deltachat-desktop/compare/v1.43.1...HEAD

[1.43.1]: https://github.com/deltachat/deltachat-desktop/compare/v1.43.0...v1.43.1

[1.43.0]: https://github.com/deltachat/deltachat-desktop/compare/v1.42.2...v1.43.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.43.0",
"version": "1.43.1",
"description": "Desktop Application for delta.chat",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 517634b

Please sign in to comment.