This repository has been archived by the owner on May 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
dr_Styki
committed
May 1, 2020
1 parent
fae1704
commit 31cef0b
Showing
8 changed files
with
199 additions
and
285 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
language: node_js | ||
|
||
node_js: | ||
- 10/* | ||
- 10.17.0 | ||
|
||
sudo: required | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.