Skip to content

Commit

Permalink
Add in app changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Jikstra committed Apr 30, 2020
1 parent 91d3b19 commit 8bfc22c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 31 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased](https://github.com/deltachat/deltachat-desktop/compare/v1.3.0...HEAD)

## [1.3.0](https://github.com/deltachat/deltachat-desktop/compare/v1.2.0...v1.3.0) - 2020-04-2???
## [1.3.0](https://github.com/deltachat/deltachat-desktop/compare/v1.2.0...v1.3.0) - 2020-04-30

### Added

Expand Down Expand Up @@ -53,7 +53,7 @@ This section is only relevant to contributors.
- Update translations & languages shown in menu, change prefix of npm translation scripts
- Update Core to [`deltachat-core-rust @ 979d7c5`](https://github.com/deltachat/deltachat-core-rust/tree/979d7c562515da2a30983993048cd5184889059c) (deltachat-node `v1.29.1`)

## [1.2.0](https://github.com/deltachat/deltachat-desktop/compare/1.1.1...1.2.0) - 2020-03-30
## [1.2.0](https://github.com/deltachat/deltachat-desktop/compare/v1.1.1...v1.2.0) - 2020-03-30

### Changed

Expand All @@ -67,14 +67,14 @@ This section is only relevant to contributors.
- Fix about dialog links [**@Simon-Laux**](https://github.com/Simon-Laux)
- Make e2e tests more stable [**@nicodh**](https://github.com/nicodh)

## [1.1.1](https://github.com/deltachat/deltachat-desktop/compare/1.1.0...1.1.1) - 2020-03-14
## [1.1.1](https://github.com/deltachat/deltachat-desktop/compare/v1.1.0...v1.1.1) - 2020-03-14

### Changed

- Update deltachat-node/deltachat-core-rust to v1.27.0
- This fixes a bug of undecryptable messages

## [1.1.0](https://github.com/deltachat/deltachat-desktop/compare/1.0.0...1.1.0) - 2020-03-10
## [1.1.0](https://github.com/deltachat/deltachat-desktop/compare/v1.0.0...v1.1.0) - 2020-03-10

### Added

Expand Down
44 changes: 17 additions & 27 deletions src/main/deltachat/login.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,34 +115,24 @@ export default class DCLoginController extends SplitOut {

updateDeviceChats() {
this._dc.updateDeviceChats()
this._dc.addDeviceMessage(
'changelog-version-1.0.0-4',
`Changes in v1.0.0
We are happy to announce version 1.0.0 release of DeltaChat Desktop! 🎉This release includes traffic reductions, better performance, user experience improvements and bug fixes. Besides this, new users will be warned about providers which are known to make trouble with DeltaChat and get better & smaller cryptographic keys.
- sending of messages is now faster and more reliable
- only messages that are displayed get downloaded
- new button to open one-on-one chats
- you can start multiple DeltaChat instances if you start it with the "--multiple-instances" argument (be careful with this one, don't use the same account in multiple instances!)
- performance improvements on chat scrolling
- restyle of various menus
- many bug fixes
- new users will get informed if their provider is known to need special care to run seamless with DeltaChat
- new users will use Ed25519 keys (shorter & better cryptographic keys)
Full changelog: https://delta.chat/a3e/
` as any
),
this._dc.addDeviceMessage(
'changelog-version-1.1.0-0',
`Changes in v1.1.0
- Add an zoom🔍 option in order to adjust interface and font size. (It's found under View -> Zoom Factor)
- some interface bug fixes
- fixed encrypting to Ed25519 keys (there was a bug that broke encrypting to people with Ed25519 keys)
Full changelog: https://delta.chat/f32/
'changelog-version-1.3.0-1',
`Changes in v1.3.0
- QR codes can now be scanned from desktop as you know it from Android/iOS. Try
it out by clicking on Menu -> Scan QR code. Besides using any available webcam,
you can also scan a qr code by importing a picture of it. This way we can
finally join verified groups from desktop!
- Support for openpgp4fpr urls. They allow you to do the same things as with qr
codes, but the information is baked into an url. Wanna try it out? Try to
login to our support forum (https://support.delta.chat) with DeltaChat and the
"Manual link" option :)
- You can now pin chats. This will make sure they stay on the top of your list
of chats.
- It's now possible to change the name of a contact in the same way as it's with
changing the name of a group.
Full changelog: https://github.com/deltachat/deltachat-desktop/blob/master/CHANGELOG.md#130---2020-04-30
` as any
)
}
Expand Down

0 comments on commit 8bfc22c

Please sign in to comment.