Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
pitivi
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Millan Castro
pitivi
Commits
7258d437
Commit
7258d437
authored
Aug 20, 2018
by
Alexandru Băluț
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 0.999
parent
723fd4c4
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
25 additions
and
75 deletions
+25
-75
NEWS
NEWS
+9
-0
RELEASE
RELEASE
+0
-74
data/org.pitivi.Pitivi.appdata.xml.in
data/org.pitivi.Pitivi.appdata.xml.in
+15
-0
meson.build
meson.build
+1
-1
No files found.
NEWS
View file @
7258d437
2018 August 29th - Pitivi 0.999
* Selecting a range of clips can be done by clicking followed by Shift+click
* The advanced settings of the h264 encoder allow specifying a Profile
* Rendering non-square pixels was broken and has been disabled
* The xges files have an icon associated
* The Save and Render buttons in the headerbar have been moved on the right side
* Lots of bug fixing
2017 September 2nd - Pitivi 0.99
2017 September 2nd - Pitivi 0.99
* Many performance improvements
* Many performance improvements
...
...
RELEASE
deleted
100644 → 0
View file @
723fd4c4
0.99 Release "Ocean Big Chair"
------------------------------
This is the ninth release for the new version of Pitivi based on GES,
the GStreamer Editing Services library. This is a bug-fix release, and
can be considered a release candidate for version 1.0.
Many performance improvements have been made, and many bugs have been fixed.
== Requirements ==
For this release, we depend on GStreamer, Gst-Python, GES 1.12.3.
We now use Gnome GSound instead of pycanberra.
We now depend on gst-devtools for tests.
We got rid of `configure` and `Makefile`, and now rely on Meson and Ninja.
See http://mesonbuild.com/Quick-guide.html for an intro.
Refer to Pitivi's check.py for the dependencies' versions for this release.
== Contributors for this release ==
104 Thibault Saunier
78 Alexandru Băluț
14 Stefan Popa
14 Suhas Nayak
4 Naman Yadav
3 Fabian Orccon
2 Shivam Tripathi
2 Umang Jain
1 Aswin Mohan
1 Dan Muntean
1 Igor Gnatenko
1 Michael Sheldon
1 Rodolfo Ribeiro Gomes
1 dg1727
Translations:
ca Jordi Mas
da Alan Mortensen
de Mario Blättermann, Wolfgang Stöggl
es Daniel Mustieles
hu Gábor Kelemen
id Andika Triwidada
lt Aurimas Černius
pl Piotr Drąg
pt_BR Rafael Fontenelle, Enrico Nicoletto
sk Dušan Kazik
sr Мирослав Николић
sv Josef Andersson, Anders Jonsson
uk Daniel Korostil
== Download ==
Pitivi source tarballs are available on the GNOME FTP servers:
http://ftp.gnome.org/pub/GNOME/sources/pitivi/0.99
See the website for the official build based on flatpak.
== Information and Feedback ==
* Information for users and developers can be found on http://www.pitivi.org
* Comments and feedback are welcome.
* Pitivi bug-tracker at https://phabricator.freedesktop.org/tag/pitivi/
== Bugs Fixed ==
See https://phabricator.freedesktop.org/project/board/110/query/all/
data/org.pitivi.Pitivi.appdata.xml.in
View file @
7258d437
...
@@ -41,6 +41,21 @@
...
@@ -41,6 +41,21 @@
<_developer_name>
The Pitivi Team
</_developer_name>
<_developer_name>
The Pitivi Team
</_developer_name>
<releases>
<releases>
<release
version=
"0.999"
date=
"2018-08-20"
>
<description>
<p>
This release includes bug fixes, small important features, and a feature removal.
</p>
<ul>
<li>
Rendering non-square pixels was broken and has been disabled.
</li>
<li>
Selecting a range of clips can be done by clicking followed by Shift+click.
</li>
<li>
The advanced settings of the h264 encoder allow specifying a Profile.
</li>
<li>
The xges files have an icon associated.
</li>
<li>
The Save and Render buttons in the headerbar have been moved on the right side.
</li>
</ul>
</description>
</release>
<release
version=
"0.99"
date=
"2017-09-21"
>
<release
version=
"0.99"
date=
"2017-09-21"
>
<description>
<description>
<p>
<p>
...
...
meson.build
View file @
7258d437
project('pitivi', 'c', version : '0.99', meson_version : '>= 0.41.0')
project('pitivi', 'c', version : '0.99
9
', meson_version : '>= 0.41.0')
python = find_program('python3')
python = find_program('python3')
intltool_merge = find_program('intltool-merge')
intltool_merge = find_program('intltool-merge')
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment