diff --git a/CHANGELOG.md b/CHANGELOG.md index ebe958f95f..7baa138aeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,43 @@ ## [Unreleased][unreleased] +## [0.101.0] - 2019-02-27 + +### Changed + +- Sort languages alphabetically ([#640](https://github.com/deltachat/deltachat-desktop/issues/640)) ([**@Simon-Laux**](https://github.com/Simon-Laux)) +- Set this.chatView.current from the start ([**@ralphtheninja**](https://github.com/ralphtheninja)) +- Fix some typos and tweak logging docs ([**@ralphtheninja**](https://github.com/ralphtheninja)) +- Update github issue template ([#647](https://github.com/deltachat/deltachat-desktop/issues/647)) ([**@ralphtheninja**](https://github.com/ralphtheninja)) +- Cleanup ipc ([#641](https://github.com/deltachat/deltachat-desktop/issues/641)) ([**@ralphtheninja**](https://github.com/ralphtheninja)) +- Hide error message when attempting to login ([#644](https://github.com/deltachat/deltachat-desktop/issues/644)) ([**@ralphtheninja**](https://github.com/ralphtheninja)) +- Add more detailed info about deltachat-core to About sreen ([**@Simon-Laux**](https://github.com/Simon-Laux)) +- Improve hanlde position for context menu of messages ([#666](https://github.com/deltachat/deltachat-desktop/issues/666)) ([**@nicodh**](https://github.com/nicodh)) +- Use vertical ellipsis for context handle ([#671](https://github.com/deltachat/deltachat-desktop/issues/671)) ([**@nicodh**](https://github.com/nicodh)) +- Update deltachat-node dependency to v0.40.2 ([#678](https://github.com/deltachat/deltachat-desktop/issues/678)) ([**@ralphtheninja**](https://github.com/ralphtheninja)) ([**@jikstra**](https://github.com/jikstra)) + +### Added + +- Add logging documentation ([#628](https://github.com/deltachat/deltachat-desktop/issues/628)) ([**@Simon-Laux**](https://github.com/Simon-Laux)) +- Add line break between advanced button and login button ([#635](https://github.com/deltachat/deltachat-desktop/issues/635)) ([**@Jikstra**](https://github.com/Jikstra)) +- Prevent running multiple instances ([#649](https://github.com/deltachat/deltachat-desktop/issues/649)) ([**@ralphtheninja**](https://github.com/ralphtheninja)) +- Resize the composer based on the newlines in the text (multiline composer) ([#654](https://github.com/deltachat/deltachat-desktop/issues/654)) ([**@jikstra**](https://github.com/jikstra)) +- Added MAC install information to README ([#660](https://github.com/deltachat/deltachat-desktop/issues/660)) ([**@zafai**](https://github.com/zafai)) + +### Removed + +- Remove misleading/Uninformative lefticons in login form ([#637](https://github.com/deltachat/deltachat-desktop/issues/637)) ([**@Jikstra**](https://github.com/Jikstra)) +- Remove style specific components ([#645](https://github.com/deltachat/deltachat-desktop/issues/645)) ([**@ralphtheninja**](https://github.com/ralphtheninja)) + +### Fixed + +- Show leading digits in Autocrypt Setup ([#651](https://github.com/deltachat/deltachat-desktop/issues/651)) ([**@ralphtheninja**](https://github.com/ralphtheninja)) +- Change `chown` to `chmod` in README.md ([#655](https://github.com/deltachat/deltachat-desktop/issues/655)) /([**@naltun**](https://github.com/naltun)) +- Remove/Hide scrollbar in groupname & and fix emoji in avatar ([#661](https://github.com/deltachat/deltachat-desktop/issues/661)) ([**@Simon-Laux**](https://github.com/Simon-Laux)) +- Do not send empty messages (i.e. only spaces) ([#670](https://github.com/deltachat/deltachat-desktop/issues/670)) ([**@nicodh**](https://github.com/nicodh)) +- Fix layout breaking when pasting long multiline messages to composer +- Focus the composer position on the current selection/cursor ([#677](https://github.com/deltachat/deltachat-desktop/issues/677)) ([**@jikstra**](https://github.com/jikstra)) + ## [0.100.0] - 2019-01-27 ### Changed @@ -31,8 +68,8 @@ - Update copyright year in readme ([@jikstra](https://github.com/jikstra)) - Use path.join() for getLogsPath() ([@ralphtheninja](https://github.com/ralphtheninja)) - Upgrade bindings ([#595](https://github.com/deltachat/deltachat-desktop/issues/595)) ([@ralphtheninja](https://github.com/ralphtheninja)) -- Wrap application-config module for proper appConfig during production and testing ([#598](https://github.com/deltachat/deltachat-desktop/issues/598)) ([@ralphtheninja](https://github.com/ralphtheninja)) -- Use electron v4 ([#581](https://github.com/deltachat/deltachat-desktop/issues/581)) ([@ralphtheninja](https://github.com/ralphtheninja)) +- Wrap application-config module for proper appConfig during production and testing ([#598](https://github.com/deltachat/deltachat-desktop/issues/598)) ([@ralphtheninja](https://github.com/ralphtheninja)) +- Use electron v4 ([#581](https://github.com/deltachat/deltachat-desktop/issues/581)) ([@ralphtheninja](https://github.com/ralphtheninja)) - Misc cleanup ([#588](https://github.com/deltachat/deltachat-desktop/issues/588)) ([@ralphtheninja](https://github.com/ralphtheninja)) - State refactor ([#583](https://github.com/deltachat/deltachat-desktop/issues/583)) ([@ralphtheninja](https://github.com/ralphtheninja)) - Update translations ([@ralphtheninja](https://github.com/ralphtheninja)) @@ -448,7 +485,9 @@ - Do not scroll to bottom when opening message context menu ([**@ralphtheninja**](https://github.com/ralphtheninja)) - Make sure `Float on Top` menu item stays checked/unchecked when language is changed ([**@ralphtheninja**](https://github.com/ralphtheninja)) -[unreleased]: https://github.com/deltachat/deltachat-desktop/compare/v0.100.0...HEAD +[unreleased]: https://github.com/deltachat/deltachat-desktop/compare/v0.101.0...HEAD + +[0.101.0]: https://github.com/deltachat/deltachat-desktop/compare/v0.100.0...v0.101.0 [0.100.0]: https://github.com/deltachat/deltachat-desktop/compare/v0.99.0...v0.100.0 diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 4a731724ee..5f6501ee45 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -7,10 +7,13 @@ | **jikstra** | | | **Simon Laux** | [**@Simon-Laux**](https://github.com/Simon-Laux) | | **Jikstra** | [**@Jikstra**](https://github.com/Jikstra) | +| **Nico de Haen** | | | **holger krekel** | | | **jankass** | | | **muelli** | | | **B. Petersen** | | +| **zafai** | [**@zafai**](https://github.com/zafai) | +| **Noah** | | | **Harald H** | | | **Oliver Bestwalter** | | | **alfaslash** | | diff --git a/README.md b/README.md index 7324934302..d71106737c 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,7 @@ sudo pacman -U deltachat-desktop-git-.tar.xz Simply install the `.dmg` file as you do it with all other software on mac. If you are getting an openssl error message at the first start up you need to install openssl. + ``` $ brew install openssl ``` @@ -146,13 +147,13 @@ Please see [build instructions](https://github.com/deltachat/deltachat-core#buil ### Logging #### Logging Options -Debug messages are disabled by default, enable them with the `--log-debug` flag. -Flag | Effect --------------------|--------------------------------------------- -`--log-debug` | Log debug messages -`--log-to-console` | Output the log to stout / chrome dev console +Debug messages are disabled by default, enable them with the `--log-debug` flag. +| Flag | Effect | +| ------------------ | -------------------------------------------- | +| `--log-debug` | Log debug messages | +| `--log-to-console` | Output the log to stout / chrome dev console | #### Log locations @@ -164,18 +165,21 @@ Mac: ~/Library/Application Support/DeltaChat/logs ``` You can also access the log folder and the current log file under the `View->Developer` menu: +
##### Format The log files have the extension `.log`, the file name represents the point in time the log started. Basically the log files are **tab separated** `csv`-files: + ``` "2019-01-27T13:46:31.801Z" "main/deltachat" "INFO" [] "dc_get_info" ``` -timestamp | location / module | level | stacktrace | arg1 | arg2 | ... -----------|-------------------|-------|------------|------|------|--- -"2019-01-27T13:46:31.801Z"|"main/deltachat"|"INFO"|[]|"dc_get_info" | - | ... + +| timestamp | location / module | level | stacktrace | arg1 | arg2 | ... | +| -------------------------- | ----------------- | ------ | ---------- | ------------- | ---- | --- | +| "2019-01-27T13:46:31.801Z" | "main/deltachat" | "INFO" | \[] | "dc_get_info" | - | ... | ## How to Contribute diff --git a/package.json b/package.json index 2d0eca3436..784536b5a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "deltachat-desktop", - "version": "0.100.0", + "version": "0.101.0", "description": "Desktop Application for delta.chat", "main": "index.js", "scripts": {