[retro-gtk] Version 0.18.0



commit 62183dc603184c9ac4b895b0146b27f363140421
Author: Alexander Mikhaylenko <exalm7659 gmail com>
Date:   Wed Sep 11 23:24:06 2019 +0500

    Version 0.18.0

 NEWS        | 15 +++++++++++++++
 meson.build |  2 +-
 2 files changed, 16 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index da7b82b..ae89e1e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+==============
+Version 0.18.0
+==============
+
+* Pixbufs:
+ - Add retro_pixbuf_set_aspect_ratio() for embedding aspect ratio
+   value to a GdkPixbuf.
+ - Add retro_pixbuf_get_aspect_ratio() for retrieving the value
+   set with retro_pixbuf_set_aspect_ratio().
+ - Deprecate x-dpi and y-dpi metadata options.
+* RetroCoreView:
+ - Take pixbuf aspect ratio into account when drawing a standalone
+   pixbuf instead of using aspect ratio of the current core.
+* Fix build on Fedora 30.
+
 ==============
 Version 0.16.1
 ==============
diff --git a/meson.build b/meson.build
index bf91f41..87f9765 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('retro-gtk','c',
-  version: '0.16.1',
+  version: '0.18.0',
   meson_version: '>= 0.43.0',
 )
 


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