|
25 | 25 | "fileBaseUrl": "@{fileBaseUrl}macros-v@{version}-@{channel}/macros/@{namespace}", |
26 | 26 | "channels": { |
27 | 27 | "alpha": { |
28 | | - "version": "0.1.2", |
29 | | - "released": "2016-01-14", |
| 28 | + "version": "0.1.3", |
| 29 | + "released": "2016-01-27", |
30 | 30 | "default": true, |
31 | 31 | "files": [ |
32 | 32 | { |
33 | 33 | "name": ".moon", |
34 | 34 | "url": "@{fileBaseUrl}@{fileName}", |
35 | | - "sha1": "B4895869AF5F3EC5D858E043D2E24E3E32D5701E" |
| 35 | + "sha1": "3677B2817C3D1FFE86981C8ABCC092B3D2CCEE7B" |
36 | 36 | } |
37 | 37 | ], |
38 | 38 | "requiredModules": [ |
39 | 39 | { |
40 | 40 | "moduleName": "l0.DependencyControl", |
41 | | - "version": "0.6.0" |
| 41 | + "version": "0.6.1" |
42 | 42 | } |
43 | 43 | ] |
44 | 44 | } |
|
53 | 53 | ], |
54 | 54 | "0.1.2": [ |
55 | 55 | "All DependencyControl macros are now available under the common 'DependencyControl' automation submenu." |
| 56 | + ], |
| 57 | + "0.1.3": [ |
| 58 | + "Fixed an issue where trying to uninstall an unmanaged script resulted in an error unrelated to the intended error message." |
56 | 59 | ] |
57 | 60 | } |
58 | 61 | } |
|
66 | 69 | "fileBaseUrl": "@{fileBaseUrl}v@{version}-@{channel}/modules/@{scriptName}", |
67 | 70 | "channels": { |
68 | 71 | "alpha": { |
69 | | - "version": "0.6.0", |
70 | | - "released": "2016-01-14", |
| 72 | + "version": "0.6.1", |
| 73 | + "released": "2016-01-27", |
71 | 74 | "default": true, |
72 | 75 | "files": [ |
73 | 76 | { |
74 | 77 | "name": ".moon", |
75 | 78 | "url": "@{fileBaseUrl}@{fileName}", |
76 | | - "sha1": "7680A45DD0744DD1C1049690752842307250BA03" |
| 79 | + "sha1": "96DC55D2390603CF8F752B9451F995F76827839B" |
77 | 80 | }, |
78 | 81 | { |
79 | 82 | "name": "/ConfigHandler.moon", |
|
83 | 86 | { |
84 | 87 | "name": "/FileOps.moon", |
85 | 88 | "url": "@{fileBaseUrl}@{fileName}", |
86 | | - "sha1": "02A5CE4691490985C9492D2FD997906C9C934616" |
| 89 | + "sha1": "17F1211F163835F80E14DD7E49EBFE887DEBFC46" |
87 | 90 | }, |
88 | 91 | { |
89 | 92 | "name": "/Logger.moon", |
|
103 | 106 | { |
104 | 107 | "name": "/Updater.moon", |
105 | 108 | "url": "@{fileBaseUrl}@{fileName}", |
106 | | - "sha1": "DDBF34B685AB36C99DEA979270A9E219BD8E55EE" |
| 109 | + "sha1": "EABAB6C84320F5A656AAB4CB699E05F54D3BEC5B" |
107 | 110 | } |
108 | 111 | ], |
109 | 112 | "requiredModules": [ |
|
131 | 134 | } |
132 | 135 | }, |
133 | 136 | "changelog": { |
| 137 | + "0.6.1": [ |
| 138 | + "The Updater component now supports the DownloadManager v0.4.0 API changes.", |
| 139 | + "Updater: A regression introduced in v0.6.0 was fixed that caused update or installation processes to fail when the feed contained deletion records.", |
| 140 | + "FileOps.mkdir() no longer falsely retuns an error state when a path to an existing file is passed with the `isFile` flag set." |
| 141 | + ], |
134 | 142 | "0.6.0": [ |
135 | | - "The __UnitTestSuite__ framework for automatically testing automation scripts and modules has been added.", |
| 143 | + "The UnitTestSuite framework for automatically testing automation scripts and modules has been added.", |
136 | 144 | "Macros can now be registered with custom submenu name.", |
137 | 145 | "Logger:logEx() now takes an additional optional `indent` parameter to specify a custom indentation level.", |
138 | 146 | "FileOps.move() no longer overwrites existing files by default.", |
|
0 commit comments