Skip to content

Commit

Permalink
Prepare test release 1.47.1 (#4305)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicodh authored Nov 2, 2024
1 parent d619d2d commit 6d85829
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 6 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,22 @@

## [Unreleased][unreleased]

## Added

## Changed

## Fixed

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

## [1.47.1] - 2024-11-01

## Added
- Added support for selecting multiple files in the attachment file picker. #4278
- browser edition:
- support for selecting custom chat wallpaper #4306
- support for themes #4304
- improve keyboard and screen-reader accessibility #4210

## Changed
- style: avoid scrolling to account list items such that they're at the very edge of the list #4252
Expand Down Expand Up @@ -39,7 +50,6 @@
- fix compression of images when added with Image option from attachment menu. #4278
- fix deleting messages with broken video attachment from gallery #4283
- accessibility: wrong positioning of some context menus and popups when activating them with keyboard #4246
- improve keyboard and screen-reader accessibility #4210
- "Page Up" / "Page Down" not working on scrollable elements except for messages list #4269
- make name more readable in sticker reply #3291
- fix missing icons in wallpaper settings #4308
Expand Down Expand Up @@ -2936,7 +2946,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.47.0...HEAD
[unreleased]: https://github.com/deltachat/deltachat-desktop/compare/v1.47.1...HEAD

[1.47.1]: https://github.com/deltachat/deltachat-desktop/compare/v1.47.0...v1.47.1

[1.47.0]: https://github.com/deltachat/deltachat-desktop/compare/v1.46.8...v1.47.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.47.0",
"version": "1.47.1",
"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
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.47.0",
"version": "1.47.1",
"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.47.0",
"version": "1.47.1",
"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.47.0"
"version": "1.47.1"
}

0 comments on commit 6d85829

Please sign in to comment.