[gnome-notes/gnome-3-30] Bump 3.30.0 release
- From: Isaque Galdino de Araujo <igaldino src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-notes/gnome-3-30] Bump 3.30.0 release
- Date: Wed, 12 Sep 2018 11:55:04 +0000 (UTC)
commit 6551d99a1d695006b0c79d18d921a79110893bb9
Author: Isaque Galdino <igaldino gmail com>
Date: Mon Sep 3 08:16:16 2018 -0300
Bump 3.30.0 release
NEWS | 40 ++++++++++++++++++++++++
data/appdata/org.gnome.bijiben.appdata.xml.in | 45 +++++++++++++++++++++++++++
meson.build | 2 +-
3 files changed, 86 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index bd28946..56b9f6a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,43 @@
+Overview of changes in 3.30.0
+=============================
+
+* Added a "Text Size" option in primary menu to let users scale note view
+* Added OARS metadata (Nick Richards)
+* Added online account user and domain information to settings dialog (Julius Härtl)
+* Changed code to use g_auto* (Mohammed Sadiq)
+* Droped obsolete configure script (Jeremy Bicha)
+* Fixed memory leak and circular references in notes and providers
+* Fixed memory leak in Settings
+* Fixed typo in appdata release section
+* Fixed UI freeze in text search (Mohammed Sadiq)
+* Improved overall note styling
+* Improved own/nextCloud notes to save async
+* Moved "Last updated" info to window menu
+
+Translations
+* be (Yuras Shumovich)
+* cs (Marek Černocký)
+* de (Mario Blättermann / Tim Sabsch / Vinzenz Vietzke)
+* el (Efstathios Iosifidis)
+* en_GB (Bruce Cowan)
+* es (Daniel Mustieles)
+* fi (Jiri Grönroos)
+* fr (Alexandre Franke)
+* fur (Fabio Tomat)
+* hu (Balázs Meskó)
+* id (Kukuh Syafaat)
+* kk (Baurzhan Muftakhidinov)
+* lt (Aurimas Černius)
+* nl (Hannie Dumoleyn)
+* pl (Piotr Drąg)
+* pt_BR (Bruno Lopes da Silva / Rafael Fontenelle)
+* ro (Daniel Șerbănescu)
+* sl (Matej Urbančič)
+* sv (Anders Jonsson)
+* tr (Emin Tufan Çetin / Muhammet Kara)
+* zh_CN (Dz Chen)
+* zh_TW (Cheng-Chia Tseng / Yi-Jyun Pan)
+
Overview of changes in 3.29.92.1
================================
diff --git a/data/appdata/org.gnome.bijiben.appdata.xml.in b/data/appdata/org.gnome.bijiben.appdata.xml.in
index 68b0393..5c507db 100644
--- a/data/appdata/org.gnome.bijiben.appdata.xml.in
+++ b/data/appdata/org.gnome.bijiben.appdata.xml.in
@@ -39,6 +39,51 @@
</screenshots>
<releases>
+ <release date="2018-09-03" version="3.30.0">
+ <description>
+ <p>This release brings the following new features and improvements:</p>
+ <ul>
+ <li>Added a "Text Size" option in primary menu to let users scale note view</li>
+ <li>Added OARS metadata (Nick Richards)</li>
+ <li>Added online account user and domain information to settings dialog (Julius Härtl)</li>
+ <li>Changed code to use g_auto* (Mohammed Sadiq)</li>
+ <li>Droped obsolete configure script (Jeremy Bicha)</li>
+ <li>Fixed memory leak and circular references in notes and providers</li>
+ <li>Fixed memory leak in Settings</li>
+ <li>Fixed typo in appdata release section</li>
+ <li>Fixed UI freeze in text search (Mohammed Sadiq)</li>
+ <li>Improved overall note styling</li>
+ <li>Improved own/nextCloud notes to save async</li>
+ <li>Moved "Last updated" info to window menu</li>
+ </ul>
+ <p>This release also updates the following translations:</p>
+ <ul>
+ <li>be (Yuras Shumovich)</li>
+ <li>cs (Marek Černocký)</li>
+ <li>de (Mario Blättermann / Tim Sabsch / Vinzenz Vietzke)</li>
+ <li>el (Efstathios Iosifidis)</li>
+ <li>en_GB (Bruce Cowan)</li>
+ <li>es (Daniel Mustieles)</li>
+ <li>fi (Jiri Grönroos)</li>
+ <li>fr (Alexandre Franke)</li>
+ <li>fur (Fabio Tomat)</li>
+ <li>hu (Balázs Meskó)</li>
+ <li>id (Kukuh Syafaat)</li>
+ <li>kk (Baurzhan Muftakhidinov)</li>
+ <li>lt (Aurimas Černius)</li>
+ <li>nl (Hannie Dumoleyn)</li>
+ <li>pl (Piotr Drąg)</li>
+ <li>pt_BR (Bruno Lopes da Silva / Rafael Fontenelle)</li>
+ <li>ro (Daniel Șerbănescu)</li>
+ <li>sl (Matej Urbančič)</li>
+ <li>sv (Anders Jonsson)</li>
+ <li>tr (Emin Tufan Çetin / Muhammet Kara)</li>
+ <li>zh_CN (Dz Chen)</li>
+ <li>zh_TW (Cheng-Chia Tseng / Yi-Jyun Pan)</li>
+ </ul>
+ <p>Thanks to all the contributors who worked on GNOME Notes!</p>
+ </description>
+ </release>
<release date="2018-08-27" version="3.29.92.1">
<description>
<p>This release brings the following fixes:</p>
diff --git a/meson.build b/meson.build
index 9c1052a..11ce9bf 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'bijiben', 'c',
- version: '3.29.92.1',
+ version: '3.30.0',
license: 'GPL3',
default_options: 'buildtype=debugoptimized',
meson_version: '>= 0.43.0'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]