Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
theyosh committed May 4, 2023
1 parent cc5ec72 commit f1dec23
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Dreambox ReStream Change Log - https://theyosh.nl/projects/dreambox-restream -
[email protected] - ©2006 - 2023

version 3.4.0 (04-05-2023)
* Upgrade to Laravel 9
* Switch to a single audio track and removed audio per video bitrate
* Fixed duplicate key constrain on updating channel programs
* Updated libraries
* Code cleanup

version 3.3.0 (10-02-2023)
* 4K and UHD source support
* Updated libraries
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ sed -i -e 's@DB_DATABASE=.*@DB_DATABASE='`pwd`'/database/restream\.sqlite@g' .en
php artisan key:generate
php artisan migrate
php artisan storage:link
php artisan version:absorb
php artisan version:timestamp
```
### Configure NGINX
```sh
Expand Down
8 changes: 4 additions & 4 deletions config/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ blade-directive: version
current:
label: ''
major: 3
minor: 3
minor: 4
patch: 0
git_absorb: git-local
prerelease: ''
buildmetadata: ''
commit: e01722
timestamp:
year: 2023
month: 2
day: 10
hour: 9
month: 5
day: 4
hour: 20
minute: 50
second: 46
timezone: UTC
Expand Down

0 comments on commit f1dec23

Please sign in to comment.