From 4cff7d8d51cbda26853e134ca473d1c64ee0c4ee Mon Sep 17 00:00:00 2001 From: Fabien LOISON Date: Sat, 14 Nov 2020 17:47:17 +0100 Subject: [PATCH] v3.4.0 --- README.md | 3 +++ nautilus_terminal/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e340384..32696ef 100644 --- a/README.md +++ b/README.md @@ -186,6 +186,9 @@ Things to do before releasing a new version: ## Changelog +* **3.4.0:** + * Allows to configure the terminal toggle shortcut (#50, #43) + * Allows to configure terminal background and text color (#32) * **3.3.0:** * New option to have the terminal at the bottom of the window (#35) * **3.2.3:** diff --git a/nautilus_terminal/__init__.py b/nautilus_terminal/__init__.py index b0f3677..453f517 100644 --- a/nautilus_terminal/__init__.py +++ b/nautilus_terminal/__init__.py @@ -1,2 +1,2 @@ -VERSION = "3.3.0" +VERSION = "3.4.0" APPLICATION_ID = "org.flozz.nautilus-terminal"