-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Keep track of changelog over releases. Also added notes on how to prepare a release image.
- Loading branch information
Showing
4 changed files
with
44 additions
and
0 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
output_engine = mustache("markdown") |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Changelog | ||
|
||
## 0.1 (2019-02-15) | ||
|
||
### New | ||
|
||
* Added time and ip overlay for testing purposes [Rein Appeldoorn] | ||
|
||
* Web server for distributing video files and starting/stopping videos [Rein Appeldoorn] | ||
|
||
* Videocrop configs per client [Rein Appeldoorn] | ||
|
||
* Synchronized playback on multiple clients with central time server [Rein Appeldoorn] |
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 |
---|---|---|
|
@@ -2,3 +2,5 @@ tqdm==4.26.0 | |
pymediainfo==2.3.0 | ||
colorlog==3.1.4 | ||
tornado==5.1.1 | ||
gitchangelog==3.0.4 | ||
pystache==0.5.4 |