-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26 from maoiscat/dev01
Dev01
- Loading branch information
Showing
3 changed files
with
97 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Changelog | ||
|#|ACTION|CONTENT| | ||
|---|---|---| | ||
|1.|**remove**|user_opts.seekbarhandesize, since it causes side effects.| | ||
|2.|**add**|user_opts.processvolume. the processed volume is to keep the loudness transition fluent, since the internal control gives the loudness dropping to fast when volume is high| | ||
|3.|**add**|state.sys_volume.| | ||
|4.|**add**|state.proc_volume.| | ||
|5.|**add**|function set_volume(val)| | ||
|6.|**change**|inhibit slider.seekRange when nil| | ||
|7.|**change**|time slider show chapter name in tooltip| | ||
|8.|**change**|volume slider show volume in tooltip| | ||
|9.|**add**|when mouse over volume slider, wheel up/down change volume| | ||
|10.|**add**|mp.observer_property('volume', 'number')| |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters