Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dr_Styki committed May 1, 2020
1 parent fae1704 commit 31cef0b
Show file tree
Hide file tree
Showing 8 changed files with 199 additions and 285 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
language: node_js

node_js:
- 10/*
- 10.17.0

sudo: required

Expand Down
7 changes: 6 additions & 1 deletion data/com.github.dr-styki.screenrec.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,15 @@
<ul>
<li>Recording sound from speakers</li>
<li>Recording sound from microphone</li>
<li>Available format: MP4 and WEBM</li>
<li>Available format: MP4, MKV and WEBM</li>
</ul>
</description>
<releases>
<release version="2.0.0" date="2020-05-01">
<description>
<p>Application rewite. Use Gstreamer backend instead of FFmpeg. Etc ...</p>
</description>
</release>
<release version="1.2.0" date="2020-04-11">
<description>
<p>UI Improvements</p>
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
com.github.dr-styki.screenrec (2.0.0) bionic; urgency=medium

* Application rewite. Use Gstreamer backend instead of FFmpeg. Etc.

-- dr_Styki <[email protected]> Fri, 01 May 2020 18:00:00 +0200

com.github.dr-styki.screenrec (1.2.0) bionic; urgency=medium

* UI Improvements.
Expand Down
11 changes: 9 additions & 2 deletions po/POTFILES
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
src/Application.vala
src/MainWindow.vala
src/SaveDialog.vala
src/ScreenrecorderWindow.vala
src/Dialogs/Countdown.vala
src/Dialogs/ProgressDialog.vala
src/Dialogs/SaveDialog.vala
src/Tools/SendNotification.vala
src/Tools/Recorder.vala
src/Widgets/SelectionArea.vala
src/Widgets/VideoPlayer.vala
src/Views/RecordView.vala
src/Views/SettingsView.vala
data/com.github.dr-styki.screenrec.desktop.in
data/com.github.dr-styki.screenrec.appdata.xml.in
163 changes: 0 additions & 163 deletions po/com.github.dr-styki.screenrec.pot

This file was deleted.

Loading

0 comments on commit 31cef0b

Please sign in to comment.