Skip to content

Commit a528eb4

Browse files
Add links to new docs to Changes.md
1 parent b104e03 commit a528eb4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Changes.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ end
2828

2929
* [`app.apiVersion`](api/app.md#appapiversion) is `33`
3030
* 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)
3232
* Added `os.rename()` and `os.remove()` functions
3333
* Added `fitCriteria` parameter to `app.command.ChangePixelFormat` command [#4781](https://github.com/aseprite/aseprite/issues/4781)
3434
* Fixed `cel.image:clear()` cannot be undone [#5015](https://github.com/aseprite/aseprite/issues/5015)
@@ -38,8 +38,8 @@ end
3838

3939
* [`app.apiVersion`](api/app.md#appapiversion) is `32`
4040
* 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)
4343
* Don't allow to set invalid pixel ratios for sprites [#3285](https://github.com/aseprite/aseprite/issues/3285)
4444
* Fixed `Image:drawImage()` when `BlendMode.SRC` is used [#5001](https://github.com/aseprite/aseprite/issues/5001)
4545

@@ -52,20 +52,20 @@ end
5252
## v1.3.11-beta1
5353

5454
* [`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)
5656
* Added `ui`/`flatten`/`filename` parameters to `app.command.DuplicateSprite` command [#4755](https://github.com/aseprite/aseprite/issues/4755)
5757

5858
## v1.3.10
5959

6060
* [`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))
6363

6464
## v1.3.9.2
6565

6666
* [`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
6969
* Added `x` and `y` params to `app.command.Paste()`
7070
* Fixed `app.command.Cut`/`Paste` in `-batch` mode [#4354](https://github.com/aseprite/aseprite/issues/4354)
7171
* Fixed `app.command.Cancel()` command when used from scripts

0 commit comments

Comments
 (0)