Unknown
5327e27a5e
Now ignoring .log files
2018-09-03 15:32:54 -04:00
Unknown
93ab11a5c7
added test for apply dataset
2018-09-03 15:26:17 -04:00
Unknown
5c9f19eee3
Bug fix
v2.0.9
2018-09-03 14:22:34 -04:00
Unknown
f1b778a05b
Fixed doc.Dump to not dump fullName, as this is system specific information.
2018-09-03 14:18:16 -04:00
Unknown
929237ff22
Actually Fixed this time
v2.0.7
2018-09-03 13:25:29 -04:00
Unknown
ec343f5180
bug fix for layers
v2.0.6
2018-09-03 13:18:08 -04:00
Spencer
232ba21931
Layers can now convert text from pixels to points
v2.0.5
2018-09-03 13:14:06 -04:00
Unknown
de16f2c85f
Removed v2 tree
...
It finally became do-able with go 1.11
2018-09-03 02:37:37 -04:00
Unknown
51b05140fe
Fixed double colon issue
v2.0.4
2018-09-02 15:52:47 -04:00
Unknown
84039eb788
Actually fixed doc.Dump
v2.0.3
2018-09-02 11:55:36 -04:00
Unknown
86a428abe0
Fixed doc.Dump?
v2.0.2
2018-08-20 17:13:28 -04:00
Unknown
f64ea7a84c
Added back in v1
2018-07-25 15:20:00 -04:00
Unknown
6b8626e4be
Setup repo to be backwards compatible with go 1.10
2018-07-25 15:01:39 -04:00
Unknown
569e761f65
v2 now in separate folder
v2.0.1
2018-07-25 14:29:12 -04:00
Unknown
74515adb34
More v2 stuff
2018-07-25 14:28:43 -04:00
Unknown
e61f555c39
Updated to use v2 imports (removes dependancy on v1)
...
various doc updates as well.
2018-07-25 14:14:00 -04:00
Spencer
bf5e4f9b99
V2.0 update
...
## Features
### Open
* Now returns the activeDocument after opening the file.
### JSLayer()
* Removed semicolon from output.
### Document
* Added FullName() which returns path to the .psd file.
* Changed Filename() to DumpFile(), as Filename was misleading.
* Dump function now saves the file as well,
to help reduce the frequency of de-syncs.
* Dump function now saves json files alongside the .psds
instead of in a separate data folder- encountered issues when using
the package as a module in go 1.11beta2.
* Added Save()
## Testing
* Added TestDocument_Save
* Added TestDocument_Dump
## Misc.
* Renamed pkgpath to pkgPath, to better fit go's standards.
## Fixes
* DoAction now runs correctly.
v2.0.0
2018-07-24 20:36:02 -04:00
Spencer
2f335aec00
Added sweet logo made by psikoz
2018-07-23 13:32:40 -04:00
Unknown
f25e0728af
More doc updates
v1.2.1
2018-07-23 12:43:11 -04:00
Spencer
99f9fcc0c4
## Documentation
...
* Moved package comment to doc.go
2018-07-22 19:14:26 -04:00
Spencer
70211f66b0
Updated runner to throw better errors
2018-07-20 14:06:46 -04:00
Spencer
f239907bb2
Updated TODOs
v1.2.0
2018-07-10 16:46:51 -04:00
Unknown
4294932b1f
Changed readme template
...
Updated documentation
2018-07-05 16:07:10 -04:00
Spencer Brower
a0d6686cbc
Further documentation updates.
2018-06-24 16:38:52 -04:00
Spencer Brower
206b94dcac
Updates, Improvements, and Fixes
...
* Moved scripts / runner to separate package
allows future replacement with PS Plugin.
* Fixed issues with Refresh and removed "layer" function.
* Added github documentation via godocdown.
* Reduced number of calls to Panic.
* Updated Tests
* Updated documentation.
* Fixed warnings.
* .gitignore now ignores .test and .out files.
2018-06-18 23:51:52 -04:00
Unknown
47f24275b1
Documentation / Testing updates
2018-06-12 16:37:41 -04:00
Unknown
a3d1781557
Merge remote-tracking branch 'origin/master'
v1.1.0
2018-06-04 02:11:33 -04:00
Spencer Brower
0339eaeed2
Merge branch 'release/v1.1'
2018-06-04 02:10:59 -04:00
Unknown
39dea8a430
Merge branch 'release/v1.1'
2018-06-04 02:10:50 -04:00
Unknown
8c69e3221a
Merge remote-tracking branch 'origin/develop' into develop
2018-05-04 14:31:31 -04:00
Unknown
0901c689b1
Migrated colors to a subpackage
2018-05-04 14:31:25 -04:00
Unknown
311552c117
Migrated colors to a subpackage
2018-05-04 14:31:15 -04:00
Unknown
0d8be61858
Fixed an error in dojs.vbs where arguments were being split.
...
* Fixed SetText() to update bounds.
2018-04-29 21:37:58 -04:00
Spencer Brower
8867e2a913
Merge branch 'hotfix/v1.0'
2018-04-28 15:56:15 -04:00
Spencer Brower
0b9e1661c4
Merge branch 'hotfix/v1.0' into develop
2018-04-28 15:56:15 -04:00
Unknown
87a82958e1
Merge branch 'hotfix/v1.0' into develop
2018-04-28 15:55:54 -04:00
Unknown
c8420a46ff
gitflow-hotfix-stash: v1.0
2018-04-28 15:55:04 -04:00
Unknown
40cde546bc
Added a TextItem Struct to Artlayers.
...
* Converted scripts to use the same getLayers() function from lib.js
2018-04-26 13:09:36 -04:00
Spencer Brower
e136ea8a83
Merge branch 'master' into develop
2018-04-26 13:07:02 -04:00
Unknown
f92bb18c30
Documentation updates
2018-04-24 21:11:34 -04:00
Spencer Brower
1c5764282e
Merge branch 'release/v1.0'
v1.0
v1.0.0
2018-04-20 21:30:13 -04:00
Unknown
cb62b35caa
Layersets now can be moved correctly
2018-04-20 21:29:03 -04:00
Unknown
c54b196f6a
Various updates
...
* Layersets now have bounds.
* TextItem is now writeable
* Added flush function to writing, for faster debugging.
2018-04-18 23:58:38 -04:00
Unknown
e90c491450
Text can now be formatted
...
- Added black to the colors
- Fixed setStroke to be skipped when needed
2018-04-12 13:07:56 -04:00
Unknown
4bf7eca6b0
Minor Improvements
...
* Made Refresh() more robust - when an error is encountered, the layer(set) is reloaded automatically.
* JS errors are now output to console instead of alerts.
2018-04-04 15:14:59 -04:00
Unknown
d52e896ac3
Added Refresh function to update layers
...
* Fixed functions that were mode dependant.
* Fixed getLayerSet.jsx to return set visibility.
2018-04-03 16:56:12 -04:00
Unknown
669d1182f4
Got text working.
2018-03-29 14:30:42 -04:00
Unknown
ff38043a10
Improved documentation
...
all colors must now implement hex notation as well as rgb
2018-03-23 15:26:33 -04:00
Unknown
5b36b9193a
Can now save and load from json
...
Much improved speed over loading everything manually.
2018-03-22 20:11:51 -04:00
Unknown
daac5bf3d2
Added white and gray to colors list.
2018-03-21 22:13:17 -04:00