[gtranslator] Release version 3.31.90



commit 2e2df5157fe2882bd473ac3a6b40709ec57574c0
Author: Daniel García Moreno <dani danigm net>
Date:   Sun Feb 3 20:58:46 2019 +0100

    Release version 3.31.90

 NEWS                                         | 13 +++++++++++++
 data/org.gnome.Gtranslator.appdata.xml.in.in | 22 ++++++++++++++++++++++
 meson.build                                  |  4 ++--
 3 files changed, 37 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 7c22dbdd..a2225e15 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+NEWS from gtranslator 3.31.90 (2019-02-03):
+- XML language syntax for the source view
+- Fix msg status management
+- Use theme_fg_color for translated texts
+- Better prj id version default header
+- Header with default values when doesn't exists
+- codeview: Recover codeview plugin
+- Show context in the original message bar
+- List of languages in a config file instead iso-codes
+- Find & replace and copy text to shortcuts window
+- Ctrl+space to copy original text into translated
+- Native File Chooser for the translation memory
+
 NEWS from gtranslator 3.30.1 (2018-11-11):
 - Fix locale lookup dir
 - Added itstool dependency to Meson
diff --git a/data/org.gnome.Gtranslator.appdata.xml.in.in b/data/org.gnome.Gtranslator.appdata.xml.in.in
index 1fb394de..5e4ba0fe 100644
--- a/data/org.gnome.Gtranslator.appdata.xml.in.in
+++ b/data/org.gnome.Gtranslator.appdata.xml.in.in
@@ -26,6 +26,28 @@
   </screenshots>
 
   <releases>
+    <release version="3.31.90" date="2019-02-03">
+      <description>
+        <p>
+          This is an unstable release in the 3.31 development series,
+          with the following improvements:
+          <ul>
+            <li>XML language syntax for the source view</li>
+            <li>Fix msg status management</li>
+            <li>Use theme_fg_color for translated texts</li>
+            <li>Better prj id version default header</li>
+            <li>Header with default values when doesn't exists</li>
+            <li>codeview: Recover codeview plugin</li>
+            <li>Show context in the original message bar</li>
+            <li>List of languages in a config file instead iso-codes</li>
+            <li>Find &amp; replace and copy text to shortcuts window</li>
+            <li>Ctrl+space to copy original text into translated</li>
+            <li>Native File Chooser for the translation memory</li>
+          </ul>
+        </p>
+      </description>
+    </release>
+
     <release version="3.30.1" date="2018-11-11"/>
   </releases>
   <developer_name>Daniel García Moreno</developer_name>
diff --git a/meson.build b/meson.build
index c6778bc5..a66f162a 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'gtranslator', 'c',
-  version: '3.31.0',
+  version: '3.31.90',
   license: 'GPL3+',
   meson_version: '>= 0.46.0',
 )
@@ -163,4 +163,4 @@ output += '      Development options\n'
 output += '          Enable Debug: ...................: ' + gtr_debug.to_string() + '\n'
 output += '          Enable Documentation: ...........: ' + enable_gtk_doc.to_string() + '\n\n'
 output += '    Now type "ninja -C ' + meson.current_build_dir() + '" to build ' + meson.project_name() + 
'\n\n'
-message(output)
\ No newline at end of file
+message(output)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]