Skip to content

Commit f9bcb8f

Browse files
committed
version 2.0.0
1 parent 42fc6e0 commit f9bcb8f

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
_name := video-pi
2-
_version := 1.2.1
2+
_version := 2.0.0
33
_pkgrel := 1
44

55
_video_pi_pkg_filename := $(_name)_$(_version)-$(_pkgrel)_armhf.deb

debian/changelog

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
video-pi (2.0.0-1) unstable; urgency=medium
2+
3+
* Add install and uninstall scripts instead of writing to home dir.
4+
* Use pqiv as image viewer instead of the deprecated omxiv.
5+
* Restart the media player of image viewer if they crash.
6+
* Make slideshow interval configurable using /etc/video-pi/video-pi.sh.
7+
* Move fdignore file to /etc/video-pi/video-pi.fdignore.
8+
* Show more image file formats using the image viewer instead of VLC.
9+
* Don't show terminal window when playing videos.
10+
* Set black desktop background and autohide the top bar.
11+
* Hide VLC policy window and disable metadata network access.
12+
* Remove the raspi-config desktop icon.
13+
14+
-- Jakub Valenta <jakub@jakubvalenta.cz> Thu, 16 Sep 2024 18:07:28 +0000
15+
116
video-pi (1.2.1-1) unstable; urgency=medium
217

318
* Require udevil with fixed exfat support.

0 commit comments

Comments
 (0)