Skip to content

Commit

Permalink
chore: Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederick888 committed Jan 29, 2024
1 parent 0b27a27 commit 1e65c78
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
<a name="v1.1.0"></a>
## v1.1.0 (2024-01-29)


#### Features

* Notification to prompt users to download hosts ([da42d616](https://github.com/Frederick888/external-editor-revived/commit/da42d61653ac87d478e0a8706c66b697ed7416cd))

#### Bug Fixes

* **ext:** Update default Neovide argument to --no-fork ([4805a1d1](https://github.com/Frederick888/external-editor-revived/commit/4805a1d1e0ada1a581583be6bdd0af9e6a974107))



<a name="v1.0.0"></a>
## v1.0.0 (2023-12-01)

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, Neovim, Emacs, etc."
version = "1.0.0"
version = "1.1.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, Neovim, Emacs, etc.",
"homepage_url": "https://github.com/Frederick888/external-editor-revived",
"version": "1.0.0",
"version": "1.1.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": "1.0.0",
"version": "1.1.0",
"description": "Edit emails in external editors such as Vim, Neovim, Emacs, etc.",
"main": "background.js",
"author": "Frederick Zhang",
Expand Down

0 comments on commit 1e65c78

Please sign in to comment.