-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathDependencyControl.json
More file actions
99 lines (99 loc) · 3.15 KB
/
Copy pathDependencyControl.json
File metadata and controls
99 lines (99 loc) · 3.15 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"dependencyControlFeedFormatVersion": "0.2.0",
"name": "SubInspector",
"description": "Official SubInspector repository",
"baseUrl": "https://github.com/TypesettingTools/SubInspector",
"url": "@{baseUrl}",
"maintainer": "torque",
"knownFeeds": {},
"modules": {
"SubInspector.Inspector": {
"url": "@{baseUrl}",
"author": "torque",
"name": "SubInspector",
"description": "Provides low level inspection and analysis of subtitles post-rasterization.",
"channels": {
"release": {
"version": "0.8.0",
"released": "2026-09-12",
"default": true,
"platforms": [
"Windows-x64",
"OSX-x64",
"OSX-arm64"
],
"fileBaseUrl": "@{baseUrl}/releases/download/v0.6.0/",
"files": [
{
"name": ".moon",
"url": "@{fileBaseUrl}Inspector.moon",
"sha1": "FFFC4A2B039E490C18CBC4BAFEDCC5C0381D9C34"
},
{
"name": "/SubInspector.dll",
"url": "@{fileBaseUrl}SubInspector-windows-x64.dll",
"platform": "Windows-x64",
"sha1": "B2A8274022CC084DFDD2913852D1D5E170F97D2C"
},
{
"name": "/libSubInspector.dylib",
"url": "@{fileBaseUrl}libSubInspector-macos-x86_64.dylib",
"platform": "OSX-x64",
"sha1": "68E6F34C8B3F953F52DD75BDBF17BE820BD7DAD8"
},
{
"name": "/libSubInspector.dylib",
"url": "@{fileBaseUrl}libSubInspector-macos-arm64.dylib",
"platform": "OSX-arm64",
"sha1": "6FA1B10FD1D835A0A2A864100F27563DC4F4E750"
}
],
"requiredModules": [
{
"moduleName": "ffi"
}
]
}
},
"changelog": {
"0.8.0": [
"Update the native library to 0.6.0 and refresh dependencies.",
"Add Apple Silicon support and signed, notarized macOS binaries (macOS 11+).",
"Fix rendering hashes, empty-frame bounds, and handling of ASS script settings.",
"Remove the ffi-experiments / requireffi dependency.",
"Drop Windows x86 support."
],
"0.7.2": [
"Fix Inspector.moon C library version compatibility check in some cases."
],
"0.7.1": [
"Fix Inspector.moon log function invocation."
],
"0.7.0": [
"Fix Inspector.moon for libass with DirectWrite. No more XP support."
],
"0.6.1": [
"Improve hash reliability as a measure of visual sameness."
],
"0.6.0": [
"Rebrand as SubInspector."
],
"0.5.1": [
"Fix bounds calculation in weird cases."
],
"0.5.0": [
"DependencyControl integration."
],
"0.4.0": [
"Added solid field to ASSI_Rect."
],
"0.3.1": [
"Fixed hash reliability by not hashing junk memory."
],
"0.3.0": [
"All inputs are hashed (CRC32) to provide a measure of uniqueness."
]
}
}
}
}