From 803800a4d4bf677b82646379544cb236bca630f0 Mon Sep 17 00:00:00 2001 From: Fabien LOISON Date: Wed, 28 Apr 2021 18:06:18 +0200 Subject: [PATCH] v4.0.0 --- README.rst | 13 +++++++++++++ nautilus_terminal/__init__.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index a058b94..0162aa3 100644 --- a/README.rst +++ b/README.rst @@ -266,6 +266,19 @@ Wanna support this project? Changelog --------- +* **4.0.0:** + + * Nautilus 40 support + * New logo + * Adds an "About" window + * Adds a context menu to copy/paste, run dconf-editor and display the "About" + window + * Adds a CLI to check, install, uninstall, print debug,... + (``nautilus-terminal -h``) + * Fixes Nautilus Terminal stealing the focus in new Nautilus windows (@tkachen, #54) + * Adds an option to clear the terminal after each navigation (@tkachen, #55) + * WARNING: This will be the last version to support Python 2.7! + * **3.5.0:** * Fixes minimum height when the teminal is on the bottom (@tkachen, #52) diff --git a/nautilus_terminal/__init__.py b/nautilus_terminal/__init__.py index af17626..96f4a9c 100644 --- a/nautilus_terminal/__init__.py +++ b/nautilus_terminal/__init__.py @@ -1,3 +1,3 @@ -VERSION = "3.5.0" +VERSION = "4.0.0" APPLICATION_ID = "org.flozz.nautilus-terminal" APPLICATION_NAME = "Nautilus Terminal"