[pitivi] Release 2022.06



commit 7cbe1d9bd39506e139a7747ea3896bb121d0773d
Author: Alexandru Băluț <alexandru balut gmail com>
Date:   Sat Jun 25 01:30:11 2022 +0200

    Release 2022.06

 NEWS                                  | 15 ++++++++++++++-
 data/org.pitivi.Pitivi.appdata.xml.in | 15 +++++++++++++++
 docs/release.md                       |  2 +-
 meson.build                           |  2 +-
 4 files changed, 31 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index d3d31f4f5..7fe0cb6d8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Version 2022.06
+~~~~~~~~~~~~~~~
+Released: 2022-06-25
+
+New Features:
+ - Object tracking and blurring.
+ - Beat detection and snapping clips to detected beats.
+ - Title clip text border and shadow.
+ - Allow maintaining aspect-ratio when resizing clips.
+ - Added Source blending mode.
+ - Easier to fade in/out a clip.
+ - Playback sound VU meter.
+ - Cut clips to paste them at a different position.
+
 Version 2021.05
 ~~~~~~~~~~~~~~~
 Released: 2021-05-30
@@ -188,7 +202,6 @@ New Features:
  - Implementing many new features
  - UI polish all over the place
  - Refactoring pretty much the entire codebase
- - See http://developer.pitivi.org/releases/0-91.html for details
 
 Version 0.15.2
 ~~~~~~~~~~~~~~
diff --git a/data/org.pitivi.Pitivi.appdata.xml.in b/data/org.pitivi.Pitivi.appdata.xml.in
index 68a00ddec..74d00fe8f 100644
--- a/data/org.pitivi.Pitivi.appdata.xml.in
+++ b/data/org.pitivi.Pitivi.appdata.xml.in
@@ -41,6 +41,21 @@
   <developer_name>The Pitivi Team</developer_name>
 
   <releases>
+    <release version="2022.06" date="2021-06-25">
+      <description>
+        <p>This release adds the following features:</p>
+        <ul>
+          <li>Object tracking and blurring.</li>
+          <li>Beat detection and snapping clips to detected beats.</li>
+          <li>Title clip text border and shadow.</li>
+          <li>Allow maintaining aspect-ratio when resizing clips.</li>
+          <li>Added Source blending mode.</li>
+          <li>Easier to fade in/out a clip.</li>
+          <li>Playback sound VU meter.</li>
+          <li>Cut clips to paste them at a different position.</li>
+        </ul>
+      </description>
+    </release>
     <release version="2021.05" date="2021-05-30">
       <description>
         <p>This release adds the following features:</p>
diff --git a/docs/release.md b/docs/release.md
index bc53d57fb..38be01092 100644
--- a/docs/release.md
+++ b/docs/release.md
@@ -29,7 +29,7 @@ $ source bin/pitivi-env
     in **one week** the release will be cut.
     * It would be good to start preparing a blogpost already.
 
-1. Check [GitLab](https://gitlab.gnome.org/GNOME/pitivi/milestones)
+1. Check [GitLab](https://gitlab.gnome.org/GNOME/pitivi/-/milestones)
     * Make sure there are no significant issues open against the current milestone.
     * Move the remaining open issues somewhere else, for example to the next milestone.
     * Close the current milestone.
diff --git a/meson.build b/meson.build
index 1376cbf5c..e63a58bdf 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('pitivi', 'c', version : '2021.05.1', meson_version : '>= 0.46.0')
+project('pitivi', 'c', version : '2022.06', meson_version : '>= 0.46.0')
 host_system = host_machine.system()
 
 pymod = import('python')


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