Skip to content

Commit bd2888f

Browse files
committed
bump versions; update feeds
1 parent 08e8c98 commit bd2888f

File tree

3 files changed

+20
-12
lines changed

3 files changed

+20
-12
lines changed

DependencyControl.json

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,20 @@
2525
"fileBaseUrl": "@{fileBaseUrl}macros-v@{version}-@{channel}/macros/@{namespace}",
2626
"channels": {
2727
"alpha": {
28-
"version": "0.1.2",
29-
"released": "2016-01-14",
28+
"version": "0.1.3",
29+
"released": "2016-01-27",
3030
"default": true,
3131
"files": [
3232
{
3333
"name": ".moon",
3434
"url": "@{fileBaseUrl}@{fileName}",
35-
"sha1": "B4895869AF5F3EC5D858E043D2E24E3E32D5701E"
35+
"sha1": "3677B2817C3D1FFE86981C8ABCC092B3D2CCEE7B"
3636
}
3737
],
3838
"requiredModules": [
3939
{
4040
"moduleName": "l0.DependencyControl",
41-
"version": "0.6.0"
41+
"version": "0.6.1"
4242
}
4343
]
4444
}
@@ -53,6 +53,9 @@
5353
],
5454
"0.1.2": [
5555
"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."
5659
]
5760
}
5861
}
@@ -66,14 +69,14 @@
6669
"fileBaseUrl": "@{fileBaseUrl}v@{version}-@{channel}/modules/@{scriptName}",
6770
"channels": {
6871
"alpha": {
69-
"version": "0.6.0",
70-
"released": "2016-01-14",
72+
"version": "0.6.1",
73+
"released": "2016-01-27",
7174
"default": true,
7275
"files": [
7376
{
7477
"name": ".moon",
7578
"url": "@{fileBaseUrl}@{fileName}",
76-
"sha1": "7680A45DD0744DD1C1049690752842307250BA03"
79+
"sha1": "96DC55D2390603CF8F752B9451F995F76827839B"
7780
},
7881
{
7982
"name": "/ConfigHandler.moon",
@@ -83,7 +86,7 @@
8386
{
8487
"name": "/FileOps.moon",
8588
"url": "@{fileBaseUrl}@{fileName}",
86-
"sha1": "02A5CE4691490985C9492D2FD997906C9C934616"
89+
"sha1": "17F1211F163835F80E14DD7E49EBFE887DEBFC46"
8790
},
8891
{
8992
"name": "/Logger.moon",
@@ -103,7 +106,7 @@
103106
{
104107
"name": "/Updater.moon",
105108
"url": "@{fileBaseUrl}@{fileName}",
106-
"sha1": "DDBF34B685AB36C99DEA979270A9E219BD8E55EE"
109+
"sha1": "EABAB6C84320F5A656AAB4CB699E05F54D3BEC5B"
107110
}
108111
],
109112
"requiredModules": [
@@ -131,8 +134,13 @@
131134
}
132135
},
133136
"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+
],
134142
"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.",
136144
"Macros can now be registered with custom submenu name.",
137145
"Logger:logEx() now takes an additional optional `indent` parameter to specify a custom indentation level.",
138146
"FileOps.move() no longer overwrites existing files by default.",

macros/l0.DependencyControl.Toolbox.moon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export script_name = "DependencyControl Toolbox"
22
export script_description = "Provides DependencyControl maintenance and configuration tools."
3-
export script_version = "0.1.2"
3+
export script_version = "0.1.3"
44
export script_author = "line0"
55
export script_namespace = "l0.DependencyControl.Toolbox"
66

modules/DependencyControl.moon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ class DependencyControl
533533

534534
rec = DependencyControl{
535535
name: "DependencyControl",
536-
version: "0.6.0",
536+
version: "0.6.1",
537537
description: "Provides script management and auto-updating for Aegisub macros and modules.",
538538
author: "line0",
539539
url: "http://github.com/TypesettingCartel/DependencyControl",

0 commit comments

Comments
 (0)