-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOG
More file actions
129 lines (72 loc) · 2.39 KB
/
CHANGELOG
File metadata and controls
129 lines (72 loc) · 2.39 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
Release Notes
=============
0.1.30 (2019-10-29)
* Add edit cli action
* Opens the current entry in sublime text or the exe in EDITOR env var
0.1.29 (2019-10-21)
* Minor patches
0.1.28 (2019-10-14)
* Fix builtin task descriptions
0.1.27 (2019-10-09)
* Add Publish Action
* Fix extension load order
* Add get_file_type api method
* Update default FILE_TYPES
* Add get_latest_version to Workspace model
0.1.26 (2019-10-02)
* Fix construct.ps1 scrim
0.1.25 (2019-10-02)
* Fix file.save and file.save_next_version not respecting current extension
0.1.24 (2019-08-17)
* Add SaveNextVersion Action
* Add SetWorkspace Action
* Add ActionRunner logging
* Use entrypoints package instead of pkg_resources
* Fixes issues with older version of pkg_resources shipped with Nuke
0.1.23 (2019-08-05)
* Add slight delay to cli
* Use yaml safe methods to get rid of all warnings
* Use nose for testing on appveyor
0.1.22 (2019-02-13)
* Add support for fsfs search_levels
* Remove pipenv - it's not a good fit for construct
* Add Time actions
* Save and Sync FPS
* Save and Sync Frameranges
0.1.21 (2018-06-15)
* Context.from_path - Exclude all entry keys
0.1.20 (2018-05-22)
* Add support for Collection Entry type
* Allows more customizable groupings of sequences and assets
* new.* Actions accept a collection parameter where appropriate
* Add models.Collection
* Add Collection to Context
* Fix #19 extension imports missing globals
* Fix #17 task decorators support CtxActions
* Improve CLI speeds by disabling some searches in Action parameter methods
0.1.14
* Adjust availability of new.template, file.* and publish.file
0.1.13
* Add more info to STATUSES and TASK_TYPES config vars
* Fixed mac os mangled some paths causes fsfs search to fail
* fixed upstream in fsfs
0.1.11
* Fixed fsfs was not setup prior to pulling context from env vars
0.1.10
* *construct push* now goes to the shortest path found
0.1.0
* Include cli in main package
* Improved Task api
* Added Exception control flow to ActionRunner
* Refactored Extensions
* Added ExtensionCollector and ActionCollector
* Improves flexibility in extension and action discovery
* Improved api
* Added contextual config object
* access through construct.config
* loaded from CONSTRUCT_CONFIG env var
* Config var lookup order
* ctx.project
* config
* defaults
* Refactor signals module