diff options
author | Sam <me@sampotts.me> | 2016-05-30 07:41:17 +0100 |
---|---|---|
committer | Sam <me@sampotts.me> | 2016-05-30 07:41:17 +0100 |
commit | 552f448ccd4634441104dca29c20fa441d644dfc (patch) | |
tree | d55ba00b1c37d972914b743833080848342853c5 /changelog.md | |
parent | cb318dd6add5e8955cb33659aa4da397713ebd3d (diff) | |
download | plyr-552f448ccd4634441104dca29c20fa441d644dfc.tar.lz plyr-552f448ccd4634441104dca29c20fa441d644dfc.tar.xz plyr-552f448ccd4634441104dca29c20fa441d644dfc.zip |
Seek rounding from 1 to 4 decimal places (fixes #242)
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 9180fb4b..828d37a3 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,8 @@ # Changelog +# v1.6.18 +- Reduced rounding of seek value from 1 decimal point to 4 (fixes #242) + # v1.6.17 - Added `disableContextMenu` option to hide the right click context menu (fixes #248 and #225) |