Releases: midstar/mediaweb
Releases · midstar/mediaweb
mediaweb-v1.3.0.252
Feature/delete cache files (#43) * Bugfix - now watching directories that are symbolic links * Added support for cache clean-up. By default disabled but can be enabled with configuration parameter enablecachecleanup.
mediaweb-v1.2.0.247
Fixed buggy swipe from previous release (#42)
mediaweb-v1.2.0.244
Pause video if next, prev or close media (#41)
mediaweb-v1.2.0.241
Added support for symbolic links (#38) Now it is possible to have symbolic links in the mediapath.
mediaweb-v1.1.0.238
Feature/tls support (#35) * Added support for binding server to a specific interface using new parameter "ip" * Added support for TLS/HTTPS using new parameters "tlscertfile" and "tlskeyfile" * Panic if "mediapath" and "cachepath" equals
mediaweb-v1.1.0.233
Bugfix/deb installer not working on armhf (#32) * The ARM Debian installer is now correctly compiled for non 64 bit ARM architectures * The prebuilt ARM version (32 bit) is now built for ARMv6 instead ARMv5 which is a huge improvement in performance * Added a 64 bit ARM (ARMv8) prebuilt version including installer
mediaweb-v1.1.0.191
Zoom using keyboard and mouse * Use + / - keys in browser to increase/decrease size of thumbnails * Use mouse scroll wheel in viewer to zoom in/out
mediaweb-v1.0.1.149
Feature/icon update (#19) * Changed logo/favicon from PNG to ICO format Now the icon will be displayed correctly when WEB page bookmark is put on desktop. Chrome OS has been confirmed working. * Fixed ico file type in html file * Stored original .svg
mediaweb-v1.0.0.132
Feature/update thumbs on change (#14) Thumbnails are now automatically created when media is added to the media directory. This is the default behavior. Can be disabled with the new configuration parameter "genthumbsonadd". Also, on the WEB UI there will be a warning sign when thumbnails are generated (shown either on startup or when files are added to the media directory).