Skip to content

Commit

Permalink
Update appdata to 2.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jliljebl committed Jun 10, 2024
1 parent a4fcde0 commit 85d86ca
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion flowblade-trunk/Flowblade/dialogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ def about_dialog(parent_window):
# Application tab
img = Gtk.Image.new_from_file(respaths.IMAGE_PATH + "flowbladeappicon.png")
flow_label = Gtk.Label(label="Flowblade Movie Editor")
ver_label = Gtk.Label(label="2.16.2")
ver_label = Gtk.Label(label="2.16.3")
janne_label = Gtk.Label(label="Copyright 2024 Janne Liljeblad and contributors.")
page_label = Gtk.Label(label=_("Project page:") + " " + "<a href=\"https://github.com/jliljebl/flowblade\">https://github.com/jliljebl/flowblade</a>")
page_label.set_use_markup(True)
Expand Down
2 changes: 1 addition & 1 deletion flowblade-trunk/Flowblade/editorstate.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
# Runtime environment data
gtk_version = None
mlt_version = None
appversion = "2.16.2"
appversion = "2.16.3"
RUNNING_FROM_INSTALLATION = 0
RUNNING_FROM_DEV_VERSION = 1
RUNNING_FROM_FLATPAK = 2
Expand Down
2 changes: 1 addition & 1 deletion flowblade-trunk/flowblade
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import os
import sys


print ("FLOWBLADE MOVIE EDITOR 2.16.2")
print ("FLOWBLADE MOVIE EDITOR 2.16.3")
print ("-----------------------------")

# Get launch script dir
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,16 @@
</screenshots>
<content_rating type="oars-1.1" />
<releases>
<release version="2.16.3" date="2024-06-10">
<description>
<p>New features:</p>
<ul>
<li>Motion tracking</li>
<li>Stabilizing</li>
<li>Slow motion playback support for JKL and USB Jog/Shuttle devices</li>
</ul>
</description>
</release>
<release version="2.16.2" date="2024-05-29">
<description>
<p>New features:</p>
Expand Down
2 changes: 1 addition & 1 deletion flowblade-trunk/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
locale_files.append(filepath)

setup( name='flowblade',
version='2.16.2',
version='2.16.3',
author='Janne Liljeblad',
author_email='janne.liljeblad at gmail dot com',
description='Non-linear video editor',
Expand Down

0 comments on commit 85d86ca

Please sign in to comment.