|
63 | 63 | "fileBaseUrl": "@{fileBaseUrl}v@{version}-@{channel}/modules/@{scriptName}",
|
64 | 64 | "channels": {
|
65 | 65 | "alpha": {
|
66 |
| - "version": "0.5.1", |
67 |
| - "released": "2015-06-02", |
| 66 | + "version": "0.5.2", |
| 67 | + "released": "2015-07-27", |
68 | 68 | "default": true,
|
69 | 69 | "files": [
|
70 | 70 | {
|
71 | 71 | "name": ".moon",
|
72 | 72 | "url": "@{fileBaseUrl}@{fileName}",
|
73 |
| - "sha1": "84FDFA9FE38B28FDC0E8E662A2D6DB3DCE5B8936" |
| 73 | + "sha1": "B05F938D4569FB8D2361DF266C3482DC24DC6024" |
74 | 74 | },
|
75 | 75 | {
|
76 | 76 | "name": "/ConfigHandler.moon",
|
77 | 77 | "url": "@{fileBaseUrl}@{fileName}",
|
78 |
| - "sha1": "BA90EDFBBB69D4FC9B8892117A5F52A7778EF7AF" |
| 78 | + "sha1": "AC080CE7250E7529B1A8209A1336F01DFCD91D1D" |
79 | 79 | },
|
80 | 80 | {
|
81 | 81 | "name": "/FileOps.moon",
|
82 | 82 | "url": "@{fileBaseUrl}@{fileName}",
|
83 |
| - "sha1": "BB059D28E3BAF59A253DCADF348D69597346B7FE" |
| 83 | + "sha1": "610D69DBF1AD285D32F552FAB52394738C293C6E" |
84 | 84 | },
|
85 | 85 | {
|
86 | 86 | "name": "/Logger.moon",
|
|
95 | 95 | {
|
96 | 96 | "name": "/Updater.moon",
|
97 | 97 | "url": "@{fileBaseUrl}@{fileName}",
|
98 |
| - "sha1": "9C53BBCBD0334C7D868D00773386A4A23CB3B4F9" |
| 98 | + "sha1": "BF4B380D2F2AAB58F7A3CEFF8ECA7DF994F0F11A" |
99 | 99 | }
|
100 | 100 | ],
|
101 | 101 | "requiredModules": [
|
102 | 102 | {
|
103 | 103 | "moduleName": "requireffi.requireffi",
|
104 |
| - "version": "0.1.0", |
| 104 | + "version": "0.1.1", |
105 | 105 | "feed": "@{feed:ffi-experiments}"
|
106 | 106 | },
|
107 | 107 | {
|
108 | 108 | "moduleName": "DM.DownloadManager",
|
109 |
| - "version": "0.2.1", |
| 109 | + "version": "0.3.1", |
110 | 110 | "feed": "@{feed:ffi-experiments}"
|
111 | 111 | },
|
112 | 112 | {
|
113 | 113 | "moduleName": "BM.BadMutex",
|
114 |
| - "version": "0.1.2", |
| 114 | + "version": "0.1.3", |
115 | 115 | "feed": "@{feed:ffi-experiments}"
|
116 | 116 | },
|
117 | 117 | {
|
118 | 118 | "moduleName": "PT.PreciseTimer",
|
119 |
| - "version": "0.1.4", |
| 119 | + "version": "0.1.5", |
120 | 120 | "feed": "@{feed:ffi-experiments}"
|
121 | 121 | }
|
122 | 122 | ]
|
123 | 123 | }
|
124 | 124 | },
|
125 | 125 | "changelog": {
|
| 126 | + "0.5.2": [ |
| 127 | + "Updates and installations no longer fail when no suitable version of a module marked as an optional dependency can be found.", |
| 128 | + "ConfigHandlers now recover gracefully when a corrupted config is encountered.", |
| 129 | + "Fixed a bug that may have caused updates of unmanaged modules to throw an error after completion.", |
| 130 | + "DependencyControl initialization functions in modules with optional DepCtrl support are now expected to use the predefined name __depCtrlInit. This lifts the unreasonable requirement of having to specify the name of the function in the dependency tables of the loading scripts. By extension, this also fixes errors when trying to update the binary modules required by DependencyControl (such as DownloadManager).", |
| 131 | + "The Updater now checks for an active internet connection before going ahead with downloading feeds and packages.", |
| 132 | + "FileOps: added a copy function for files." |
| 133 | + ], |
126 | 134 | "0.5.1": [
|
127 | 135 | "Macros registered using DependencyControl now get passed the previously missing 'active_line' paramter.",
|
128 | 136 | "Fixed a bug that would cause an unrelated error to be thrown in place of the real error message when an updated module failed to load."
|
|
0 commit comments