|
28 | 28 |
|
29 | 29 | * [`app.apiVersion`](api/app.md#appapiversion) is `33`
|
30 | 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) |
| 31 | +* Added [uuid field](api/layer.md#layeruuid) to layers [#5033](https://github.com/aseprite/aseprite/issues/5033) |
32 | 32 | * Added `os.rename()` and `os.remove()` functions
|
33 | 33 | * Added `fitCriteria` parameter to `app.command.ChangePixelFormat` command [#4781](https://github.com/aseprite/aseprite/issues/4781)
|
34 | 34 | * Fixed `cel.image:clear()` cannot be undone [#5015](https://github.com/aseprite/aseprite/issues/5015)
|
|
38 | 38 |
|
39 | 39 | * [`app.apiVersion`](api/app.md#appapiversion) is `32`
|
40 | 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) |
| 41 | +* New [`beforesitechange`](api/app.md#appevents) event [#4785](https://github.com/aseprite/aseprite/issues/4785) |
| 42 | +* New [`plugin.version`](api/plugin.md#pluginversion) and [`plugin.displayName`](api/plugin.md#plugindisplayname) properties [#4904](https://github.com/aseprite/aseprite/issues/4904) |
43 | 43 | * Don't allow to set invalid pixel ratios for sprites [#3285](https://github.com/aseprite/aseprite/issues/3285)
|
44 | 44 | * Fixed `Image:drawImage()` when `BlendMode.SRC` is used [#5001](https://github.com/aseprite/aseprite/issues/5001)
|
45 | 45 |
|
|
52 | 52 | ## v1.3.11-beta1
|
53 | 53 |
|
54 | 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) |
| 55 | +* Added `GraphicsContext` for images: [`Image.context`](api/image.md#imagecontext) property [#4330](https://github.com/aseprite/aseprite/issues/4330) |
56 | 56 | * Added `ui`/`flatten`/`filename` parameters to `app.command.DuplicateSprite` command [#4755](https://github.com/aseprite/aseprite/issues/4755)
|
57 | 57 |
|
58 | 58 | ## v1.3.10
|
59 | 59 |
|
60 | 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)) |
| 61 | +* Added [`app.editor.zoom`](api/editor.md#editorzoom)/[`scroll`](api/editor.md#editorscroll) properties [#4722](https://github.com/aseprite/aseprite/issues/4722) |
| 62 | +* New option ([`Dialog:show{ hand=true }`](api/dialog.md#dialogshow)) to enable Hand tool in the active editor with a modal dialog (thanks to [@lampysprites](https://github.com/aseprite/aseprite/pull/4465)) |
63 | 63 |
|
64 | 64 | ## v1.3.9.2
|
65 | 65 |
|
66 | 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 |
| 67 | +* New [`fgTile`](api/app.md#appfgtile)/[`bgTile`](api/app.md#appbgtile) properties to get/set the foreground/background tile [#4403](https://github.com/aseprite/aseprite/issues/4403) |
| 68 | +* Added [`Site.tilemapMode`](api/site.md#sitetilemapmode) property |
69 | 69 | * Added `x` and `y` params to `app.command.Paste()`
|
70 | 70 | * Fixed `app.command.Cut`/`Paste` in `-batch` mode [#4354](https://github.com/aseprite/aseprite/issues/4354)
|
71 | 71 | * Fixed `app.command.Cancel()` command when used from scripts
|
|
0 commit comments