[retro-gtk/version-1-0-0: 5/5] Version 1.0.0




commit ba822685c572819253bc919fb21aea09ad2cbfee
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Sat Sep 12 12:50:39 2020 +0200

    Version 1.0.0

 NEWS        | 15 +++++++++++++++
 meson.build |  2 +-
 2 files changed, 16 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 18947018..e7a68155 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+=============
+Version 1.0.0
+=============
+
+* Major API overhaul and API version bump, detailing all the changes
+  would be ridiculous and hence won't be done.
+* Run Libretro cores isolated in a dedicated subprocess, similarly to
+  how modern web browsers handle web pages.
+* Support Libretro cores rendering their video with OpenGL.
+* Improve the Libretro core timing accuracy.
+* Resample the Libretro core's audio output to ensure it matches its
+  play speed.
+* Publish the nightly reference manual at
+  https://gnome.pages.gitlab.gnome.org/retro-gtk/.
+
 ==============
 Version 0.18.1
 ==============
diff --git a/meson.build b/meson.build
index aafcd78e..645787ad 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('retro-gtk','c',
-  version: '0.18.1',
+  version: '1.0.0',
   meson_version: '>= 0.50.0',
 )
 


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