Skip to content

Commit

Permalink
Prepare test release v1.49.0 (#4391)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicodh authored Dec 5, 2024
1 parent 3a8d546 commit c574dd4
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 6 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_49_0"></a>

## [1.49.0] - 2024-12-05

## Added
- accessibility: arrow-key navigation for the list of chats, list of accounts, lists of contacts, gallery tabs #4224, #4291, #4361, #4362, #4369, #4377
- Add "Learn More" button to "Disappearing Messages" dialog #4330
Expand Down Expand Up @@ -2994,7 +3004,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.48.0...HEAD
[unreleased]: https://github.com/deltachat/deltachat-desktop/compare/v1.49.0...HEAD

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

[1.48.0]: https://github.com/deltachat/deltachat-desktop/compare/v1.47.1...v1.48.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.48.0",
"version": "1.49.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
1 change: 0 additions & 1 deletion packages/e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"name": "@deltachat-desktop/e2e-tests",
"type": "module",
"license": "GPL-3.0-or-later",
"version": "1.47.0",
"devDependencies": {
"@playwright/test": "^1.48.1",
"@types/node": "^20.14.13"
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.48.0",
"version": "1.49.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.48.0",
"version": "1.49.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.48.0"
"version": "1.49.0"
}

0 comments on commit c574dd4

Please sign in to comment.