Skip to content

Commit e256c18

Browse files
committed
chore: Bump version to 0.5.0
1 parent 8df5d82 commit e256c18

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
<a name="v0.5.0"></a>
2+
## v0.5.0 (2023-01-26)
3+
4+
5+
#### Features
6+
7+
* Reset compose state if error is recoverable ([34ac6cd4](https://github.com/Frederick888/external-editor-revived/commit/34ac6cd439f90428448e9a2bd7314caa5d8b4f4e))
8+
* Allow customising temporary directory for EMLs ([a4106bff](https://github.com/Frederick888/external-editor-revived/commit/a4106bff3539e1001690cde573340757f12ff758))
9+
* **ext:** Group options into essential/advanced sections ([faf5f5f4](https://github.com/Frederick888/external-editor-revived/commit/faf5f5f46161763faca045344468f82d4330774a))
10+
11+
12+
113
<a name="v0.4.3"></a>
214
## v0.4.3 (2022-12-06)
315

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, Neovim, Emacs, etc."
4-
version = "0.4.3"
4+
version = "0.5.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, Neovim, Emacs, etc.",
66
"homepage_url": "https://github.com/Frederick888/external-editor-revived",
7-
"version": "0.4.3",
7+
"version": "0.5.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.4.3",
3+
"version": "0.5.0",
44
"description": "Edit emails in external editors such as Vim, Neovim, Emacs, etc.",
55
"main": "background.js",
66
"author": "Frederick Zhang",

0 commit comments

Comments
 (0)