|
8 | 8 | "maintainer": "line0",
|
9 | 9 | "knownFeeds": {
|
10 | 10 | "line0scripts": "https://raw.githubusercontent.com/TypesettingTools/line0-Aegisub-Scripts/master/DependencyControl.json",
|
11 |
| - "a-mo": "https://raw.githubusercontent.com/TypesettingCartel/Aegisub-Motion/DepCtrl/DependencyControl.json", |
| 11 | + "a-mo": "https://raw.githubusercontent.com/TypesettingTools/Aegisub-Motion/DepCtrl/DependencyControl.json", |
12 | 12 | "SubInspector": "https://raw.githubusercontent.com/TypesettingTools/SubInspector/master/DependencyControl.json",
|
13 | 13 | "ASSFoundation": "https://raw.githubusercontent.com/TypesettingTools/ASSFoundation/master/DependencyControl.json",
|
14 | 14 | "ffi-experiments": "https://raw.githubusercontent.com/torque/ffi-experiments/master/DependencyControl.json",
|
|
69 | 69 | "fileBaseUrl": "@{fileBaseUrl}v@{version}-@{channel}/modules/@{scriptName}",
|
70 | 70 | "channels": {
|
71 | 71 | "alpha": {
|
72 |
| - "version": "0.6.1", |
73 |
| - "released": "2016-01-27", |
| 72 | + "version": "0.6.2", |
| 73 | + "released": "2016-02-06", |
74 | 74 | "default": true,
|
75 | 75 | "files": [
|
76 | 76 | {
|
77 | 77 | "name": ".moon",
|
78 | 78 | "url": "@{fileBaseUrl}@{fileName}",
|
79 |
| - "sha1": "96DC55D2390603CF8F752B9451F995F76827839B" |
| 79 | + "sha1": "0135ADCF023F2150B7324C5BABE72F0F26E412F1" |
80 | 80 | },
|
81 | 81 | {
|
82 | 82 | "name": "/ConfigHandler.moon",
|
83 | 83 | "url": "@{fileBaseUrl}@{fileName}",
|
84 |
| - "sha1": "A14D9C4691E72E67766A71F36E5411BAA38A0697" |
| 84 | + "sha1": "97BCD3207FE8158261FA7851057464535FCEFBC6" |
85 | 85 | },
|
86 | 86 | {
|
87 | 87 | "name": "/FileOps.moon",
|
88 | 88 | "url": "@{fileBaseUrl}@{fileName}",
|
89 |
| - "sha1": "17F1211F163835F80E14DD7E49EBFE887DEBFC46" |
| 89 | + "sha1": "D999D34DB93BA76EF0E991CEB1CD63F5CC5F8E68" |
90 | 90 | },
|
91 | 91 | {
|
92 | 92 | "name": "/Logger.moon",
|
93 | 93 | "url": "@{fileBaseUrl}@{fileName}",
|
94 |
| - "sha1": "1932A55299F340BECD7CB27B133015118FA21D8D" |
| 94 | + "sha1": "1E479FE95F0DFBEE8B098302AB589F32D0C40A00" |
95 | 95 | },
|
96 | 96 | {
|
97 | 97 | "name": "/UnitTestSuite.moon",
|
98 | 98 | "url": "@{fileBaseUrl}@{fileName}",
|
99 |
| - "sha1": "BE622B5307153CB81C960FA565906AE1DC9D3C27" |
| 99 | + "sha1": "ADAB6EFB05E08A7828DCA01BC1FC43D6482979A1" |
100 | 100 | },
|
101 | 101 | {
|
102 | 102 | "name": "/UpdateFeed.moon",
|
103 | 103 | "url": "@{fileBaseUrl}@{fileName}",
|
104 |
| - "sha1": "6B2A2CF54A17484CA4423B42AD97B7936145938E" |
| 104 | + "sha1": "1EE16D9D551FF82C2D7E448F2CD980E528874108" |
105 | 105 | },
|
106 | 106 | {
|
107 | 107 | "name": "/Updater.moon",
|
108 | 108 | "url": "@{fileBaseUrl}@{fileName}",
|
109 |
| - "sha1": "EABAB6C84320F5A656AAB4CB699E05F54D3BEC5B" |
| 109 | + "sha1": "A4AE061724E68B2EFBB7495A477263E1746E228A" |
110 | 110 | }
|
111 | 111 | ],
|
112 | 112 | "requiredModules": [
|
|
134 | 134 | }
|
135 | 135 | },
|
136 | 136 | "changelog": {
|
| 137 | + "0.6.2": [ |
| 138 | + "An issue was fixed that would cause DepCtrl initializer code in modules previously loaded with regular Lua loading mechanisms to be skipped when requested in a _DependencyControl_- context. This kept the [requireffi](https://github.com/torque/ffi-experiments/tree/master/requireffi) _DependencyControl_ record from being established, preventing any updates from taking place.", |
| 139 | + "UnitTestSuite: Fixed several broken assertions and related error messages, among them the `assertMatches` and `assertErrorMatches` assertions always returning `true`. Please make sure to rerun your tests after upgrading to confirm your tested actually return values whatever they were supposed to match.", |
| 140 | + "Updater: Identical or duplicate feeds from different sources (user configuration, feeds and API use) are no longer being checked for updates multiple times.", |
| 141 | + "Updater / FileOps: Fixed several broken error messages and return values." |
| 142 | + ], |
137 | 143 | "0.6.1": [
|
138 | 144 | "The Updater component now supports the DownloadManager v0.4.0 API changes.",
|
139 | 145 | "Updater: A regression introduced in v0.6.0 was fixed that caused update or installation processes to fail when the feed contained deletion records.",
|
|
0 commit comments