Skip to content

Commit

Permalink
chore: Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederick888 committed Aug 3, 2022
1 parent 773c382 commit 24c3d1b
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 4 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
<a name="v0.4.0"></a>
## v0.4.0 (2022-08-03)


#### Features

* **ext:** Tooltip for compose window button ([513bb962](/~https://github.com/Frederick888/external-editor-revived/commit/513bb962c795226d269d5127631f69670faedc7c))
* **host:**
* CRLF in temporary EML files ([31da04d2](/~https://github.com/Frederick888/external-editor-revived/commit/31da04d2c67b9b35a9bdc303bee0cf2a358bf854))
* Add placeholders for absent headers ([86f59dbd](/~https://github.com/Frederick888/external-editor-revived/commit/86f59dbd344b521d7dce91397aa2c67335ee7e91))
* Conciser help headers at the bottom ([18ef80d0](/~https://github.com/Frederick888/external-editor-revived/commit/18ef80d087da759f3338de516300fd92ca1ce3e2))
* Skip checking patch version ([eeacaa65](/~https://github.com/Frederick888/external-editor-revived/commit/eeacaa65ad974b1a2fa8147f827ba9d1d688a657))

#### Bug Fixes

* **ext:** Use correct identity to reply ([505393c4](/~https://github.com/Frederick888/external-editor-revived/commit/505393c4de00ce400ffd1d461fc6331eb7df0351))
* **host:** Stop unnecessarily trimming email bodies ([1692bef1](/~https://github.com/Frederick888/external-editor-revived/commit/1692bef15d6fb9d62323d3e35331e9421a98fb3b))



<a name="v0.3.0"></a>
## v0.3.0 (2022-07-15)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "external-editor-revived"
description = "Edit emails in external editors such as Vim"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
license = "GPL-3.0-or-later"

Expand Down
2 changes: 1 addition & 1 deletion extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"short_name": "ExtEditorR",
"description": "Edit emails in external editors such as Vim",
"homepage_url": "/~https://github.com/Frederick888/external-editor-revived",
"version": "0.3.0",
"version": "0.4.0",
"author": "Frederick Zhang",
"applications": {
"gecko": {
Expand Down
2 changes: 1 addition & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "external-editor-revived",
"version": "0.3.0",
"version": "0.4.0",
"description": "Edit emails in external editors such as Vim",
"main": "background.js",
"author": "Frederick Zhang",
Expand Down

0 comments on commit 24c3d1b

Please sign in to comment.