Skip to content

Commit 6d9cc57

Browse files
committed
chore: Bump version to 0.3.0
1 parent f9d2cbf commit 6d9cc57

File tree

5 files changed

+29
-4
lines changed

5 files changed

+29
-4
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
<a name="v0.3.0"></a>
2+
## v0.3.0 (2022-07-15)
3+
4+
5+
#### Features
6+
7+
* Shift-click on buttons for Save-On-Exit ([533358dd](https://github.com/Frederick888/external-editor-revived/commit/533358dd62553390ea5306f82bf2ad4bd24abc95))
8+
* Cancel send-on-exit in case of unknown headers ([3ddc4609](https://github.com/Frederick888/external-editor-revived/commit/3ddc4609ab73308503ad31a19e5aab75450a2a30))
9+
* **ext:**
10+
* Notifications for sendMessage() errors ([a1536f10](https://github.com/Frederick888/external-editor-revived/commit/a1536f10d7129edc8b5678aef4cd1196bfc8d512))
11+
* Commands for reply from mail tab ([54b9e7d5](https://github.com/Frederick888/external-editor-revived/commit/54b9e7d51ccd9ff13a8483f986bf774a6c0e41bc))
12+
* Create message commands without default shortcuts ([81c84b6b](https://github.com/Frederick888/external-editor-revived/commit/81c84b6bd5ad089bf34aec76b61293bdaf458e48))
13+
* Disable compose action when waiting for editor ([8554f39e](https://github.com/Frederick888/external-editor-revived/commit/8554f39e81650f89ca980adba152a062e8a98085))
14+
* Notifications for messaging host errors ([d313ad4b](https://github.com/Frederick888/external-editor-revived/commit/d313ad4b98bced321cc4043cdc6b2cfb11d68758))
15+
* Ctrl-Shift-E to edit with Send-On-Exit ([2cf4f040](https://github.com/Frederick888/external-editor-revived/commit/2cf4f0409604bf202095d8f571b9eaf283590054))
16+
* Add main toolbar button (browserAction) ([a47c3dd9](https://github.com/Frederick888/external-editor-revived/commit/a47c3dd94128dd3f4b2d7753b5da1ba3657d7669))
17+
* Adjust wording of version bypass description ([22d7774d](https://github.com/Frederick888/external-editor-revived/commit/22d7774de494dd10899ac80903070b8f57b1aa85))
18+
* **host:** Print target OS & arch in -v output ([8f1155fd](https://github.com/Frederick888/external-editor-revived/commit/8f1155fd16103e0b4c1f87aafdc876db437a1309))
19+
20+
#### Bug Fixes
21+
22+
* **ext:** Small fix for header help message ([ade84119](https://github.com/Frederick888/external-editor-revived/commit/ade8411953b92f8330f5fb3a063968349d4ff096))
23+
24+
25+
126
<a name="v0.2.0"></a>
227
## v0.2.0 (2022-07-10)
328

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "external-editor-revived"
33
description = "Edit emails in external editors such as Vim"
4-
version = "0.2.0"
4+
version = "0.3.0"
55
edition = "2021"
66
license = "GPL-3.0-or-later"
77

extension/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"short_name": "ExtEditorR",
55
"description": "Edit emails in external editors such as Vim",
66
"homepage_url": "https://github.com/Frederick888/external-editor-revived",
7-
"version": "0.2.0",
7+
"version": "0.3.0",
88
"author": "Frederick Zhang",
99
"applications": {
1010
"gecko": {

extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "external-editor-revived",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Edit emails in external editors such as Vim",
55
"main": "background.js",
66
"author": "Frederick Zhang",

0 commit comments

Comments
 (0)