From bbd066f5f42f13dec9988cb49907a28c4c453729 Mon Sep 17 00:00:00 2001 From: tom-englert Date: Sun, 16 Jul 2017 17:17:11 +0200 Subject: [PATCH] V 1.3 --- Release notes.md | 7 ++++++- ResXManager.VSIX/source.extension.vsixmanifest | 2 +- Version.cs | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Release notes.md b/Release notes.md index 22abb55e..4c34a587 100644 --- a/Release notes.md +++ b/Release notes.md @@ -1,4 +1,9 @@ -1.2 +1.3 +* Improve copy/paste usability +* Fix #20, #21: Avoid unnecessary selection of all items, and remember selection +* Speed up loading of translation tab + +1.2 * #4: Add support for Simplified Chinese 1.1 diff --git a/ResXManager.VSIX/source.extension.vsixmanifest b/ResXManager.VSIX/source.extension.vsixmanifest index f5fa4227..a8dd7ae2 100644 --- a/ResXManager.VSIX/source.extension.vsixmanifest +++ b/ResXManager.VSIX/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + ResXManager The most popular tool to localize and manage all kind of applications with resx-based resources. Shows all resources of a solution and let's you edit the strings and their localizations in a well-arranged data grid. https://github.com/tom-englert/ResXResourceManager diff --git a/Version.cs b/Version.cs index 7559f468..1f728e9d 100644 --- a/Version.cs +++ b/Version.cs @@ -5,5 +5,5 @@ internal static class Product { - public const string Version = "1.2.0.0"; + public const string Version = "1.3.0.0"; }