Skip to content

Commit

Permalink
prepare 1.47.0 (#4240)
Browse files Browse the repository at this point in the history
* prepare 1.47.0

* update release docs

* fix sass issue
  • Loading branch information
Simon-Laux authored Oct 22, 2024
1 parent 2dcb34c commit 9c57874
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 7 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased][unreleased]

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

## [1.47.0] - 2024-09-22

### Added
- Experimental Telegram-style Esc to cancel reply (quote) #4153
- new ViewProfile context menu for blocking/unblocking contact and checking encryption #4043
Expand Down Expand Up @@ -2890,7 +2894,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.46.8...HEAD
[unreleased]: https://github.com/deltachat/deltachat-desktop/compare/v1.47.0...HEAD

[1.47.0]: https://github.com/deltachat/deltachat-desktop/compare/v1.46.8...v1.47.0

[1.46.8]: https://github.com/deltachat/deltachat-desktop/compare/v1.46.7...v1.46.8

Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
- [ ] MacOS store
- [ ] Windows store
- [ ] homebrew
- [ ] aur
- [ ] arch
- [ ] nix
- [ ] (community) snap
```
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.46.2-monorepo",
"version": "1.47.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
2 changes: 2 additions & 0 deletions packages/frontend/scss/message/_message-list.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@use 'sass:math';

.message-list-and-composer {
width: 70%;
display: flex;
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.46.2-monorepo",
"version": "1.47.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-e2e-integration-testsuite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"name": "@deltachat-desktop/target-e2e-testing",
"type": "module",
"license": "GPL-3.0-or-later",
"version": "1.46.2-monorepo"
"version": "1.47.0"
}
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.46.2-monorepo",
"version": "1.47.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.46.2-monorepo"
"version": "1.47.0"
}

0 comments on commit 9c57874

Please sign in to comment.