Skip to content

Commit 177c0ad

Browse files
committed
Update API changes
1 parent aa742a9 commit 177c0ad

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

Changes.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,53 @@ else
2424
end
2525
```
2626

27+
## v1.3.14
28+
29+
* [`app.apiVersion`](api/app.md#appapiversion) is `33`
30+
* Added `Dialog:separator()` more in line with other widgets [#4989](https://github.com/aseprite/aseprite/issues/4989) (thanks to [@MapleGecko](https://github.com/aseprite/aseprite/pull/5181))
31+
* Added uuid field to layers [#5033](https://github.com/aseprite/aseprite/issues/5033)
32+
* Added `os.rename()` and `os.remove()` functions
33+
* Added `fitCriteria` parameter to `app.command.ChangePixelFormat` command [#4781](https://github.com/aseprite/aseprite/issues/4781)
34+
* Fixed `cel.image:clear()` cannot be undone [#5015](https://github.com/aseprite/aseprite/issues/5015)
35+
* Fixed regression overwriting path specified in `Dialog:file{filename}` [#5061](https://github.com/aseprite/aseprite/issues/5061)
36+
37+
## v1.3.13
38+
39+
* [`app.apiVersion`](api/app.md#appapiversion) is `32`
40+
* New `app.clipboard` API [#2073](https://github.com/aseprite/aseprite/issues/2073)
41+
* New `beforesitechange` event [#4785](https://github.com/aseprite/aseprite/issues/4785)
42+
* New `plugin.version` and `plugin.displayName` properties [#4904](https://github.com/aseprite/aseprite/issues/4904)
43+
* Don't allow to set invalid pixel ratios for sprites [#3285](https://github.com/aseprite/aseprite/issues/3285)
44+
* Fixed `Image:drawImage()` when `BlendMode.SRC` is used [#5001](https://github.com/aseprite/aseprite/issues/5001)
45+
46+
## v1.3.11
47+
48+
* [`app.apiVersion`](api/app.md#appapiversion) is `31`
49+
* Fixed `cel.image = nil` statement [#4514](https://github.com/aseprite/aseprite/issues/4514)
50+
* Added `ui` param to `app.command.MaskByColor` [#2774](https://github.com/aseprite/aseprite/issues/2774)
51+
52+
## v1.3.11-beta1
53+
54+
* [`app.apiVersion`](api/app.md#appapiversion) is `30`
55+
* Added `GraphicsContext` for images: `Image.context` property [#4330](https://github.com/aseprite/aseprite/issues/4330)
56+
* Added `ui`/`flatten`/`filename` parameters to `app.command.DuplicateSprite` command [#4755](https://github.com/aseprite/aseprite/issues/4755)
57+
58+
## v1.3.10
59+
60+
* [`app.apiVersion`](api/app.md#appapiversion) is `30`
61+
* Added `app.editor.zoom`/`scroll` properties [#4722](https://github.com/aseprite/aseprite/issues/4722)
62+
* New option (`Dialog:show{ hand=true }`) to enable Hand tool in the active editor with a modal dialog (thanks to [@lampysprites](https://github.com/aseprite/aseprite/pull/4465))
63+
64+
## v1.3.9.2
65+
66+
* [`app.apiVersion`](api/app.md#appapiversion) is `29`
67+
* New `app.fgTile`/`bgTile` properties to get/set the foreground/background tile [#4403](https://github.com/aseprite/aseprite/issues/4403)
68+
* Added `Site.tilemapMode` property
69+
* Added `x` and `y` params to `app.command.Paste()`
70+
* Fixed `app.command.Cut`/`Paste` in `-batch` mode [#4354](https://github.com/aseprite/aseprite/issues/4354)
71+
* Fixed `app.command.Cancel()` command when used from scripts
72+
* Fixed default `color`/`bgColor` params in `app.useTool()`
73+
2774
## v1.3.7
2875

2976
* [`app.apiVersion`](api/app.md#appapiversion) is `28`

0 commit comments

Comments
 (0)