From 1f483d5752e84f22c2d728807f8a69af47169abf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Santilio?= Date: Mon, 2 Nov 2020 09:35:38 +0100 Subject: [PATCH 1/2] Update VERSION.md --- VERSION.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/VERSION.md b/VERSION.md index bdf6b1c..5a68f38 100644 --- a/VERSION.md +++ b/VERSION.md @@ -107,3 +107,32 @@ - MiniMap drawer in VanillaEditor - SoftWrap / NoWrap in VanillaEditor - **Version 3.2alpha2 supported** + +----------------------- + +**version 1.8.4** +*fixed* +- Refactored CsvEditor to CSVEditor. More lightweight and flexible +- FileEditor code +- Plugin's code partially cleaned + +*added* +- Automatic Translation support for CSV files +- GoogleTranslation API +- Editor font change, VanillaEditor automatically inherits `Code Font` from editor settings but can be overwritten +- CSVEditor configuration settings + +*removed* +// + +----------------------- + +**version 1.8.6** +*fixed* +- Occuring bugs after latest version + +*added* +- "Select/Deselect all" options in Translation tab for CSV files for langs and keys + +*removed* +- IconLoader as Singleton, now used locally in scripts From 25484a876dce44b9fc0f7d139dba94ed78b5303a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Santilio?= Date: Mon, 2 Nov 2020 09:36:24 +0100 Subject: [PATCH 2/2] Update VERSION.md --- VERSION.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/VERSION.md b/VERSION.md index 5a68f38..eb4a028 100644 --- a/VERSION.md +++ b/VERSION.md @@ -1,10 +1,10 @@ -**version 0.0.1** +**version 0.0.1** *added* - Plugin Created ----------------------- -**version 0.1.1** +**version 0.1.1** *added* - "Create new File" option - "Open File" option @@ -14,13 +14,13 @@ ----------------------- -**version 0.1.2** +**version 0.1.2** *fixed* - Repository Installation, folder order ----------------------- -**version 0.2.5** +**version 0.2.5** *removed* - Old layout @@ -41,7 +41,7 @@ ----------------------- -**version 1.2.1** +**version 1.2.1** *removed* - Old layout, the plugin won't appear in docs - Icons file extensions, plugin size reduced @@ -62,7 +62,7 @@ ----------------------- -**version 1.4.3** +**version 1.4.3** *removed* - Old layout @@ -88,7 +88,7 @@ ----------------------- -**version 1.6.0** +**version 1.6.0** *fixed* - Each opened file now has own editor: unsaved changes are no longer erased if a new file is opened without saving the previous opened file @@ -100,7 +100,7 @@ ----------------------- -**version 1.6.4** +**version 1.6.4** *added* - CSV VisualEditor (shortcut *Ctrl+2*): - you can now read and edit CSV files importing them as simple CSV files (and not translate file) @@ -110,7 +110,7 @@ ----------------------- -**version 1.8.4** +**version 1.8.4** *fixed* - Refactored CsvEditor to CSVEditor. More lightweight and flexible - FileEditor code @@ -127,7 +127,7 @@ ----------------------- -**version 1.8.6** +**version 1.8.6** *fixed* - Occuring bugs after latest version