-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.txt
60 lines (43 loc) · 1.35 KB
/
changelog.txt
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
[B]Version 2.5.10[/B]
- Fix self usage in non instance methods
[B]Version 2.5.9[/B]
- Fix plugin loading on windows uwp
- Replace print with xbmc.log
- Replace except Exception , e with except Exception as e (python3)
- Replace iterkeys with keys (python3)
[B]Version 2.5.8[/B]
- Fix plugin loading on windows
[B]Version 2.5.7[/B]
- fixed platform check
[B]Version 2.5.6[/B]
- fixed common cache not starting on ios/tvos when socket path is to long by using AF_INET instead of AF_POSIX
[B]Version 2.5.5[/B]
- Fix ascii error with non UTF-8 characters on print statement
[B]Version 1.5.2[/B]
- Fixed: Dharma error with sqlite. [mswiege]
- User selectable port on windows
- Notification of port/socket collision.
[B]Version 1.5.1[/B]
- Fixed: Move position of socket and database file back
[B]Version 1.5.0[/B]
- Changed: Move position of socket and database file
[B]Version 1.4.0[/B]
- Fixed: edge case where unicode input values would cause cache to crash
- Fixed: Only bind to 127.0.0.1 on windows
[B]Version 1.3.0[/B]
- Minor fixes
[B]Version 1.2.0[/B]
- Minor fixes
[B]Version 1.1.0[/B]
- Minor fixes
[B]Version 1.0.0[/B]
- Minor fixes
[B]Version 0.9.2[/B]
- Don't autodetect instancemode
- Set timeout of instancemode in settings
[B]Version 0.9.1[/B]
- Update interface
[B]Version 0.9.0[/B]
- Better stability
[B]Version 0.8.0[/B]
- Initial public test run.