File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
+ ## 1.3.2
4
+
5
+ ** Fixes**
6
+
7
+ - Add .so to the local path check, not just .dll.
8
+
9
+ ** Improvements**
10
+
11
+ - Raise custom exception if libdvdcss shared object file (dll/so) is not found, instead of a regular Exception.
12
+ This allows you to catch that specific exception to handle it yourself if you so wish.
13
+ - Condense the libdvdcss installation instruction information to the basics. If the basics aren't enough, the
14
+ user should just Google it at that point.
15
+ - Define library prototypes directly instead of opening CFUNCTYPE functions. This reduces the amount of objects
16
+ and memory used up by each DvdCss() object, but also improves the general UX of operating with the library.
17
+
3
18
## 1.3.1
4
19
5
20
** Fixes**
You can’t perform that action at this time.
0 commit comments