Skip to content

Commit 1426dce

Browse files
committed
HISTORY: Add 1.3.2
1 parent 3be71bd commit 1426dce

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

HISTORY.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Release History
22

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+
318
## 1.3.1
419

520
**Fixes**

0 commit comments

Comments
 (0)