-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathCHANGES.txt
More file actions
45 lines (35 loc) · 1.93 KB
/
CHANGES.txt
File metadata and controls
45 lines (35 loc) · 1.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
v3.0.11
- Bug fix for GitHub repo URL showing as Publisher in Package Center.
v3.0.10
- Minor changes for making the package available in Package Center from my spk repository.
- Script version number updated to keep in sycn with package.
v3.0.9
- Now available as a Synology package.
v3.0.6
- Uses the drivers from RROrg release 26.3.1.
- Separate drivers available for DSM 7.2 and DSM 7.3.
- Now only tries to remove modules if they are loaded.
- Bug fixes for loading modules.
v2.2.5
- Bug fix for restoring default modules.
- Bug fix for if download x25_hw_transcode_module_v2.zip failed when v1 version had previously been downloaded and extracted.
v2.2.4
- Bug fix for restore and autoupdate options not working.
- If you have previously run version 1 of the script you should run this version with the --restore option to remove the old drivers. Then run this version without the --restore option to install the latest driver.
v2.2.3
- Updated to install latest driver that fixes the HDR to SDR tone mapping bug fix.
- If you have previously run version 1 of the script you should run the script (either version) with the --restore option to remove the old drivers. Then run the v2 script to install the latest driver.
v1.2.2
- Added -r and --restore option to restore the default modules. So you can reload the default modules without needing to reboot.
- Bug fix for saying "Failed to remove" if script failed to load module.
v1.1.1
- Bug fix for remove_module function.
- See https://www.synoforum.com/threads/225-or-425-owners-plex-hw-transcoding.15094/post-75947
v1.1.0
- Added auto update option so the script can update itself when there's a newer version available.
--autoupdate=AGE Auto update script (useful when script is scheduled).
AGE is how many days old a release must be before auto-updating. AGE must be a number: 0 or greater.
- Added -v --version option.
- Added -h --help option.
v1.0.0
- First release.