mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-08 06:46:36 +02:00
Docs.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
# Changelog
|
||||
|
||||
* back to cleaner visual experience
|
||||
* adds option to disable sidebar
|
||||
* adds options to filter/search ignore case
|
||||
* replaces PHP `getenv` calls with `$_SERVER` lookups
|
||||
@@ -10,8 +11,12 @@
|
||||
* fixes shell command detection on Windows
|
||||
* fixes Piwik anayltics
|
||||
* fixes `.htaccess` auth issues
|
||||
* fixes drag-select on scrollable content
|
||||
* fixes download-all function
|
||||
* fixes audio and video preview loading
|
||||
* adds `rust` type and icon
|
||||
* adds `autoplay` option to audio and video preview
|
||||
* adds `--dereference` to `shell-du`
|
||||
* removes *Install* section from `README.md`, caused too much trouble
|
||||
* removes peer5 support
|
||||
* updates build process to use `node 6.0+`, no need for babel now
|
||||
|
@@ -216,6 +216,7 @@
|
||||
/*
|
||||
Play a audio preview on click.
|
||||
|
||||
- autoplay: start playing as soon as ready
|
||||
- types: array of strings
|
||||
*/
|
||||
"preview-aud": {
|
||||
@@ -280,6 +281,7 @@
|
||||
/*
|
||||
Play a video preview on click.
|
||||
|
||||
- autoplay: start playing as soon as ready
|
||||
- types: array of strings
|
||||
*/
|
||||
"preview-vid": {
|
||||
|
Reference in New Issue
Block a user