Skip to content

Commit c2261e6

Browse files
committed
doc Update changelog
1 parent 831c9ad commit c2261e6

2 files changed

Lines changed: 11 additions & 4 deletions

File tree

docs/CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<!-- ## [Development version](https://github.com/pchiorean/Indentz/compare/23.7.15...dev) -->
1+
<!-- ## [Development version](https://github.com/pchiorean/Indentz/compare/23.7.18...dev) -->
22

33
## [Releases](https://github.com/pchiorean/Indentz/releases)
44

5-
#### [23.7.15](https://github.com/pchiorean/Indentz/releases/tag/23.7.15)
5+
#### [23.7.18](https://github.com/pchiorean/Indentz/releases/tag/23.7.18)
66

77
##### New features
88

@@ -63,6 +63,8 @@
6363
**cleanup/DocCleanup:** Added '.segmentation' to 'Show/hide layers'
6464
- `07/12` [`upd`](https://github.com/pchiorean/Indentz/commit/00293f306215e4fc31e6d1667c7ce07428612b11)
6565
**cleanup/DumpLayers, DumpSwatches:** Display an alert if document has no valid path; update header
66+
- `07/18` [`upd`](https://github.com/pchiorean/Indentz/commit/831c9ad4cd64e27ec607f0c7dd4a5ecbf31fd409)
67+
**lib/fitTo, moveToLayer, misc/Clip, ClipUndo:** Added `MasterSpread` as a valid parent, thus scripts also work on the parent/master pages
6668

6769
##### Removed features
6870

@@ -92,6 +94,10 @@
9294
**lib/report:** Saving the report was not possible when there are no open documents; fixed
9395
- `06/30` [`fix`](https://github.com/pchiorean/Indentz/commit/4fc58cd0a599202f1d322ffc8cd45434e7b836e9)
9496
**lib/isInArray:** Ensure that arguments are always treated as strings
97+
- `07/17` [`fix`](https://github.com/pchiorean/Indentz/commit/b68d06f7a3b083ebaeabffa8726ba4c688112f15)
98+
**export/QuickExport:** Fixed a typo in the preset help tip
99+
- `07/17` [`fix`](https://github.com/pchiorean/Indentz/commit/1f15b2fd4a59251057ce847b53b6756f73c98f06)
100+
**export/QuickExport:** 'Create Acrobat layers' checkbox was ignored on export; fixed
95101

96102
##### Miscellaneous
97103

@@ -247,7 +253,7 @@
247253
- `11/06` [`fix`](https://github.com/pchiorean/Indentz/commit/0710d21d149e102191e29177ec78acfb89ba8903)
248254
**misc/QR, QRBatch:** Enforced label's leading to auto, 100%
249255
- `11/07` [`fix`](https://github.com/pchiorean/Indentz/commit/87870d075dd1c58644cbcb25828a20d08b49ca5b)
250-
**export/QuickExport:** Fixed and improved the preset tooltip info; linked DPI availability to the profile sampling setting (on loading profile)
256+
**export/QuickExport:** Fixed and improved the preset helptip info; linked DPI availability to the profile sampling setting (on loading profile)
251257
- `11/07` [`fix`](https://github.com/pchiorean/Indentz/commit/8dcdbb5b5f8451765800ea0c5c69568fcd367183)
252258
**export/QuickExport:** Preserved custom bleed from the PDF preset
253259
- `11/08` [`fix`](https://github.com/pchiorean/Indentz/commit/972742b3976d0261e59b6a94a440632444e1dd9e)

docs/NEWS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### What's new in [23.7.15](https://github.com/pchiorean/Indentz/releases/tag/23.7.15)
1+
### What's new in [23.7.18](https://github.com/pchiorean/Indentz/releases/tag/23.7.18)
22

33
#### Cleanup
44

@@ -45,5 +45,6 @@
4545
- Replaced layer 'ID' with 'info' to simplify layer management.
4646
- Increased stroke width when marking the visible area for large visuals.
4747
- Improved feedback when the current document doesn't have a valid path.
48+
- Added `MasterSpread` as a valid parent, thus scripts also work on the parent/master pages.
4849

4950
For other changes not mentioned here see the full [changelog](CHANGELOG.md).

0 commit comments

Comments
 (0)